pika: Add conflict between HIP and GCC (libstdc++) >= 13 (#46291)
This commit is contained in:
parent
f417e9f00c
commit
cec770b26e
@ -141,6 +141,8 @@ class Pika(CMakePackage, CudaPackage, ROCmPackage):
|
||||
depends_on("apex", when="+apex")
|
||||
depends_on("cuda@11:", when="+cuda")
|
||||
depends_on("hip@5.2:", when="@0.8: +rocm")
|
||||
# https://github.com/pika-org/pika/issues/1238
|
||||
conflicts("%gcc@13:", when="+rocm")
|
||||
depends_on("hipblas", when="@:0.8 +rocm")
|
||||
depends_on("mpi", when="+mpi")
|
||||
depends_on("stdexec", when="+stdexec")
|
||||
|
Loading…
Reference in New Issue
Block a user