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

updated version

parent 37c00637
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.3)
project (hallac_container VERSION 1.6.4)
################################################################################
## 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.4 \
&& cd hallc_tools && git checkout v1.1.5 \
&& 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