gaudi: @:36 fails to build with fmt@9: (#32699)

Since fmt@9.0.0 and 9.1.0 were [added](6c4acfbf83) 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)).
This commit is contained in:
Wouter Deconinck 2022-09-20 13:20:55 -05:00 committed by GitHub
parent 692f1d0e75
commit 4b66364b06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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:")