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

modified: CMakeLists.txt

	modified:   containers/docker/Dockerfile
parent 71c59204
Branches
Tags
No related merge requests found
......@@ -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
......
......@@ -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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment