From 1a1b90b357d4d98689c3487b95cc563272921bbc Mon Sep 17 00:00:00 2001 From: sftnight <sftnight@lcgapp-cs8-x86-64-02.cern.ch> Date: Wed, 26 Mar 2025 08:29:15 +0100 Subject: [PATCH] Update Geant4 to 11.3.1 --- cmake/toolchain/heptools-devAdePT.cmake | 2 +- cmake/toolchain/heptools-devship.cmake | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/toolchain/heptools-devAdePT.cmake b/cmake/toolchain/heptools-devAdePT.cmake index 460f8ca3f8..992608ea4a 100644 --- a/cmake/toolchain/heptools-devAdePT.cmake +++ b/cmake/toolchain/heptools-devAdePT.cmake @@ -58,7 +58,7 @@ LCG_external_package(ROOT v6.32.08 CUDA=OFF) # LCG_external_package(cudnn 7.6.5.32) #---Overwrite the version of Geant4 -LCG_external_package(Geant4 11.00.ref01) +LCG_external_package(Geant4 11.3.1 ) #---We neeed Geant4 built without VecGeom, so we chnage the recipe-- LCG_user_recipe(Geant4 diff --git a/cmake/toolchain/heptools-devship.cmake b/cmake/toolchain/heptools-devship.cmake index 8c881fa080..e151ff4779 100644 --- a/cmake/toolchain/heptools-devship.cmake +++ b/cmake/toolchain/heptools-devship.cmake @@ -5,7 +5,7 @@ include(heptools-dev3) LCG_external_package(ROOT 6.32.06) # 6.30.08 ###LCG_external_package(uuid 2.27.1.alice) # taken from the system here -#LCG_external_package(Geant4 10.7.3) +#LCG_external_package(Geant4 11.3.1 ) #LCG_external_package(HepMC 2.06.09.alice) ## Packages we already have in the stack with different versions -- GitLab