magma@master: add python dependency (#38341)
This commit is contained in:
parent
e3e7609af4
commit
e7ede86733
@ -46,6 +46,7 @@ class Magma(CMakePackage, CudaPackage, ROCmPackage):
|
||||
depends_on("cuda@8:", when="@2.5.1: +cuda") # See PR #14471
|
||||
depends_on("hipblas", when="+rocm")
|
||||
depends_on("hipsparse", when="+rocm")
|
||||
depends_on("python", when="@master", type="build")
|
||||
|
||||
conflicts("~cuda", when="~rocm", msg="Either CUDA or HIP support must be enabled")
|
||||
conflicts("+rocm", when="+cuda", msg="CUDA must be disabled to support HIP (ROCm)")
|
||||
|
Loading…
Reference in New Issue
Block a user