-
Notifications
You must be signed in to change notification settings - Fork 75
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
Garden: fix physics, rendering, transport rpath issues and add tests #2409
Conversation
This adds custom CMAKE_INSTALL_RPATH entries for formulae with binaries installed to nested subfolders, such as <prefix>/libexec/gz/transport12 and <prefix>/lib/gz-physics-6/engine-plugins. This should fix library loading issues with ARM CPUs. This adds tests as well. * gz-rendering: patch for ogre2 rpath Signed-off-by: Steve Peters <[email protected]>
build bottle |
build bottle |
Signed-off-by: Steve Peters <[email protected]>
build bottle |
what's the proper way to install and test this? I installed by doing |
I can't figure out how to fix the rpath issues for the gz-gui plugins, and I forgot one of the gz-sim gui plugin folders, so this PR is just about getting the gz-sim server running. |
ok got it. |
I've tracked down the issues with the gui plugins, and it will require further changes to gz-sim7, so I've redacted those changes from this pull request and will update it in a follow-up |
This adds custom CMAKE_INSTALL_RPATH entries for
formulae with binaries installed to nested subfolders, such as /libexec/gz/transport12 and
/lib/gz-physics-6/engine-plugins.
This should fix library loading issues with ARM CPUs. This adds tests as well.
This is a follow-up to #2404.
I'm having trouble with gz-gui, but have fixed the other packages.