Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
espressomd
docker
Commits
24c3a0c7
Commit
24c3a0c7
authored
Sep 26, 2019
by
Michael Kuron
Browse files
silence boost build
parent
bb260616
Pipeline
#9382
canceled with stages
in 228 minutes and 5 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
docker/intel-python3/Dockerfile-18
View file @
24c3a0c7
...
...
@@ -48,7 +48,7 @@ RUN cd /tmp \
&& cd boost_1_66_0 \
&& echo 'using mpi : mpiicpc ;' > tools/build/src/user-config.jam \
&& ./bootstrap.sh \
&& ./b2 -j $(nproc) -d0 toolset=intel install --prefix=/opt/boost \
&& ./b2 -j $(nproc) -d0
warnings=off
toolset=intel install --prefix=/opt/boost \
&& cd \
&& rm -r /tmp/boost
...
...
docker/ubuntu-python3/Dockerfile-min_boost
View file @
24c3a0c7
...
...
@@ -33,7 +33,7 @@ RUN cd /tmp \
&& cd boost_1_55_0 \
&& ./bootstrap.sh \
&& echo "using mpi ;" >> project-config.jam \
&& ./b2 -j $(nproc) install --prefix=/opt/boost \
&& ./b2 -j $(nproc)
-d0 warnings=off
install --prefix=/opt/boost \
&& cd \
&& rm -r /tmp/boost
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment