From 65539a38b4fc2ecfedb949853d1723ad8a0afda5 Mon Sep 17 00:00:00 2001
From: Wouter Deconinck <wdconinc@gmail.com>
Date: Sun, 7 Jul 2024 19:13:31 +0000
Subject: [PATCH] fix: acts don't require +binaries +identification

---
 spack-environment/packages.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/spack-environment/packages.yaml b/spack-environment/packages.yaml
index e4f994527..2bec9f4d0 100644
--- a/spack-environment/packages.yaml
+++ b/spack-environment/packages.yaml
@@ -19,7 +19,7 @@ packages:
   acts:
     require:
     - '@31.2.0'
-    - cxxstd=20 +binaries +dd4hep +edm4hep +examples +fatras +geant4 +identification +json +onnx +podio +python +tgeo
+    - cxxstd=20 +dd4hep +edm4hep +examples +fatras +geant4 +json +onnx +podio +python +tgeo
   actsvg:
     require:
     - '@0.4.26'
-- 
GitLab