From 854a7ca186b5d53dcb29a37a825ac6e7179f9706 Mon Sep 17 00:00:00 2001
From: Wouter Deconinck <wdconinc@gmail.com>
Date: Fri, 30 Dec 2022 18:20:05 +0000
Subject: [PATCH] fix: spdlog +fmt_external to avoid fmt version clashes

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

diff --git a/spack.yaml b/spack.yaml
index 1d733e69e..8c3c012a0 100644
--- a/spack.yaml
+++ b/spack.yaml
@@ -46,7 +46,7 @@ spack:
     - root@6.26.06 cxxstd=17 
           +fftw +fortran +gdml +http +mlp +pythia8 
           +root7 +tmva +vc -webgui +xrootd +ssl 
-    - spdlog@1.10.0
+    - spdlog@1.10.0 +fmt_external
     - stow@2.3.1
     - tensorflow-lite@2.8.0 -xnnpack
     - xrootd@5.3.2 cxxstd=17 +python
-- 
GitLab