From fe7be80c45cd112dfab344d6088d9ee0aba5bf6e Mon Sep 17 00:00:00 2001 From: "Ewelina.Maria.Lobodzinska" <ewelina.maria.lobodzinska@cern.ch> Date: Fri, 1 Feb 2019 11:51:01 +0100 Subject: [PATCH] change version number for H7/ThePEG to 7.1.4/1.2.4 (as other versions do not exist for all platforms) --- Projects/Athena/externals/Herwig3.cmake | 2 +- Projects/Athena/externals/ThePEG.cmake | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Projects/Athena/externals/Herwig3.cmake b/Projects/Athena/externals/Herwig3.cmake index 9e84bcad7793..0485c71c6324 100644 --- a/Projects/Athena/externals/Herwig3.cmake +++ b/Projects/Athena/externals/Herwig3.cmake @@ -2,6 +2,6 @@ # File specifying the location of Herwig3 to use. # -set( HERWIG3_LCGVERSION 7.1.3p1 ) +set( HERWIG3_LCGVERSION 7.1.4 ) set( HERWIG3_LCGROOT ${LCG_RELEASE_DIR}/MCGenerators/herwig++/${HERWIG3_LCGVERSION}/${LCG_PLATFORM} ) diff --git a/Projects/Athena/externals/ThePEG.cmake b/Projects/Athena/externals/ThePEG.cmake index 8773d80e0834..4b9c32691f2b 100644 --- a/Projects/Athena/externals/ThePEG.cmake +++ b/Projects/Athena/externals/ThePEG.cmake @@ -2,6 +2,6 @@ # File specifying the location of ThePEG to use. # -set( THEPEG_LCGVERSION 2.1.3p1 ) +set( THEPEG_LCGVERSION 2.1.4 ) set( THEPEG_LCGROOT ${LCG_RELEASE_DIR}/MCGenerators/thepeg/${THEPEG_LCGVERSION}/${LCG_PLATFORM} ) -- GitLab