From b779b546989ccd0ae83d0b2cfc0d7519c51588d2 Mon Sep 17 00:00:00 2001
From: Wouter Deconinck <wdconinc@gmail.com>
Date: Wed, 5 Jul 2023 20:24:44 +0000
Subject: [PATCH] fix: acts cxxstd=20

---
 spack-environment/dev/spack.yaml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/spack-environment/dev/spack.yaml b/spack-environment/dev/spack.yaml
index 981e9a352..9390d4f9e 100644
--- a/spack-environment/dev/spack.yaml
+++ b/spack-environment/dev/spack.yaml
@@ -3,7 +3,7 @@ spack:
   - ../concretizer.yaml
   - ../packages.yaml
   specs:
-    - acts@21.1.1 +dd4hep +examples +fatras +geant4 +identification +json +python +tgeo
+    - acts@21.1.1 cxxstd=20 +dd4hep +examples +fatras +geant4 +identification +json +python +tgeo
     - actsvg@0.4.26 +examples
     - acts-dd4hep@1.0.1
     - afterburner@0.1.2 +root +zlib
@@ -19,8 +19,8 @@ spack:
     - dawncut@1_54a
     - dd4hep@1.25.1 +ddg4 +ddcad -frames +hepmc3 +lcio +xercesc
     - dpmjet@19.3.5
-    - edm4eic@2.0.0 cxxstd=17
-    - edm4hep@=0.7 cxxstd=17
+    - edm4eic@2.0.0 cxxstd=20
+    - edm4hep@=0.7 cxxstd=20
     - eic-smear@1.1.10
     - eigen@3.4.0
     - emacs@28.2
-- 
GitLab