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

Here we go again!

what is wrong with genfit's install?
parent b567aebe
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
## PROJECT: hallac_container ## PROJECT: hallac_container
################################################################################ ################################################################################
cmake_minimum_required (VERSION 3.8) cmake_minimum_required (VERSION 3.8)
project (eic_container VERSION 0.9.10) project (eic_container VERSION 0.9.11)
################################################################################ ################################################################################
## The name of our container ## The name of our container
......
...@@ -46,11 +46,12 @@ RUN cd /tmp \ ...@@ -46,11 +46,12 @@ 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 && git clone https://github.com/GenFit/GenFit.git \ RUN mkdir /usr/local/src && cd /usr/local/src \
&& git clone https://github.com/GenFit/GenFit.git \
&& mkdir -p /tmp/GenFit/build \ && mkdir -p /tmp/GenFit/build \
&& cd /tmp/GenFit/build \ && cd /tmp/GenFit/build \
&& cmake ../. -DCMAKE_INSTALL_PREFIX=/usr/local -DCMAKE_CXX_STANDARD=17 \ && cmake /usr/local/src/GenFit/. -DCMAKE_INSTALL_PREFIX=/usr/local -DCMAKE_CXX_STANDARD=17 \
&& make VERBOSE=1 \ && make -j4 \
&& make -j4 install \ && make -j4 install \
&& cd /tmp && rm -rf /tmp/GenFit && cd /tmp && rm -rf /tmp/GenFit
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment