Skip to content

Commit 99bfb60

Browse files
Update to PYTHIA v8.307
1 parent fa96356 commit 99bfb60

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.1 \
13-
--build-arg PYTHIA_VERSION=8306 \
13+
--build-arg PYTHIA_VERSION=8307 \
1414
--build-arg MG_VERSION=3.4.1 \
1515
-t scailfin/madgraph5-amc-nlo:latest \
1616
-t scailfin/madgraph5-amc-nlo:3.4.1 \
@@ -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.1 \
27-
--build-arg PYTHIA_VERSION=8306 \
27+
--build-arg PYTHIA_VERSION=8307 \
2828
--build-arg MG_VERSION=3.4.1 \
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.1 \
37-
--build-arg PYTHIA_VERSION=8306 \
37+
--build-arg PYTHIA_VERSION=8307 \
3838
--build-arg MG_VERSION=3.4.1 \
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.1`
1717
* [FastJet](http://fastjet.fr/) `v3.3.4`
18-
* [PYTHIA](https://pythia.org/) `v8.306`
18+
* [PYTHIA](https://pythia.org/) `v8.307`
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
@@ -85,7 +85,7 @@ RUN mkdir /code && \
8585
rm -rf /code
8686

8787
# Install PYTHIA
88-
ARG PYTHIA_VERSION=8306
88+
ARG PYTHIA_VERSION=8307
8989
# PYTHON_VERSION already exists in the base image
9090
# CentOS 7 gcc v4.8.5 is old enough need to specify -std=c++11
9191
RUN mkdir /code && \

docker/debian/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ RUN mkdir /code && \
9696
rm -rf /code
9797

9898
# Install PYTHIA
99-
ARG PYTHIA_VERSION=8306
99+
ARG PYTHIA_VERSION=8307
100100
# PYTHON_VERSION already exists in the base image
101101
RUN mkdir /code && \
102102
cd /code && \

0 commit comments

Comments
 (0)