From 7d9d1abfcca16f582604a4c25525fa1d67ec9790 Mon Sep 17 00:00:00 2001 From: Sakib Rahman <rahmans@myumanitoba.ca> Date: Sun, 11 Feb 2024 00:10:54 +0000 Subject: [PATCH] update-epic-24.02.0-eicrecon-1.10.0 --- detectors.yaml | 20 +++----------------- eic-spack.sh | 2 +- spack-environment/packages.yaml | 2 +- 3 files changed, 5 insertions(+), 19 deletions(-) diff --git a/detectors.yaml b/detectors.yaml index ec6b0ad4b..4f8e2e59f 100644 --- a/detectors.yaml +++ b/detectors.yaml @@ -1,3 +1,4 @@ +# Only retain last 6 months of epic geometry versions detectors: epic: nightly: @@ -5,23 +6,6 @@ detectors: version: main main: version: main - 23.06.1: - version: 23.06.1 - patches: - - https://github.com/eic/epic/pull/449.patch - - https://github.com/eic/epic/pull/520.patch - 23.07.0: - version: 23.07.0 - patches: - - https://github.com/eic/epic/pull/520.patch - 23.07.1: - version: 23.07.1 - patches: - - https://github.com/eic/epic/pull/520.patch - 23.07.2: - version: 23.07.2 - patches: - - https://github.com/eic/epic/pull/520.patch 23.08.0: version: 23.08.0 patches: @@ -40,3 +24,5 @@ detectors: version: 23.11.0 23.12.0: version: 23.12.0 + 24.02.0: + version: 24.02.0 \ No newline at end of file diff --git a/eic-spack.sh b/eic-spack.sh index 36e9f875f..0dec54ca0 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="983a3cb14a9b6ef9bf0f74efdfc2ad96c842773e" +EICSPACK_VERSION="e5b8d72d6b3aeb44d53e75808eb1a4d1589403ff" ## 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 69c4f0900..738f9d252 100644 --- a/spack-environment/packages.yaml +++ b/spack-environment/packages.yaml @@ -94,7 +94,7 @@ packages: - '@1.1.12' eicrecon: require: - - '@1.9.1' + - '@1.10.0' eigen: require: - '@3.4.0' -- GitLab