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

Update genie-hedis:apfel

parent a32c2ea7
No related branches found
No related tags found
No related merge requests found
FROM docker.km3net.de/base/centos-full-root6-pythia
MAINTAINER Vladimir Kulikovskiy <vkulikovskiy@km3net.de>
#Now we are going to install GENIE-HEDIS (needed for gSeaGen)
#Now we are going to install GENIE-HEDIS (needed for gSeaGen)
#it looks for libgfortran in /usr/lib64, otherwise linking will fail
RUN ln -s /lib64/libgfortran.so.3 /usr/lib64/libgfortran.so
RUN cd / && mkdir genie && cd genie && \
git clone -b apfel https://github.com/pochoarus/GENIE-HEDIS.git genie_generator && \
cd genie_generator && mkdir install && \
......
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