From a927c6eaa19a500014d5d9bf84c04e43a89a1737 Mon Sep 17 00:00:00 2001
From: Dmitry Kalinkin <dkalinkin@bnl.gov>
Date: Sun, 16 Mar 2025 02:16:40 +0000
Subject: [PATCH] feat: epic 25.03.1, eicrecon 1.23.1

---
 eic-spack.sh                      | 2 +-
 spack-environment/cuda/spack.yaml | 1 +
 spack-environment/packages.yaml   | 2 +-
 spack-environment/xl/spack.yaml   | 1 +
 4 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/eic-spack.sh b/eic-spack.sh
index dba892047..bb446c18a 100644
--- a/eic-spack.sh
+++ b/eic-spack.sh
@@ -3,4 +3,4 @@ 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="9881941751669e826349297f9728dee0e84b65f1"
\ No newline at end of file
+EICSPACK_VERSION="c1ea389013c51a270ae43c4eda4a21ba4d2825b6"
\ No newline at end of file
diff --git a/spack-environment/cuda/spack.yaml b/spack-environment/cuda/spack.yaml
index 49dc3554d..3cbc6b45b 100644
--- a/spack-environment/cuda/spack.yaml
+++ b/spack-environment/cuda/spack.yaml
@@ -32,6 +32,7 @@ spack:
   - epic@25.01.1
   - epic@25.02.0
   - epic@25.03.0
+  - epic@25.03.1
   - fastjet
   - fjcontrib
   - fmt
diff --git a/spack-environment/packages.yaml b/spack-environment/packages.yaml
index f1af3c3fc..4c125f896 100644
--- a/spack-environment/packages.yaml
+++ b/spack-environment/packages.yaml
@@ -115,7 +115,7 @@ packages:
   eicrecon:
     require:
     - '%clang'
-    - '@1.23.0' # EICRECON_VERSION
+    - '@1.23.1' # EICRECON_VERSION
   eigen:
     require:
     - '@3.4.0'
diff --git a/spack-environment/xl/spack.yaml b/spack-environment/xl/spack.yaml
index 4ef7ac1af..210cee2a5 100644
--- a/spack-environment/xl/spack.yaml
+++ b/spack-environment/xl/spack.yaml
@@ -31,6 +31,7 @@ spack:
   - epic@25.01.1
   - epic@25.02.0
   - epic@25.03.0
+  - epic@25.03.1
   - fastjet
   - fjcontrib
   - fmt
-- 
GitLab