Skip to content
Snippets Groups Projects
Commit d9569b53 authored by Zineb Aly's avatar Zineb Aly
Browse files

update root version and web links

parent 3b0cd462
Branches 16-update-genie-container
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ FROM docker.km3net.de/base/centos:7
RUN curl -L http://proj-clhep.web.cern.ch/proj-clhep/DISTRIBUTION/tarFiles/clhep-2.2.0.8-x86_64-cc7-gcc48-opt.tgz > clhep.tgz && tar -C /usr/local/ --strip-components=1 -xvzf clhep.tgz
RUN cd / && \
curl -L https://lhapdf.hepforge.org/downloads/\?f\=lhapdf-5.9.1.tar.gz > lhapdf-5.9.1.tar.gz && \
curl -L https://lhapdf.hepforge.org/downloads/?f=old/lhapdf-5.9.1.tar.gz > lhapdf-5.9.1.tar.gz && \
tar xzvf lhapdf-5.9.1.tar.gz && \
cd lhapdf-5.9.1 && \
./configure --prefix=/usr/local && \
......@@ -41,7 +41,7 @@ FROM docker.km3net.de/base/centos:7
rm -rf pythia*
RUN export ROOT_VERSION=6.18.04 && \
RUN export ROOT_VERSION=6.20.04 && \
cd /tmp && \
wget https://root.cern.ch/download/root_v$ROOT_VERSION.source.tar.gz && \
tar xvzf root_v$ROOT_VERSION.source.tar.gz && \
......@@ -76,7 +76,7 @@ FROM docker.km3net.de/base/centos:7
cd -
# install paramNMH stable version
RUN git glone https://git.km3net.de/mperrinterrin/paramNMH/-/tree/stable /paramNMH && \
RUN git clone https://git.km3net.de/mperrinterrin/paramNMH/-/tree/stable /paramNMH && \
cd /paramNMH && \
source setenv.sh && \
make && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment