Add +dlaf variant to cp2k in CI (#42346)

This commit is contained in:
Rocco Meli 2024-01-31 11:54:45 +01:00 committed by GitHub
parent d983ac35fe
commit e129a6f47a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 3 deletions

View File

@ -86,7 +86,7 @@ spack:
- gmp
- gotcha
- gptune ~mpispawn
- gromacs +cp2k ^cp2k build_system=cmake
- gromacs +cp2k ^cp2k+dlaf build_system=cmake
- h5bench
- hdf5-vol-async
- hdf5-vol-cache

View File

@ -84,7 +84,7 @@ spack:
- gmp
- gotcha
- gptune ~mpispawn
- gromacs +cp2k ^cp2k build_system=cmake
- gromacs +cp2k ^cp2k+dlaf build_system=cmake
- h5bench
- hdf5-vol-async
- hdf5-vol-cache

View File

@ -94,7 +94,7 @@ spack:
- gmp
- gotcha
- gptune ~mpispawn
- gromacs +cp2k ^cp2k build_system=cmake
- gromacs +cp2k ^cp2k+dlaf build_system=cmake
- h5bench
- hdf5-vol-async
- hdf5-vol-cache

View File

@ -45,6 +45,7 @@ class DlaFuture(CMakePackage, CudaPackage, ROCmPackage):
)
depends_on("cmake@3.22:", type="build")
depends_on("pkgconfig", type="build")
depends_on("doxygen", type="build", when="+doc")
depends_on("mpi")