pika: Add conflict between HIP and GCC (libstdc++) >= 13 (#46291)

This commit is contained in:
Mikael Simberg 2024-09-12 09:03:58 +02:00 committed by GitHub
parent f417e9f00c
commit cec770b26e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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