From 80f70bb4c615801bff8f9f378f06bbc9a76b84dc Mon Sep 17 00:00:00 2001 From: klendathu2k Date: Tue, 12 Mar 2024 14:34:18 -0400 Subject: [PATCH] Load VMC, G3/G4 VMC and concrete libraries for 64bit builds. --- mgr/config/v0.3.0-rhel7-root6.24.06.config | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/mgr/config/v0.3.0-rhel7-root6.24.06.config b/mgr/config/v0.3.0-rhel7-root6.24.06.config index 4897050b2d5..ad720672530 100644 --- a/mgr/config/v0.3.0-rhel7-root6.24.06.config +++ b/mgr/config/v0.3.0-rhel7-root6.24.06.config @@ -16,8 +16,9 @@ endif module load star-env-0.3.0-root-6.24.06 if ( $USE_64BITS == 1 ) then - module load geant4-10.4.0 - module load geant4-data-10.4.0 - module load geant4-vmc-4-0-p3-root-6.24.06 + module load geant4-10.5.1 + module load geant4-data-10.5.1 + module load geant4-vmc-5-0-p5-root-6.24.06 + module load geant3-3-9-p1-root-6.24.06 module load clhep-2.4.5.1 endif