From c4ce0bfe2f13d762a51e1a9e7a892d0370c99333 Mon Sep 17 00:00:00 2001
From: Wouter Deconinck <wdconinc@gmail.com>
Date: Wed, 9 Aug 2023 23:45:11 +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..8a59a18bf 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="backport-514-to-releases/v0.20"
 
 ## 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