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
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
## PROJECT: hallac_container
################################################################################
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
......
......@@ -97,7 +97,7 @@ RUN cd /tmp \
&& make -j8 install \
&& cd /tmp && rm -r range-v3 \
&& 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 \
&& cmake ../. && make -j20 && make install \
&& 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