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

Cleaning geant4

parent fcd1341d
No related branches found
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 -rf geant4.10.05_build
make -j4 > make.log && make install > make_install.log && cd .. && rm -rf geant4.10.05_build geant4.10.05
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.
Finish editing this message first!
Please register or to comment