Skip to content
Snippets Groups Projects
Commit fcd1341d authored by Vladimir Kulikovskiy's avatar Vladimir Kulikovskiy
Browse files

Update km3sim:4.10.05

parent ec0d308e
Branches
No related tags found
No related merge requests found
......@@ -14,5 +14,5 @@ FROM docker.km3net.de/base/centos-full:7
RUN wget http://cern.ch/geant4-data/releases/geant4.10.05.tar.gz && tar xf geant4.10.05.tar.gz && rm geant4.10.05.tar.gz && \
mkdir geant4.10.05_build && mkdir /usr/local/geant4.10.05_install && cd geant4.10.05_build && \
cmake -DCMAKE_INSTALL_PREFIX=/usr/local/geant4.10.05_install -DGEANT4_USE_GDML=ON -DGEANT4_INSTALL_DATA=ON -DGEANT4_XERCESC_INCLUDE_DIR=/usr/include/xercesc/ -DGEANT4_XERCESC_LIBRARY=/usr/lib64/ ../geant4.10.05 && \
make -j4 > make.log && make install > make_install.log && cd .. && rm -rfy geant4.10.05_build
make -j4 > make.log && make install > make_install.log && cd .. && rm -rf geant4.10.05_build
RUN echo "export G4DIR=/usr/local/geant4.10.05_install" >> /etc/bashrc
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment