From f1944e360ac75e7712b6f7eba6a04e5aabbe6167 Mon Sep 17 00:00:00 2001
From: Wouter Deconinck <wdconinc@gmail.com>
Date: Sat, 28 May 2022 16:30:33 +0000
Subject: [PATCH] spack.yaml: concretizer:unify:true

---
 spack.yaml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/spack.yaml b/spack.yaml
index 8ec166244..5b1825c38 100644
--- a/spack.yaml
+++ b/spack.yaml
@@ -41,7 +41,8 @@ spack:
     - stow@2.3.1
     - tensorflow-lite@2.8.0 -xnnpack
     - xrootd@5.1.0 cxxstd=17 +python
-  concretization: together
+  concretizer: 
+    unify: true
   packages:
     all:
       compiler: [gcc]
-- 
GitLab