Skip to content

Commit 44ac546

Browse files
Update to PYTHIA v8.309
1 parent 9a81991 commit 44ac546

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ image:
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 \
@@ -24,7 +24,7 @@ test:
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

2121
Additionally contains MadGraph5 controlled dependencies for NLO processes:

docker/centos/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
9393
RUN mkdir /code && \

docker/debian/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
102102
RUN mkdir /code && \
103103
cd /code && \

0 commit comments

Comments
 (0)