From 1ce099fcc3c70ca486c786e6426ad169633dce2d Mon Sep 17 00:00:00 2001
From: Wouter Deconinck <wdconinc@gmail.com>
Date: Tue, 23 Aug 2022 16:11:56 +0000
Subject: [PATCH] chore: upgrade to acts@19.7.0

---
 .gitlab-ci.yml | 2 +-
 spack.yaml     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3bbe8f1b2..de63f97d0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -18,7 +18,7 @@ variables:
   ## afc044cbad5eb8c5ffd6efe364fb740a08623842: dd4hep: add v1.21
 
   ## Spack github version, e.g. v0.18 branch, v0.18.1 tag, or commit hash
-  EICSPACK_VERSION: "v0.18.5"
+  EICSPACK_VERSION: "v0.18.7"
   ## Space-separated list of eic-spack cherry-picks
   EICSPACK_CHERRYPICKS: "" 
 
diff --git a/spack.yaml b/spack.yaml
index e90a92086..7df2fff84 100644
--- a/spack.yaml
+++ b/spack.yaml
@@ -1,6 +1,6 @@
 spack:
   specs:
-    - acts@19.1.0 +dd4hep +identification +json +tgeo +ipo +examples +fatras +geant4 +python
+    - acts@19.7.0 +dd4hep +identification +json +tgeo +ipo +examples +fatras +geant4 +python
     - afterburner@0.1.2 +root +zlib
     - cairo@1.16.0 +fc+ft+X+pdf+gobject
     - clhep@2.4.4.0 cxxstd=17
-- 
GitLab