cp2k: add hipfft and hipblas explicitly (#41074)
This commit is contained in:
parent
b3146559fb
commit
1d30e78b54
@ -297,6 +297,10 @@ class Cp2k(MakefilePackage, CudaPackage, CMakePackage, ROCmPackage):
|
|||||||
depends_on("dbcsr+cuda", when="+cuda")
|
depends_on("dbcsr+cuda", when="+cuda")
|
||||||
depends_on("dbcsr+rocm", when="+rocm")
|
depends_on("dbcsr+rocm", when="+rocm")
|
||||||
|
|
||||||
|
with when("@2022: +rocm"):
|
||||||
|
depends_on("hipblas")
|
||||||
|
depends_on("hipfft")
|
||||||
|
|
||||||
# CP2K needs compiler specific compilation flags, e.g. optflags
|
# CP2K needs compiler specific compilation flags, e.g. optflags
|
||||||
conflicts("%apple-clang")
|
conflicts("%apple-clang")
|
||||||
conflicts("%clang")
|
conflicts("%clang")
|
||||||
|
Loading…
Reference in New Issue
Block a user