From 29c3ae0aa11f19c985b4429c24d9c5267ebb4fbf Mon Sep 17 00:00:00 2001 From: Wouter Deconinck <wdconinc@gmail.com> Date: Fri, 16 Aug 2024 01:36:54 +0000 Subject: [PATCH] chore: acts-33.1.0 --- spack-environment/packages.yaml | 6 ++++-- spack.sh | 2 ++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/spack-environment/packages.yaml b/spack-environment/packages.yaml index 8746eec14..ac2ec5ec1 100644 --- a/spack-environment/packages.yaml +++ b/spack-environment/packages.yaml @@ -18,8 +18,9 @@ packages: - any_of: [build_type=Release, '@:'] acts: require: - - '@31.2.0' - - cxxstd=20 +binaries +dd4hep +edm4hep +examples +fatras +geant4 +identification +json +onnx +podio +python +tgeo + - '%clang' + - '@33.1.0' + - cxxstd=20 +dd4hep +edm4hep +examples +fatras +geant4 +identification +json +onnx +podio +python +tgeo actsvg: require: - '@0.4.26' @@ -103,6 +104,7 @@ packages: - '@1.1.12' eicrecon: require: + - '%clang' - '@1.16.1' # EICRECON_VERSION eigen: require: diff --git a/spack.sh b/spack.sh index a0cb098c5..7f9b3117e 100644 --- a/spack.sh +++ b/spack.sh @@ -28,6 +28,7 @@ d3bf1e04fca844abb7c1eeac38dda4e126c81b67 3b59817ea7be35f4222dc88313734f7a30733ad7 737b70cbbfacb3fba8054426e9b5bf8ede6d8faf a66586d749197841bd74e289802126f2359287a8 +7503a417731910d918a7863d1862f62c9b76429d --- ## Optional hash table with comma-separated file list read -r -d '' SPACK_CHERRYPICKS_FILES <<- \ @@ -55,3 +56,4 @@ read -r -d '' SPACK_CHERRYPICKS_FILES <<- \ ## 3b59817ea7be35f4222dc88313734f7a30733ad7: deal with TimeoutError from ssl.py ## 737b70cbbfacb3fba8054426e9b5bf8ede6d8faf: Buildcache: remove deprecated --allow-root and preview subcommand ## a66586d749197841bd74e289802126f2359287a8: spack buildcache push: best effort +## 7503a417731910d918a7863d1862f62c9b76429d: cuda: add v12.4.1 -- GitLab