Add conflict for pika with fmt@10 and +cuda/rocm (#37679)
This commit is contained in:
		| @@ -89,6 +89,9 @@ class Pika(CMakePackage, CudaPackage, ROCmPackage): | |||||||
|     # Other dependencies |     # Other dependencies | ||||||
|     depends_on("boost@1.71:") |     depends_on("boost@1.71:") | ||||||
|     depends_on("fmt@9:", when="@0.11:") |     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("hwloc@1.11.5:") | ||||||
| 
 | 
 | ||||||
|     depends_on("gperftools", when="malloc=tcmalloc") |     depends_on("gperftools", when="malloc=tcmalloc") | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Mikael Simberg
					Mikael Simberg