Skip to content

Commit

Permalink
Install only required boost components (#1054)
Browse files Browse the repository at this point in the history
  • Loading branch information
jslee02 authored Apr 20, 2018
1 parent a93d7e0 commit efeaf98
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .ci/docker/ubuntu-artful
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ RUN apt-get install -y \
cmake \
pkg-config \
libassimp-dev \
libboost-all-dev \
libboost-filesystem-dev \
libboost-regex-dev \
libboost-system-dev \
libccd-dev \
libeigen3-dev \
libfcl-dev \
Expand Down
4 changes: 3 additions & 1 deletion .ci/docker/ubuntu-bionic
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ RUN apt-get install -y \
cmake \
pkg-config \
libassimp-dev \
libboost-all-dev \
libboost-filesystem-dev \
libboost-regex-dev \
libboost-system-dev \
libccd-dev \
libeigen3-dev \
libfcl-dev \
Expand Down
4 changes: 3 additions & 1 deletion .ci/docker/ubuntu-xenial
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ RUN apt-get install -y \
cmake \
pkg-config \
libassimp-dev \
libboost-all-dev \
libboost-filesystem-dev \
libboost-regex-dev \
libboost-system-dev \
libccd-dev \
libeigen3-dev \
libfcl-dev \
Expand Down
4 changes: 3 additions & 1 deletion .ci/install_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ sudo apt-get -qq update
APT='
cmake
libassimp-dev
libboost-all-dev
libboost-filesystem-dev
libboost-regex-dev
libboost-system-dev
libccd-dev
libeigen3-dev
libfcl-dev
Expand Down

0 comments on commit efeaf98

Please sign in to comment.