Skip to content
Snippets Groups Projects
Commit 7748cc23 authored by Chao Peng's avatar Chao Peng
Browse files

update version of components

parent 3311ce08
No related branches found
No related tags found
No related merge requests found
...@@ -58,7 +58,7 @@ RUN echo " -------------------------------------------------" ...@@ -58,7 +58,7 @@ RUN echo " -------------------------------------------------"
&& ls -lrth /usr/local/lib/cmake/* \ && ls -lrth /usr/local/lib/cmake/* \
&& ls -lrth /usr/local/lib/cmake/spdlog * \ && ls -lrth /usr/local/lib/cmake/spdlog * \
&& git clone https://eicweb.phy.anl.gov/jlab/hallc/analyzer_software/analyzer.git \ && git clone https://eicweb.phy.anl.gov/jlab/hallc/analyzer_software/analyzer.git \
&& cd analyzer && git checkout v1.8.1 \ && cd analyzer && git checkout v1.8.2 \
&& mkdir build && cd build \ && mkdir build && cd build \
&& cmake ../. && make -j20 && make install \ && cmake ../. && make -j20 && make install \
&& cd /tmp && rm -rf analyzer && cd /tmp && rm -rf analyzer
...@@ -69,7 +69,7 @@ RUN echo " -------------------------------------------------" ...@@ -69,7 +69,7 @@ RUN echo " -------------------------------------------------"
&& source /usr/local/bin/thisroot.sh \ && source /usr/local/bin/thisroot.sh \
&& cd /tmp && rm -rf hcana \ && cd /tmp && rm -rf hcana \
&& git clone https://eicweb.phy.anl.gov/jlab/hallc/analyzer_software/hcana.git \ && git clone https://eicweb.phy.anl.gov/jlab/hallc/analyzer_software/hcana.git \
&& cd hcana && git checkout v1.1.8 \ && cd hcana && git checkout v1.1.9 \
&& mkdir build && cd build \ && mkdir build && cd build \
&& cmake ../. && make -j20 && make install \ && cmake ../. && make -j20 && make install \
&& cd /tmp && rm -rf hcana \ && cd /tmp && rm -rf hcana \
...@@ -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.0.5 \ && cd hconline && git checkout v1.1.5 \
&& 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
......
...@@ -73,7 +73,7 @@ From: eicweb.phy.anl.gov:4567/containers/hallac_containers/hallac_container:late ...@@ -73,7 +73,7 @@ From: eicweb.phy.anl.gov:4567/containers/hallac_containers/hallac_container:late
#echo " -------------------------------------------------" #echo " -------------------------------------------------"
#cd /tmp #cd /tmp
#git clone https://eicweb.phy.anl.gov/jlab/hallc/analyzer_software/analyzer.git \ #git clone https://eicweb.phy.anl.gov/jlab/hallc/analyzer_software/analyzer.git \
# && cd analyzer && git checkout v1.8.0 \ # && cd analyzer && git checkout v1.8.2 \
# && mkdir build && cd build \ # && mkdir build && cd build \
# && cmake ../. && make -j20 && make install # && cmake ../. && make -j20 && make install
#cd /tmp && rm -rf analyzer #cd /tmp && rm -rf analyzer
...@@ -82,7 +82,7 @@ From: eicweb.phy.anl.gov:4567/containers/hallac_containers/hallac_container:late ...@@ -82,7 +82,7 @@ From: eicweb.phy.anl.gov:4567/containers/hallac_containers/hallac_container:late
#echo " -------------------------------------------------" #echo " -------------------------------------------------"
#cd /tmp && rm -rf hcana #cd /tmp && rm -rf hcana
#git clone https://eicweb.phy.anl.gov/jlab/hallc/analyzer_software/hcana.git \ #git clone https://eicweb.phy.anl.gov/jlab/hallc/analyzer_software/hcana.git \
# && cd hcana && git checkout v1.1.3 \ # && cd hcana && git checkout v1.1.9 \
# && mkdir build && cd build \ # && mkdir build && cd build \
# && cmake ../. && make -j20 && make install # && cmake ../. && make -j20 && make install
#cd /tmp && rm -rf hcana #cd /tmp && rm -rf hcana
...@@ -91,7 +91,7 @@ From: eicweb.phy.anl.gov:4567/containers/hallac_containers/hallac_container:late ...@@ -91,7 +91,7 @@ From: eicweb.phy.anl.gov:4567/containers/hallac_containers/hallac_container:late
#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.0.5 \ # && cd hconline && git checkout v1.1.5 \
# && 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