Page Menu
Home
HEPForge
Search
Configure Global Search
Log In
Files
F11222188
Dockerfile
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
785 B
Subscribers
None
Dockerfile
View Options
FROM hepstore/rivet:2.6.2
MAINTAINER Andy Buckley <andy.buckley@cern.ch>
RUN dnf install -y rsync
RUN mkdir /code
RUN cd /code && \
wget https://www.hepforge.org/archive/lhapdf/LHAPDF-6.2.1.tar.gz -O- | tar xz && \
cd LHAPDF-*/ && ./configure --prefix=/usr/local && \
make -j5 && make install
RUN cd /code && \
wget http://home.thep.lu.se/~torbjorn/pythia8/pythia8235.tgz -O- | tar xz && \
cd pythia*/ && ./configure --enable-shared --{prefix,with-{hepmc2,lhapdf6}}=/usr/local && \
make -j5 && make install
RUN cd code/ && \
wget https://www.hepforge.org/archive/agile/Sacrifice-1.1.1b.tar.gz -O- | tar xz && \
cd Sacrifice-*/ && \
./configure --{prefix,with-{pythia,hepmc,LHAPDF}}=/usr/local && \
make -j5 && make install
RUN rm -rf /code
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, May 14, 11:33 AM (11 h, 19 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5096046
Default Alt Text
Dockerfile (785 B)
Attached To
rRIVETHG rivethg
Event Timeline
Log In to Comment