From b613e196a80f5c049bb91471624c2807d1cde2db Mon Sep 17 00:00:00 2001 From: Wouter Deconinck <wdconinc@gmail.com> Date: Tue, 5 Mar 2024 00:24:40 +0000 Subject: [PATCH] chore: eicrecon-1.11.0, epic-eic-24.03.0 --- detectors.yaml | 6 ++---- eic-spack.sh | 2 +- spack-environment/packages.yaml | 2 +- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/detectors.yaml b/detectors.yaml index d29660452..c865f527c 100644 --- a/detectors.yaml +++ b/detectors.yaml @@ -6,10 +6,6 @@ detectors: version: main main: version: main - 23.08.0: - version: 23.08.0 - patches: - - https://github.com/eic/epic/pull/520.patch 23.09.0: version: 23.09.0 patches: @@ -28,3 +24,5 @@ detectors: version: 24.02.0 24.02.1: version: 24.02.1 + 24.03.0: + version: 24.03.0 diff --git a/eic-spack.sh b/eic-spack.sh index 549c00edf..532eed0d1 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="acde63153d3e650275d85334523e118e45edb414" +EICSPACK_VERSION="0a7c8b2eaaac6de38ca13a1dd8b7f192edf70a7e" ## 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 45e72c2e3..ba80eec86 100644 --- a/spack-environment/packages.yaml +++ b/spack-environment/packages.yaml @@ -94,7 +94,7 @@ packages: - '@1.1.12' eicrecon: require: - - '@1.10.0' + - '@1.11.0' eigen: require: - '@3.4.0' -- GitLab