From 88bfb5929b3059c145113110d968ee309b26cc9d Mon Sep 17 00:00:00 2001 From: Christian Gutschow Date: Wed, 18 May 2022 13:56:58 +0100 Subject: [PATCH] bump Sherpa/Rivet/YODA versions --- Projects/AthGeneration/externals/Rivet.cmake | 2 +- Projects/AthGeneration/externals/Sherpa.cmake | 2 +- Projects/AthGeneration/externals/YODA.cmake | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Projects/AthGeneration/externals/Rivet.cmake b/Projects/AthGeneration/externals/Rivet.cmake index 0fa98696e66..d1a5524caf9 100644 --- a/Projects/AthGeneration/externals/Rivet.cmake +++ b/Projects/AthGeneration/externals/Rivet.cmake @@ -1,6 +1,6 @@ # # File specifying the location of Rivet to use. # -set( RIVET_LCGVERSION 3.1.5p1 ) +set( RIVET_LCGVERSION 3.1.6 ) set( RIVET_LCGROOT ${LCG_RELEASE_DIR}/MCGenerators/rivet/${RIVET_LCGVERSION}/${LCG_PLATFORM} ) diff --git a/Projects/AthGeneration/externals/Sherpa.cmake b/Projects/AthGeneration/externals/Sherpa.cmake index e44b7b397e1..5c688701a68 100644 --- a/Projects/AthGeneration/externals/Sherpa.cmake +++ b/Projects/AthGeneration/externals/Sherpa.cmake @@ -1,6 +1,6 @@ # # File specifying the location of Sherpa to use. # -set( SHERPA_LCGVERSION 2.2.12.f290b9 ) +set( SHERPA_LCGVERSION 2.2.12.bbba1f7 ) set( SHERPA_LCGROOT ${LCG_RELEASE_DIR}/MCGenerators/sherpa/${SHERPA_LCGVERSION}/${LCG_PLATFORM} ) diff --git a/Projects/AthGeneration/externals/YODA.cmake b/Projects/AthGeneration/externals/YODA.cmake index c94a6809a4b..b90c6d5cc0b 100644 --- a/Projects/AthGeneration/externals/YODA.cmake +++ b/Projects/AthGeneration/externals/YODA.cmake @@ -1,6 +1,6 @@ # # File specifying the location of YODA to use. # -set( YODA_LCGVERSION 1.9.0 ) +set( YODA_LCGVERSION 1.9.5 ) set( YODA_LCGROOT ${LCG_RELEASE_DIR}/MCGenerators/yoda/${YODA_LCGVERSION}/${LCG_PLATFORM} ) -- GitLab