cp2k: add hipfft and hipblas explicitly (#41074)
This commit is contained in:
parent
b3146559fb
commit
1d30e78b54
1 changed files with 4 additions and 0 deletions
|
@ -297,6 +297,10 @@ class Cp2k(MakefilePackage, CudaPackage, CMakePackage, ROCmPackage):
|
|||
depends_on("dbcsr+cuda", when="+cuda")
|
||||
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
|
||||
conflicts("%apple-clang")
|
||||
conflicts("%clang")
|
||||
|
|
Loading…
Reference in a new issue