pika: Add conflict with fmt 11 and newer (#46280)
This commit is contained in:
parent
3ff441c5b0
commit
98e35f7232
@ -126,6 +126,8 @@ class Pika(CMakePackage, CudaPackage, ROCmPackage):
|
|||||||
# https://github.com/pika-org/pika/issues/686
|
# https://github.com/pika-org/pika/issues/686
|
||||||
conflicts("^fmt@10:", when="@:0.15 +cuda")
|
conflicts("^fmt@10:", when="@:0.15 +cuda")
|
||||||
conflicts("^fmt@10:", when="@:0.15 +rocm")
|
conflicts("^fmt@10:", when="@:0.15 +rocm")
|
||||||
|
# https://github.com/pika-org/pika/pull/1074
|
||||||
|
conflicts("^fmt@11:", when="@:0.23")
|
||||||
depends_on("spdlog@1.9.2:", when="@0.25:")
|
depends_on("spdlog@1.9.2:", when="@0.25:")
|
||||||
depends_on("hwloc@1.11.5:")
|
depends_on("hwloc@1.11.5:")
|
||||||
# https://github.com/pika-org/pika/issues/1223
|
# https://github.com/pika-org/pika/issues/1223
|
||||||
|
Loading…
Reference in New Issue
Block a user