diff --git a/CMakeLists.txt b/CMakeLists.txt index be839a74593be56cca364a34403f9a89ba595e49..b3cadc43c1b96222060bb51ad2101083b9834d00 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ ## PROJECT: hallac_container ################################################################################ cmake_minimum_required (VERSION 3.8) -project (eic_container VERSION 1.1.0) +project (eic_container VERSION 1.1.1) ################################################################################ ## The name of our container diff --git a/containers/docker/Dockerfile b/containers/docker/Dockerfile index ecfff876d32db3a59a8eba4443cf596c9298395c..50aebbab841e24a4219eed09220603a20911950e 100644 --- a/containers/docker/Dockerfile +++ b/containers/docker/Dockerfile @@ -60,15 +60,15 @@ RUN cd /tmp && git clone https://eicweb.phy.anl.gov/EIC/GenFind.git \ && cd /tmp && rm -rf /tmp/GenFind -#RUN cd /tmp \ -# && git clone https://eicweb.phy.anl.gov/EIC/NPDet.git \ -# && source /usr/local/bin/thisroot.sh \ -# && source /usr/local/bin/geant4.sh \ -# && source /usr/local/bin/thisdd4hep.sh \ -# && mkdir -p NPDet/build && cd NPDet/build \ -# && cmake ../. -DCMAKE_INSTALL_PREFIX=/usr/local -DCMAKE_CXX_STANDARD=17 \ -# && make -j30 && make -j4 install \ -# && cd /tmp && rm -rf /tmp/NPDet +RUN cd /tmp \ + && git clone https://eicweb.phy.anl.gov/EIC/NPDet.git \ + && source /usr/local/bin/thisroot.sh \ + && source /usr/local/bin/geant4.sh \ + && source /usr/local/bin/thisdd4hep.sh \ + && mkdir -p NPDet/build && cd NPDet/build \ + && cmake ../. -DCMAKE_INSTALL_PREFIX=/usr/local -DCMAKE_CXX_STANDARD=17 \ + && make -j30 && make -j4 install \ + && cd /tmp && rm -rf /tmp/NPDet RUN cd /tmp \ && git clone https://gitlab.cern.ch/hepmc/HepMC3.git \