Add +dlaf variant to cp2k in CI (#42346)
This commit is contained in:
parent
d983ac35fe
commit
e129a6f47a
@ -86,7 +86,7 @@ spack:
|
|||||||
- gmp
|
- gmp
|
||||||
- gotcha
|
- gotcha
|
||||||
- gptune ~mpispawn
|
- gptune ~mpispawn
|
||||||
- gromacs +cp2k ^cp2k build_system=cmake
|
- gromacs +cp2k ^cp2k+dlaf build_system=cmake
|
||||||
- h5bench
|
- h5bench
|
||||||
- hdf5-vol-async
|
- hdf5-vol-async
|
||||||
- hdf5-vol-cache
|
- hdf5-vol-cache
|
||||||
|
@ -84,7 +84,7 @@ spack:
|
|||||||
- gmp
|
- gmp
|
||||||
- gotcha
|
- gotcha
|
||||||
- gptune ~mpispawn
|
- gptune ~mpispawn
|
||||||
- gromacs +cp2k ^cp2k build_system=cmake
|
- gromacs +cp2k ^cp2k+dlaf build_system=cmake
|
||||||
- h5bench
|
- h5bench
|
||||||
- hdf5-vol-async
|
- hdf5-vol-async
|
||||||
- hdf5-vol-cache
|
- hdf5-vol-cache
|
||||||
|
@ -94,7 +94,7 @@ spack:
|
|||||||
- gmp
|
- gmp
|
||||||
- gotcha
|
- gotcha
|
||||||
- gptune ~mpispawn
|
- gptune ~mpispawn
|
||||||
- gromacs +cp2k ^cp2k build_system=cmake
|
- gromacs +cp2k ^cp2k+dlaf build_system=cmake
|
||||||
- h5bench
|
- h5bench
|
||||||
- hdf5-vol-async
|
- hdf5-vol-async
|
||||||
- hdf5-vol-cache
|
- hdf5-vol-cache
|
||||||
|
@ -45,6 +45,7 @@ class DlaFuture(CMakePackage, CudaPackage, ROCmPackage):
|
|||||||
)
|
)
|
||||||
|
|
||||||
depends_on("cmake@3.22:", type="build")
|
depends_on("cmake@3.22:", type="build")
|
||||||
|
depends_on("pkgconfig", type="build")
|
||||||
depends_on("doxygen", type="build", when="+doc")
|
depends_on("doxygen", type="build", when="+doc")
|
||||||
depends_on("mpi")
|
depends_on("mpi")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user