From eb309f912412b6f205b2ba574fcc62670da8dbd6 Mon Sep 17 00:00:00 2001 From: Whitney Armstrong <warmstrong@anl.gov> Date: Thu, 28 May 2020 00:18:42 -0500 Subject: [PATCH] added pythia8 modified: containers/docker/Dockerfile --- containers/docker/Dockerfile | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/containers/docker/Dockerfile b/containers/docker/Dockerfile index ed32a1fa5..9491e15e6 100644 --- a/containers/docker/Dockerfile +++ b/containers/docker/Dockerfile @@ -26,6 +26,15 @@ RUN cd /tmp \ && make install \ && cd /tmp && rm -rf /tmp/HepMC3 +RUN cd /tmp \ + && wget http://home.thep.lu.se/~torbjorn/pythia8/pythia8244.tgz \ + && tar -zxf pythia8244.tgz && cd pythia8244 \ + && ./configure --prefix=/usr/local --enable-shared --enable-64bit --with-root --with-hepmc3 \ + && make -j30 \ + && make install \ + && cd /tmp && rm -rf /tmp/pythia8244 + + RUN cd /tmp \ && git clone https://github.com/acts-project/acts.git \ -- GitLab