From 2f5c6cfbdb3b88cbf5569524132a7c04b1a46471 Mon Sep 17 00:00:00 2001
From: Wouter Deconinck <wdconinc@gmail.com>
Date: Wed, 2 Oct 2024 11:32:27 +0000
Subject: [PATCH] feat: add gfal2 to xl

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

diff --git a/spack-environment/packages.yaml b/spack-environment/packages.yaml
index 42efce196..800edca85 100644
--- a/spack-environment/packages.yaml
+++ b/spack-environment/packages.yaml
@@ -153,6 +153,9 @@ packages:
   gettext: 
     require:
     - +libxml2
+  gfal2:
+    require:
+    - +file +xrootd
   gl:
     require:
     - glx
diff --git a/spack-environment/xl/spack.yaml b/spack-environment/xl/spack.yaml
index 6e9d8fdf7..6f8ca9e50 100644
--- a/spack-environment/xl/spack.yaml
+++ b/spack-environment/xl/spack.yaml
@@ -38,6 +38,7 @@ spack:
   - gaudi
   - gdb
   - geant4 +opengl
+  - gfal2
   - graphviz
   - hepmc3
   - heppdt
diff --git a/spack.sh b/spack.sh
index 7c150f132..e54e05cee 100644
--- a/spack.sh
+++ b/spack.sh
@@ -38,6 +38,7 @@ f8f01c336c882f29ac364995423b9f69ac365462
 04f0af0a28e1f6ff0ef0b50e28ecf9d19fe544e6
 395491815acb20e48050b77dca457aa7cc340ca1
 43d1cdb0bd4780bff369dafa681a8a7939313784
+5bc105c01c0e458924df40d51f7111ba507689f9
 ---
 ## Optional hash table with comma-separated file list
 read -r -d '' SPACK_CHERRYPICKS_FILES <<- \
@@ -77,3 +78,4 @@ read -r -d '' SPACK_CHERRYPICKS_FILES <<- \
 ## 04f0af0a28e1f6ff0ef0b50e28ecf9d19fe544e6: acts,dd4hep: restrict to podio@0 to prevent failures with podio@1
 ## 395491815acb20e48050b77dca457aa7cc340ca1: dd4hep: mark conflict with root@6.31.1:
 ## 43d1cdb0bd4780bff369dafa681a8a7939313784: dd4hep: Add tag for version 1.30
+## 5bc105c01c0e458924df40d51f7111ba507689f9: gfal2: new package (and dependencies)
-- 
GitLab