Skip to content
Snippets Groups Projects
Commit cb09f0cb authored by Jonas Eppelt's avatar Jonas Eppelt
Browse files

testing newer version of geant

parent d52af2b9
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ RUN apt-get -y update \
### Install Geant4
RUN mkdir geant4-source \
&& SDIR=$(readlink -f geant4-source) \
&& wget -q -O - http://cern.ch/geant4-data/releases/geant4.10.06.p02.tar.gz | tar xzf - -C "geant4-source" \
&& wget -q -O - http://cern.ch/geant4-data/releases/geant4.11.1.tar.gz | tar xzf - -C "geant4-source" \
&& mkdir geant4-build && pushd geant4-build \
&& cmake -DCMAKE_INSTALL_PREFIX=/opt/geant4 \
-DGEANT4_INSTALL_EXAMPLES=OFF \
......@@ -37,7 +37,6 @@ RUN mkdir geant4-source \
-DGEANT4_USE_PYTHON=ON \
-DGEANT4_INSTALL_DATA=OFF \
${SDIR}/geant4.10.06.p02 \
-Wno-shadow \
&& make -j4 && make install \
&& popd \
&& rm -rf geant4-source geant4-build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment