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

new hallc_tools version

parent 0ed81329
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.6.2) project (hallac_container VERSION 1.6.3)
################################################################################ ################################################################################
## The name of our container ## The name of our container
......
...@@ -97,7 +97,7 @@ RUN cd /tmp \ ...@@ -97,7 +97,7 @@ RUN cd /tmp \
&& make -j8 install \ && make -j8 install \
&& cd /tmp && rm -r range-v3 \ && cd /tmp && rm -r range-v3 \
&& git clone https://eicweb.phy.anl.gov/jlab/hallc/analyzer_software/hallc_tools.git \ && git clone https://eicweb.phy.anl.gov/jlab/hallc/analyzer_software/hallc_tools.git \
&& cd hallc_tools && git checkout v1.1.3 \ && cd hallc_tools && git checkout v1.1.4 \
&& mkdir build && cd build \ && mkdir build && cd build \
&& cmake ../. && make -j20 && make install \ && cmake ../. && make -j20 && make install \
&& cd /tmp && rm -rf hallc_tools \ && cd /tmp && rm -rf hallc_tools \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment