summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorWouter Deconinck <wdconinc@gmail.com>2022-09-20 13:20:55 -0500
committerGitHub <noreply@github.com>2022-09-20 11:20:55 -0700
commit4b66364b06967a6b56e02b65c1e3d97465094543 (patch)
treee35b782fac283cdcbe29238fe27acecc86de75e9 /var
parent692f1d0e759c32660827f85fb356b5af6ebdf9d9 (diff)
downloadspack-4b66364b06967a6b56e02b65c1e3d97465094543.tar.gz
spack-4b66364b06967a6b56e02b65c1e3d97465094543.tar.bz2
spack-4b66364b06967a6b56e02b65c1e3d97465094543.tar.xz
spack-4b66364b06967a6b56e02b65c1e3d97465094543.zip
gaudi: @:36 fails to build with fmt@9: (#32699)
Since fmt@9.0.0 and 9.1.0 were [added](https://github.com/spack/spack/commit/6c4acfbf83372f76fe69aa7b959f257b6a1e8410) to spack a few days ago, gaudi fails to compile with default concretization. Since gaudi developers are usually paying attention to new versions of dependencies, I'm going to assume (perhaps optimistically) that the next bugfix version of gaudi will fix this (even though the issue has not been reported yet to Gaudi; I posted on the [key4hep public mirror](https://github.com/key4hep/Gaudi/issues/1)).
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/gaudi/package.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/gaudi/package.py b/var/spack/repos/builtin/packages/gaudi/package.py
index 1dc701c5ce..7f38dde544 100644
--- a/var/spack/repos/builtin/packages/gaudi/package.py
+++ b/var/spack/repos/builtin/packages/gaudi/package.py
@@ -65,6 +65,7 @@ class Gaudi(CMakePackage):
depends_on("cmake", type="build")
depends_on("cppgsl")
depends_on("fmt", when="@33.2:")
+ depends_on("fmt@:8", when="@:36.7")
depends_on("intel-tbb")
depends_on("uuid")
depends_on("nlohmann-json", when="@35.0:")