diff --git a/CMakeLists.txt b/CMakeLists.txt index 73c7842f18528a906dee695085e83091bb47d0ed..36cf92dedaa5af58c3d8393ffd5571dd47ac8549 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ ## PROJECT: hallac_container ################################################################################ cmake_minimum_required (VERSION 3.8) -project (eic_container VERSION 0.9.11) +project (eic_container VERSION 0.9.12) ################################################################################ ## The name of our container diff --git a/containers/docker/Dockerfile b/containers/docker/Dockerfile index 264e354d83e0e14b4f0a7b649866e952ef4d90f6..1ec95a21cc34e03003137feb7089280a71f555f5 100644 --- a/containers/docker/Dockerfile +++ b/containers/docker/Dockerfile @@ -46,11 +46,11 @@ RUN cd /tmp \ && make -j30 && make -j4 install \ && cd /tmp && rm -rf /tmp/podio -RUN mkdir /usr/local/src && cd /usr/local/src \ - && git clone https://github.com/GenFit/GenFit.git \ +RUN cd /tmp \ + && git clone https://eicweb.phy.anl.gov/eic_tools/GenFit.git \ && mkdir -p /tmp/GenFit/build \ && cd /tmp/GenFit/build \ - && cmake /usr/local/src/GenFit/. -DCMAKE_INSTALL_PREFIX=/usr/local -DCMAKE_CXX_STANDARD=17 \ + && cmake ../. -DCMAKE_INSTALL_PREFIX=/usr/local -DCMAKE_CXX_STANDARD=17 \ && make -j4 \ && make -j4 install \ && cd /tmp && rm -rf /tmp/GenFit