From 8d5249975ce7a9fac21d13d2ed775bc7f614b617 Mon Sep 17 00:00:00 2001 From: Wouter Deconinck <wdconinc@gmail.com> Date: Sat, 18 Nov 2023 23:14:18 +0000 Subject: [PATCH] chore: geant4-11.1.3.east --- 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 cbe1ee907..dca1aaff2 100644 --- a/eic-spack.sh +++ b/eic-spack.sh @@ -3,7 +3,7 @@ EICSPACK_ORGREPO="eic/eic-spack" ## EIC spack commit hash or github version, e.g. v0.19.7 ## note: nightly builds could use a branch e.g. releases/v0.19 -EICSPACK_VERSION="1ef77b3b596e5b335366a90a16156c43a85f65c7" +EICSPACK_VERSION="9c2664d5f61b7bbc08cfeb5cfc0028a63425d89d" ## 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 1a874a22e..6c65cb071 100644 --- a/spack-environment/packages.yaml +++ b/spack-environment/packages.yaml @@ -119,7 +119,7 @@ packages: prefix: /opt/software/externals/g4ndl geant4: require: - - '@11.1.2.east' + - '@11.1.3.east' - cxxstd=17 -vecgeom +threads -vtk - any_of: [+opengl +qt +x11, -opengl -qt -x11] graphviz: -- GitLab