-
Notifications
You must be signed in to change notification settings - Fork 32
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
restrict boost dependencies to the ones used #14
Conversation
Signed-off-by: Mikael Arguedas <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One thing to change, then this is good to merge.
scripts/install_debs_cmake.sh
Outdated
@@ -24,7 +24,7 @@ sudo apt-get install -y \ | |||
g++ \ | |||
git \ | |||
google-mock \ | |||
libboost-all-dev \ | |||
libboost-iostreams-dev \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is really a minor point, but I'd rather not make changes to this file. The simple reason is that right now, the only changes that we have to this repository compared to upstream are in the package.xml, and I'd like to keep it that way. Anyone building from-source can probably afford to install the all-dev.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fair enough, reverted in 2dc82c5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Merging.
Signed-off-by: Mikael Arguedas <[email protected]>
* restrict boost dependencies to the ones used Signed-off-by: Mikael Arguedas <[email protected]>
* restrict boost dependencies to the ones used Signed-off-by: Mikael Arguedas <[email protected]>
* restrict boost dependencies to the ones used Signed-off-by: Mikael Arguedas <[email protected]>
* restrict boost dependencies to the ones used Signed-off-by: Mikael Arguedas <[email protected]>
* restrict boost dependencies to the ones used Signed-off-by: Mikael Arguedas <[email protected]>
In the spirit of https://discourse.ros.org/t/generating-dev-and-runtime-artefacts-from-ros-packages/12448 and removing the use of the blanket
boost
rosdep key as a dependency.Signed-off-by: Mikael Arguedas [email protected]