heffte: fix rocm deps (#40514)

This commit is contained in:
Miroslav Stoyanov 2023-10-15 00:55:01 -04:00 committed by GitHub
parent 26e063177d
commit 39d2baec8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -84,6 +84,8 @@ class Heffte(CMakePackage, CudaPackage, ROCmPackage):
depends_on("rocfft@5.2.3:", when="@develop+rocm", type=("build", "run"))
depends_on("magma@2.5.3:", when="+cuda+magma", type=("build", "run"))
depends_on("magma+rocm@2.6.1:", when="+magma+rocm @2.1:", type=("build", "run"))
depends_on("rocblas@3.8:", when="+magma+rocm", type=("build", "run"))
depends_on("rocsparse@3.8:", when="+magma+rocm", type=("build", "run"))
depends_on("hipblas@3.8:", when="+magma+rocm", type=("build", "run"))
depends_on("hipsparse@3.8:", when="+magma+rocm", type=("build", "run"))