From 0096aa0bfb7595c31b0fcd0b88816dc629bbb1cb Mon Sep 17 00:00:00 2001 From: Wouter Deconinck <wdconinc@gmail.com> Date: Thu, 10 Aug 2023 17:25:57 +0000 Subject: [PATCH] feat: geant4 with eAST physics list --- eic-spack.sh | 2 +- spack-environment/packages.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/eic-spack.sh b/eic-spack.sh index f876ebc82..d0f164b3c 100644 --- a/eic-spack.sh +++ b/eic-spack.sh @@ -3,7 +3,7 @@ EICSPACK_ORGREPO="eic/eic-spack" ## EIC spack github version, e.g. v0.19.7 or commit hash ## note: nightly builds will use e.g. releases/v0.19 -EICSPACK_VERSION="v0.20.11" +EICSPACK_VERSION="v0.20.12" ## Space-separated list of eic-spack cherry-picks read -r -d '' EICSPACK_CHERRYPICKS <<- \ diff --git a/spack-environment/packages.yaml b/spack-environment/packages.yaml index 6aa44f0d0..1f27c2353 100644 --- a/spack-environment/packages.yaml +++ b/spack-environment/packages.yaml @@ -113,7 +113,7 @@ packages: - -debuginfod geant4: require: - - '@11.1.1' + - '@11.1.1.east' - cxxstd=17 -vecgeom +threads -vtk - any_of: [+opengl +qt +x11, -opengl -qt -x11] graphviz: -- GitLab