From d2a1936525b68d49ee8c55059cdb061d9948c38e Mon Sep 17 00:00:00 2001
From: Wouter Deconinck <wdconinc@gmail.com>
Date: Mon, 21 Aug 2023 20:43:15 +0000
Subject: [PATCH] fix: rm lcio from dd4hep

---
 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 3f9581543..b511668af 100644
--- a/spack-environment/packages.yaml
+++ b/spack-environment/packages.yaml
@@ -70,7 +70,7 @@ packages:
   dd4hep:
     require:
     - '@1.26'
-    - +ddg4 +ddcad +hepmc3 +lcio +xercesc
+    - +ddg4 +ddcad +hepmc3 +xercesc
   dpmjet:
     require:
     - '@19.3.5'
-- 
GitLab