Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

openvdb_vendor in backlist for RHEL #305

Merged
merged 2 commits into from
May 14, 2024

Conversation

SteveMacenski
Copy link

Build fails since OpenVDB requires a newer Cmake than RHEL has for Humble/Iron

Signed-off-by: Steve Macenski <[email protected]>
@cottsay
Copy link
Member

cottsay commented May 14, 2024

Both RHEL 8 and RHEL 9 have CMake 3.26, which is newer than Jammy's CMake 3.22.

The build logs show an error related to the compiler version - it seems that the vendored version of OpenVDB requires g++ 9.3.1, while RHEL 8 (Humble) has 8.5.0.

RHEL 9 (Iron) has 11.4.1, so I don't think it needs to be listed there, right?

Signed-off-by: Steve Macenski <[email protected]>
@SteveMacenski
Copy link
Author

Oh whoops, sorry that was a typo.

I didn't actually look at RHEL for Iron, I cut the release but its held for Iron sync so I was getting on removing it proactively. If that's got it, then no problem like you say (removed)!

@cottsay cottsay merged commit 2e5f741 into ros2:ros2 May 14, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants