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

Update genie-hedis:apfel

parent a9fcead4
Branches
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ FROM docker.km3net.de/base/centos-full-root6-pythia
#Now we are going to install GENIE-HEDIS (needed for gSeaGen)
RUN cd / && mkdir genie && cd genie && \
git clone -b apfel https://github.com/pochoarus/GENIE-HEDIS.git genie_generator && \
mv genie_generator && mkdir install && \
cd genie_generator && mkdir install && \
echo "export GENIE=/genie/genie_generator" >> /etc/profile.d/genie.sh && \
echo 'export PATH=$PATH:$GENIE/bin' >> /etc/profile.d/genie.sh && \
echo 'if [ -z "$LD_LIBRARY_PATH" ]; then export LD_LIBRARY_PATH=$GENIE/lib; else LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$GENIE/lib; fi' >> /etc/profile.d/genie.sh && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment