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

restrict boost dependencies to the ones used #14

Merged
merged 2 commits into from
Feb 24, 2020

Conversation

mikaelarguedas
Copy link
Member

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]

Copy link

@clalancette clalancette left a 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.

@@ -24,7 +24,7 @@ sudo apt-get install -y \
g++ \
git \
google-mock \
libboost-all-dev \
libboost-iostreams-dev \

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.

Copy link
Member Author

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

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Merging.

@clalancette clalancette merged commit 3b513df into ros2:ros2 Feb 24, 2020
@mikaelarguedas mikaelarguedas deleted the ros2-boost-deps branch February 24, 2020 15:27
clalancette pushed a commit that referenced this pull request Jun 17, 2020
* restrict boost dependencies to the ones used

Signed-off-by: Mikael Arguedas <[email protected]>
clalancette pushed a commit that referenced this pull request Jun 18, 2020
* restrict boost dependencies to the ones used

Signed-off-by: Mikael Arguedas <[email protected]>
clalancette pushed a commit that referenced this pull request Jul 23, 2020
* restrict boost dependencies to the ones used

Signed-off-by: Mikael Arguedas <[email protected]>
clalancette pushed a commit that referenced this pull request Sep 24, 2020
* restrict boost dependencies to the ones used

Signed-off-by: Mikael Arguedas <[email protected]>
clalancette pushed a commit that referenced this pull request Oct 23, 2020
* restrict boost dependencies to the ones used

Signed-off-by: Mikael Arguedas <[email protected]>
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