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

version update, hallc tools fix

parent 8dfe3ad5
Branches
Tags v1.6.5
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.4) project (hallac_container VERSION 1.6.5)
################################################################################ ################################################################################
## 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.5 \ && cd hallc_tools && 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 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