Add conflict for pika with fmt@10 and +cuda/rocm (#37679)

This commit is contained in:
Mikael Simberg 2023-05-16 09:24:02 +02:00 committed by GitHub
parent 3765a5f7f8
commit b027f64a7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -89,6 +89,9 @@ class Pika(CMakePackage, CudaPackage, ROCmPackage):
# Other dependencies
depends_on("boost@1.71:")
depends_on("fmt@9:", when="@0.11:")
# https://github.com/pika-org/pika/issues/686
conflicts("fmt@10:", when="+cuda")
conflicts("fmt@10:", when="+rocm")
depends_on("hwloc@1.11.5:")
depends_on("gperftools", when="malloc=tcmalloc")