Skip to content
Snippets Groups Projects
Commit 58d4a535 authored by Vladimir Kulikovskiy's avatar Vladimir Kulikovskiy
Browse files

Update genie:3.0.2

parent 7202671c
Branches
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ FROM docker.km3net.de/base/centos-full:7
#ROOT with PYTHIA (Pythia libs need to be compiled)
#remove existing ROOT installation
RUN source /etc/profile.d/genie.sh && cd / && rm -rf /usr/local/root \ &&
RUN source /etc/profile.d/genie.sh && cd / && rm -rf /usr/local/root && \
curl -L https://root.cern.ch/download/root_v5.34.36.source.tar.gz > root.tar.gz && \
tar xvf root.tar.gz -C /usr/local/ && rm root.tar.gz && cd /usr/local/root && \
./configure --fail-on-missing --with-pythia6-libdir=$PYTHIA6 --enable-pythia6 --enable-cxx11 && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment