From 54410a576120c9ee90c03878c7535d6a168b38b1 Mon Sep 17 00:00:00 2001 From: Dmitry Kalinkin <dkalinkin@bnl.gov> Date: Tue, 5 Nov 2024 01:13:25 +0000 Subject: [PATCH] feat: epic 24.11.0, eicrecon 1.19.0, edm4eic 8.0.0 --- eic-spack.sh | 2 +- spack-environment/cuda/spack.yaml | 2 +- spack-environment/packages.yaml | 4 ++-- spack-environment/xl/spack.yaml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/eic-spack.sh b/eic-spack.sh index 882931e5e..65e94772c 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="79be358f06de2697a6a88e73ad849b5eb3c8030a" +EICSPACK_VERSION="6aed060d869e3ff825994354226243921a211261" diff --git a/spack-environment/cuda/spack.yaml b/spack-environment/cuda/spack.yaml index 9e547c282..b0e830f42 100644 --- a/spack-environment/cuda/spack.yaml +++ b/spack-environment/cuda/spack.yaml @@ -28,11 +28,11 @@ spack: - eigen - emacs - epic@main # EPIC_VERSION - - epic@24.07.0 - epic@24.08.1 - epic@24.09.0 - epic@24.10.0 - epic@24.10.1 + - epic@24.11.0 - fastjet - fjcontrib - fmt diff --git a/spack-environment/packages.yaml b/spack-environment/packages.yaml index 933922909..2ef546645 100644 --- a/spack-environment/packages.yaml +++ b/spack-environment/packages.yaml @@ -88,7 +88,7 @@ packages: - '@656aa3192b097a631ddd1e0380e80c26fd6644a7' edm4eic: require: - - '@7.0.0' # EDM4EIC_VERSION + - '@8.0.0' # EDM4EIC_VERSION - cxxstd=20 edm4hep: require: @@ -105,7 +105,7 @@ packages: eicrecon: require: - '%clang' - - '@1.18.1' # EICRECON_VERSION + - '@1.19.0' # EICRECON_VERSION eigen: require: - '@3.4.0' diff --git a/spack-environment/xl/spack.yaml b/spack-environment/xl/spack.yaml index ae620af3c..92bfd11a5 100644 --- a/spack-environment/xl/spack.yaml +++ b/spack-environment/xl/spack.yaml @@ -27,11 +27,11 @@ spack: - eigen - emacs - epic@main # EPIC_VERSION - - epic@24.07.0 - epic@24.08.1 - epic@24.09.0 - epic@24.10.0 - epic@24.10.1 + - epic@24.11.0 - fastjet - fjcontrib - fmt -- GitLab