From b4e024d44480b821b82f83e0f335323ba286dbf4 Mon Sep 17 00:00:00 2001 From: Wouter Deconinck <wdconinc@gmail.com> Date: Sun, 10 Mar 2024 18:50:36 +0000 Subject: [PATCH] chore: eic-spack: new version of epic-eic --- detectors.yaml | 2 ++ eic-spack.sh | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/detectors.yaml b/detectors.yaml index c865f527c..9e81c805b 100644 --- a/detectors.yaml +++ b/detectors.yaml @@ -26,3 +26,5 @@ detectors: version: 24.02.1 24.03.0: version: 24.03.0 + 24.03.1: + version: 24.03.1 diff --git a/eic-spack.sh b/eic-spack.sh index a7778ef64..f0d2b6748 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="93ab0a6db8ca306e79637409dc40e8e72d46155a" +EICSPACK_VERSION="5a7e0e41ab9a8a6cbeda6b2f2c68129ce178f578" ## Space-separated list of eic-spack cherry-picks read -r -d '' EICSPACK_CHERRYPICKS <<- \ -- GitLab