Skip to content

Commit b2a75db

Browse files
mtaillefumierRMeli
andauthored
Force rocm dependency on hipfft with +rocm is given (spack#48211)
Make sure that hipfft+rocm is explicit when +rocm is true. Co-authored-by: Rocco Meli <[email protected]>
1 parent 0ec00a9 commit b2a75db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

var/spack/repos/builtin/packages/spfft/package.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class Spfft(CMakePackage, CudaPackage, ROCmPackage):
6363

6464
with when("+rocm"):
6565
depends_on("rocfft")
66-
depends_on("hipfft")
66+
depends_on("hipfft+rocm")
6767
# hip 6.0 requires v1.1.0 and later
6868
conflicts("^[email protected]:", when="@:1.0.6 +rocm")
6969

0 commit comments

Comments
 (0)