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

modified: dd4hep_base/Dockerfile

parent 81111cb2
No related branches found
No related tags found
No related merge requests found
...@@ -51,16 +51,18 @@ RUN cd /tmp \ ...@@ -51,16 +51,18 @@ RUN cd /tmp \
&& make -j30 && make -j4 install \ && make -j30 && make -j4 install \
&& cd /tmp && rm -rf /tmp/podio && cd /tmp && rm -rf /tmp/podio
RUN cd /tmp \ RUN apt-get update && apt-get remove -y libtbb-dev libtbb2 \
&& cd /tmp \
&& git clone https://eicweb.phy.anl.gov/eic_tools/DD4hep.git \ && git clone https://eicweb.phy.anl.gov/eic_tools/DD4hep.git \
&& source /usr/local/bin/thisroot.sh \ && source /usr/local/bin/thisroot.sh \
&& source /usr/local/bin/geant4.sh \ && source /usr/local/bin/geant4.sh \
&& mkdir -p DD4hep/build && cd DD4hep/build \ && mkdir -p DD4hep/build && cd DD4hep/build \
&& cmake ../. -DCMAKE_INSTALL_PREFIX=/usr/local -DCMAKE_CXX_STANDARD=17 -DDD4HEP_USE_GEANT4=ON \ && cmake ../. -DCMAKE_INSTALL_PREFIX=/usr/local -DCMAKE_CXX_STANDARD=17 -DDD4HEP_USE_GEANT4=ON \
&& make -j30 && make -j4 install \ && make -j30 && make -j4 install \
&& cd /tmp && rm -rf /tmp/DD4hep && cd /tmp && rm -rf /tmp/DD4hep \
&& apt-get update && apt-get install -y libtbb-dev libtbb2 \
&& apt-get clean -y
#RUN cd /tmp \ #RUN cd /tmp \
# && apt-get install -y libtbb-dev \ # && apt-get install -y libtbb-dev \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment