Skip to content
Snippets Groups Projects
Commit 5a46b8bc authored by Sylvester Joosten's avatar Sylvester Joosten
Browse files

incremented hconline version

parent 7748cc23
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 (hallac_container VERSION 1.5.7) project (hallac_container VERSION 1.5.8)
################################################################################ ################################################################################
## The name of our container ## The name of our container
......
...@@ -78,7 +78,7 @@ RUN echo " -------------------------------------------------" ...@@ -78,7 +78,7 @@ RUN echo " -------------------------------------------------"
&& echo " -------------------------------------------------" \ && echo " -------------------------------------------------" \
&& cd /tmp && rm -rf hconline \ && cd /tmp && rm -rf hconline \
&& git clone https://eicweb.phy.anl.gov/jlab/hallc/analyzer_software/hconline.git \ && git clone https://eicweb.phy.anl.gov/jlab/hallc/analyzer_software/hconline.git \
&& cd hconline && git checkout v1.1.5 \ && cd hconline && git checkout v1.1.7 \
&& mkdir build && cd build \ && mkdir build && cd build \
&& cmake ../. && make -j20 && make install \ && cmake ../. && make -j20 && make install \
&& cd /tmp && rm -rf hconline && cd /tmp && rm -rf hconline
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment