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

Update genie:3.0.2

parent 30d605d7
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,8 @@ FROM docker.km3net.de/base/centos-full:7
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 && \
make
make && \
echo "cd /opt/root-$ROOT_VERSION && source bin/thisroot.sh && cd" > /etc/profile.d/root_env.sh && cd
#GENIE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment