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

PR#92 update: use $ORIGIN/../lib for custom installed boost libraries #1

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

venediktov
Copy link

No description provided.

@venediktov
Copy link
Author

venediktov commented Jan 30, 2024

@innerNULL these changes are needed for:

  • to support both Linux and Mac please see cmake file(DOWNLOAD...) instead of wget
  • $ORIGIN/../lib is needed for boost libraries as well, because those are not deployed to /usr/loca/bin , therefore because vanilla-rtb uses rpath instead of LD_LIBRARY_PATH we need to inject it into boost DLLs
  • prevent re-download boost sources -> boost.tar.gz
  • Boost 1.67.0 EXACT is needed for -DGET_BOOST so that cmake does not pull higher version of boost from official install when we use custom build/location

If those changes merged to your dev branch they will appear in your PR [venediktov#92] , you can also add your suggestions.

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.

1 participant