Skip to content
Snippets Groups Projects
Commit 6384f8c1 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Update location of lhapdf

parent c3b3c39e
No related tags found
No related merge requests found
......@@ -24,7 +24,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 && \
......
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