Skip to content

Commit

Permalink
[jenkins] fix enabling boost-mpi
Browse files Browse the repository at this point in the history
  • Loading branch information
Wentzell committed Nov 6, 2024
1 parent 85f3344 commit d218509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN chown build /tmp/boost.tar.gz
USER build
RUN tar -C /tmp -xf /tmp/boost.tar.gz && \
cd /tmp/boost_* && \
echo "using mpi ;" > $PWD/user-config.jam && \
echo "using mpi ;" > $HOME/user-config.jam && \
case $CC in (clang*) toolset=clang ;; (gcc*) toolset=gcc ;; (icx*) toolset=intel-linux ;; esac ; \
./bootstrap.sh --prefix=$BOOST_ROOT --with-toolset=$toolset --with-libraries=mpi,serialization,system && \
./b2 ${CXXFLAGS:+cxxflags=$CXXFLAGS linkflags=$CXXFLAGS} toolset=$toolset
Expand Down

0 comments on commit d218509

Please sign in to comment.