From 1ff381aa6874f92aadb74b28d16ed6f4f5a73462 Mon Sep 17 00:00:00 2001 From: Dmitry Kalinkin <dkalinkin@bnl.gov> Date: Tue, 8 Oct 2024 11:25:05 +0000 Subject: [PATCH] feat: epic 24.10.0, eicrecon 1.18.0, npsim 1.4.2 --- eic-spack.sh | 2 +- spack-environment/cuda/spack.yaml | 7 +++---- spack-environment/packages.yaml | 2 +- spack-environment/xl/spack.yaml | 3 +-- 4 files changed, 6 insertions(+), 8 deletions(-) diff --git a/eic-spack.sh b/eic-spack.sh index b4bc29701..677b974db 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="c8dae5e15d61a3a7b8c87a1a4c7c8ca2893755db" +EICSPACK_VERSION="b3ed4720f4bba7cf607e471f8960a5aee29df9ad" diff --git a/spack-environment/cuda/spack.yaml b/spack-environment/cuda/spack.yaml index 414abd26c..543e9b0cc 100644 --- a/spack-environment/cuda/spack.yaml +++ b/spack-environment/cuda/spack.yaml @@ -28,11 +28,10 @@ spack: - eigen - emacs - epic@main # EPIC_VERSION - - epic@24.05.0 - - epic@24.05.2 - - epic@24.06.0 - epic@24.07.0 - - epic@24.08.0 + - epic@24.08.1 + - epic@24.09.0 + - epic@24.10.0 - fastjet - fjcontrib - fmt diff --git a/spack-environment/packages.yaml b/spack-environment/packages.yaml index 73eab4085..710cf9763 100644 --- a/spack-environment/packages.yaml +++ b/spack-environment/packages.yaml @@ -105,7 +105,7 @@ packages: eicrecon: require: - '%clang' - - '@1.17.0' # EICRECON_VERSION + - '@1.18.0' # EICRECON_VERSION eigen: require: - '@3.4.0' diff --git a/spack-environment/xl/spack.yaml b/spack-environment/xl/spack.yaml index 96b50cb89..1bdfdff26 100644 --- a/spack-environment/xl/spack.yaml +++ b/spack-environment/xl/spack.yaml @@ -27,11 +27,10 @@ spack: - eigen - emacs - epic@main # EPIC_VERSION - - epic@24.06.0 - epic@24.07.0 - - epic@24.08.0 - epic@24.08.1 - epic@24.09.0 + - epic@24.10.0 - fastjet - fjcontrib - fmt -- GitLab