Skip to content
Snippets Groups Projects
Commit 62533267 authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

modified: containers/docker/Dockerfile

parent 4153baab
No related branches found
No related tags found
No related merge requests found
...@@ -126,7 +126,7 @@ RUN cd /tmp \ ...@@ -126,7 +126,7 @@ RUN cd /tmp \
-DGAUDI_USE_SYSTEM_CPP_GSL=OFF \ -DGAUDI_USE_SYSTEM_CPP_GSL=OFF \
-DGAUDI_USE_SYSTEM_RANGES_V3=OFF \ -DGAUDI_USE_SYSTEM_RANGES_V3=OFF \
-DCMAKE_CXX_STANDARD=17 \ -DCMAKE_CXX_STANDARD=17 \
&& make -j3 && make -j4 install \ && make VERBOSE=1 && make -j4 install \
&& cd /tmp && rm -rf /tmp/gaudi && cd /tmp && rm -rf /tmp/gaudi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment