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

Packaging fix ubuntu #18

Merged
merged 2 commits into from
May 18, 2018

Conversation

fbudin69500
Copy link

No description provided.

Francois Budin added 2 commits May 17, 2018 17:42
HUGE is not defined in math.h anymore in Ubuntu/bionic. This is most likely
due to a newer version of glibc.
Package creation was broken because dpkg-shlibdeps could not find
liblcm.so inside the created package. This is because the package
is installing the tools and the libraries in a non-standard location.
As a work around, we set R(UN)PATH to be able to find liblcm.so
at packaging time. RPATH or RUNPATH are set depending on the
default configuration of the compiler/linker on the current platform.
CMake 3.6 is required to use $ORIGIN in R(UN)PATH for CPackDeb.cmake
module to work.
@jamiesnape jamiesnape merged commit 693bfd8 into RobotLocomotion:drake May 18, 2018
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