From 3f215e0d593039059d3e5fa97d4db320dcc5656b Mon Sep 17 00:00:00 2001
From: Wouter Deconinck <wdconinc@gmail.com>
Date: Mon, 18 Dec 2023 22:57:27 +0000
Subject: [PATCH] fix: spack cherry-pick fix infinite recursion when computing
 concretization errors

---
 spack.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/spack.sh b/spack.sh
index 4bc44a1b5..1def8a224 100644
--- a/spack.sh
+++ b/spack.sh
@@ -26,6 +26,7 @@ c07ddf83c32b7129247fe90eed486dd844047087
 7a0c4e8017033430e5f15ed628be6b539e935ba9
 48fcfda1e7c1781cab4cada6d099823b263ab0cc
 8c29e90fa9962f4a44f39f47217b46c85176af28
+1255620a14afa3ad4aad681a847a3a1704141976
 ---
 ## Ref: https://github.com/spack/spack/commit/[hash]
 ## [hash]: [description]
@@ -47,3 +48,4 @@ c07ddf83c32b7129247fe90eed486dd844047087
 ## 7a0c4e8017033430e5f15ed628be6b539e935ba9: acts: new versions 31.*
 ## 48fcfda1e7c1781cab4cada6d099823b263ab0cc: setup-env.sh: if exe contains qemu, use /proc/$$/comm instead
 ## 8c29e90fa9962f4a44f39f47217b46c85176af28: Build cache: make signed/unsigned a mirror property
+## 1255620a14afa3ad4aad681a847a3a1704141976: Fix infinite recursion when computing concretization errors
-- 
GitLab