From ec63aa3761faf109311d9361d26d5c716d7ada5c Mon Sep 17 00:00:00 2001
From: Wouter Deconinck <wdconinc@gmail.com>
Date: Mon, 13 Jan 2025 23:19:05 +0000
Subject: [PATCH] feat: v24.11-alpha (acts-35.2.0)

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

diff --git a/spack-environment/packages.yaml b/spack-environment/packages.yaml
index f0a4ef510..0e3e895f1 100644
--- a/spack-environment/packages.yaml
+++ b/spack-environment/packages.yaml
@@ -19,8 +19,8 @@ packages:
   acts:
     require:
     - '%clang'
-    - '@34.1.0'
-    - cxxstd=20 +dd4hep +edm4hep +examples +fatras +geant4 +identification +json +onnx +podio +python +tgeo
+    - '@35.2.0'
+    - cxxstd=20 +dd4hep +edm4hep +examples +fatras +geant4 +json +onnx +podio +python +tgeo
   actsvg:
     require:
     - '@0.4.26'
diff --git a/spack.sh b/spack.sh
index 26765a621..850cfa9fa 100644
--- a/spack.sh
+++ b/spack.sh
@@ -15,6 +15,7 @@ c50ac5ac25619bdf0b3e75884a893a73e5713e05
 69b17ea6024b1f9ef39681f1aba3a499e54f58eb
 6a217dc5d327de87441ebec89c43818bf8fe2746
 00f179ee6da8252dff882c2d2249240f2d43805a
+94cf51875f0e29b79c2a1bd69e0fcddac3eec0c8
 ---
 ## Optional hash table with comma-separated file list
 read -r -d '' SPACK_CHERRYPICKS_FILES <<- \
@@ -29,3 +30,4 @@ read -r -d '' SPACK_CHERRYPICKS_FILES <<- \
 ## 69b17ea6024b1f9ef39681f1aba3a499e54f58eb: py-paramiko: add v3.3.2, v3.4.1, v3.5.0
 ## 6a217dc5d327de87441ebec89c43818bf8fe2746: gsoap: depends_on autoconf etc type build
 ## 00f179ee6da8252dff882c2d2249240f2d43805a: root: add v6.32.08
+## 94cf51875f0e29b79c2a1bd69e0fcddac3eec0c8: acts: don't use system dfelibs for 35.1:36.0
-- 
GitLab