File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1010 --build-arg HEPMC_VERSION=2.06.11 \
1111 --build-arg FASTJET_VERSION=3.3.4 \
1212 --build-arg LHAPDF_VERSION=6.5.3 \
13- --build-arg PYTHIA_VERSION=8306 \
13+ --build-arg PYTHIA_VERSION=8309 \
1414 --build-arg MG_VERSION=3.5.0 \
1515 -t scailfin/madgraph5-amc-nlo:latest \
1616 -t scailfin/madgraph5-amc-nlo:3.5.0 \
2424 --build-arg HEPMC_VERSION=2.06.11 \
2525 --build-arg FASTJET_VERSION=3.3.4 \
2626 --build-arg LHAPDF_VERSION=6.5.3 \
27- --build-arg PYTHIA_VERSION=8306 \
27+ --build-arg PYTHIA_VERSION=8309 \
2828 --build-arg MG_VERSION=3.5.0 \
2929 -t scailfin/madgraph5-amc-nlo:debug-local
3030
@@ -34,6 +34,6 @@ test-centos:
3434 --build-arg HEPMC_VERSION=2.06.11 \
3535 --build-arg FASTJET_VERSION=3.3.4 \
3636 --build-arg LHAPDF_VERSION=6.5.3 \
37- --build-arg PYTHIA_VERSION=8306 \
37+ --build-arg PYTHIA_VERSION=8309 \
3838 --build-arg MG_VERSION=3.5.0 \
3939 -t scailfin/madgraph5-amc-nlo-centos:debug-local
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ The Docker image contains:
1515* [ HepMC2] ( http://hepmc.web.cern.ch/hepmc/ ) ` v2.06.11 `
1616* [ LHAPDF] ( https://lhapdf.hepforge.org/ ) ` v6.5.3 `
1717* [ FastJet] ( http://fastjet.fr/ ) ` v3.3.4 `
18- * [ PYTHIA] ( https://pythia.org/ ) ` v8.306 `
18+ * [ PYTHIA] ( https://pythia.org/ ) ` v8.309 `
1919* [ BOOST] ( https://www.boost.org/doc/libs/1_76_0/more/getting_started/unix-variants.html ) ` v1.76.0 `
2020
2121Additionally contains MadGraph5 controlled dependencies for NLO processes:
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ RUN mkdir /code && \
8787 rm -rf /code
8888
8989# Install PYTHIA
90- ARG PYTHIA_VERSION=8306
90+ ARG PYTHIA_VERSION=8309
9191# PYTHON_VERSION already exists in the base image
9292# CentOS 7 gcc v4.8.5 is old enough need to specify -std=c++11
9393RUN mkdir /code && \
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ RUN mkdir /code && \
9797 rm -rf /code
9898
9999# Install PYTHIA
100- ARG PYTHIA_VERSION=8306
100+ ARG PYTHIA_VERSION=8309
101101# PYTHON_VERSION already exists in the base image
102102RUN mkdir /code && \
103103 cd /code && \
You can’t perform that action at this time.
0 commit comments