Skip to content

Commit

Permalink
Stop building Boost.Python (not used anymore)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquev6 committed Oct 9, 2024
1 parent 1d793a7 commit edd2de6
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions development/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -107,12 +107,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
# Boost
RUN --mount=type=bind,from=download-boost,source=/download,target=/download,readwrite \
set -x \
&& cd /download/boost \
&& (for version in $LINCS_DEV_PYTHON_VERSIONS; do echo "using python : $version ;"; done) >tools/build/src/user-config.jam \
&& ./bootstrap.sh --with-libraries=python \
&& ./b2 $(for version in $LINCS_DEV_PYTHON_VERSIONS; do echo "python=$version"; done) \
&& cp -r /download/boost/boost /usr/local/include \
&& cp -r /download/boost/stage/lib/* /usr/local/lib
&& cp -r /download/boost/boost /usr/local/include

# NVidia packages
RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
Expand Down

0 comments on commit edd2de6

Please sign in to comment.