From e58b0dab229ff22895b6e10f0b5a4d07cb1a0f71 Mon Sep 17 00:00:00 2001
From: Wouter Deconinck <wdconinc@gmail.com>
Date: Tue, 5 Nov 2024 20:31:12 +0000
Subject: [PATCH] feat: hepmcmerger

---
 eic-spack.sh                    | 2 +-
 spack-environment/packages.yaml | 3 +++
 spack-environment/xl/spack.yaml | 1 +
 3 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/eic-spack.sh b/eic-spack.sh
index 65e94772c..911ce41b5 100644
--- a/eic-spack.sh
+++ b/eic-spack.sh
@@ -3,4 +3,4 @@ EICSPACK_ORGREPO="eic/eic-spack"
 
 ## EIC spack commit hash or github version, e.g. v0.19.7
 ## note: nightly builds could use a branch e.g. releases/v0.19
-EICSPACK_VERSION="6aed060d869e3ff825994354226243921a211261"
+EICSPACK_VERSION="dbb544200a6e2b347e732965a6cc6d78f3fb71cc"
diff --git a/spack-environment/packages.yaml b/spack-environment/packages.yaml
index 2ef546645..1dcb8bdb3 100644
--- a/spack-environment/packages.yaml
+++ b/spack-environment/packages.yaml
@@ -170,6 +170,9 @@ packages:
     require:
     - '@3.3.0'
     - +python +rootio
+  hepmcmerger:
+    require:
+    - '@1.0.4'
   heppdt:
     require:
     - '@2.06.01'
diff --git a/spack-environment/xl/spack.yaml b/spack-environment/xl/spack.yaml
index 92bfd11a5..a62ef016c 100644
--- a/spack-environment/xl/spack.yaml
+++ b/spack-environment/xl/spack.yaml
@@ -41,6 +41,7 @@ spack:
   - gfal2
   - graphviz
   - hepmc3
+  - hepmcmerger
   - heppdt
   - imagemagick
   - irt
-- 
GitLab