From ffab237e948c62e88d7b6f66b579a75793fd9cf7 Mon Sep 17 00:00:00 2001 From: "Ewelina.Maria.Lobodzinska" Date: Wed, 8 Jul 2020 20:06:34 +0200 Subject: [PATCH 1/3] update to Pythia8.302p3 and H7.16p3 --- Projects/AthGeneration/externals/Herwig3.cmake | 2 +- Projects/AthGeneration/externals/Pythia8.cmake | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Projects/AthGeneration/externals/Herwig3.cmake b/Projects/AthGeneration/externals/Herwig3.cmake index 38f86b97b05..5f56250d942 100644 --- a/Projects/AthGeneration/externals/Herwig3.cmake +++ b/Projects/AthGeneration/externals/Herwig3.cmake @@ -2,6 +2,6 @@ # File specifying the location of Herwig3 to use. # -set( HERWIG3_LCGVERSION 7.2.1p3 ) +set( HERWIG3_LCGVERSION 7.1.6p3 ) set( HERWIG3_LCGROOT ${LCG_RELEASE_DIR}/MCGenerators/herwig++/${HERWIG3_LCGVERSION}/${LCG_PLATFORM} ) diff --git a/Projects/AthGeneration/externals/Pythia8.cmake b/Projects/AthGeneration/externals/Pythia8.cmake index 3cc1759c0c8..67bfeed1bdf 100644 --- a/Projects/AthGeneration/externals/Pythia8.cmake +++ b/Projects/AthGeneration/externals/Pythia8.cmake @@ -2,6 +2,6 @@ # File specifying the location of Pythia 8 to use. # -set( PYTHIA8_LCGVERSION 240p4 ) +set( PYTHIA8_LCGVERSION 302p3 ) set( PYTHIA8_LCGROOT ${LCG_RELEASE_DIR}/MCGenerators/pythia8/${PYTHIA8_LCGVERSION}/${LCG_PLATFORM} ) -- GitLab From bd10a665a4e3a45a344acb4747e3a5ed9cdf2923 Mon Sep 17 00:00:00 2001 From: "Ewelina.Maria.Lobodzinska" Date: Wed, 8 Jul 2020 20:44:28 +0200 Subject: [PATCH 2/3] change ThePEG version to 2.16p3 --- Projects/AthGeneration/externals/ThePEG.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Projects/AthGeneration/externals/ThePEG.cmake b/Projects/AthGeneration/externals/ThePEG.cmake index ec6cc12cadb..0272efb7441 100644 --- a/Projects/AthGeneration/externals/ThePEG.cmake +++ b/Projects/AthGeneration/externals/ThePEG.cmake @@ -2,6 +2,6 @@ # File specifying the location of ThePEG to use. # -set( THEPEG_LCGVERSION 2.2.1p3 ) +set( THEPEG_LCGVERSION 2.1.6p3 ) set( THEPEG_LCGROOT ${LCG_RELEASE_DIR}/MCGenerators/thepeg/${THEPEG_LCGVERSION}/${LCG_PLATFORM} ) -- GitLab From 2156a826189c1b8c6d647342c58426dc9ef32106 Mon Sep 17 00:00:00 2001 From: "Ewelina.Maria.Lobodzinska" Date: Wed, 8 Jul 2020 22:11:40 +0200 Subject: [PATCH 3/3] small correction --- Projects/AthGeneration/externals/Pythia8.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Projects/AthGeneration/externals/Pythia8.cmake b/Projects/AthGeneration/externals/Pythia8.cmake index 67bfeed1bdf..43df41a55f1 100644 --- a/Projects/AthGeneration/externals/Pythia8.cmake +++ b/Projects/AthGeneration/externals/Pythia8.cmake @@ -1,5 +1,5 @@ # -# File specifying the location of Pythia 8 to use. +# File specifying the location of Pythia 8 to use. # set( PYTHIA8_LCGVERSION 302p3 ) -- GitLab