Enable DFTD4 with CMake CI build (Spack)

This commit is contained in:
Rocco Meli 2025-01-28 14:55:04 +01:00 committed by GitHub
parent 52fc3dc60e
commit 6bc67c85af
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 17 additions and 10 deletions

View file

@ -84,6 +84,7 @@ if [[ "${PROFILE}" == "spack" ]] && [[ "${VERSION}" == "psmp" ]]; then
-DCP2K_USE_SIRIUS=ON \
-DCP2K_USE_LIBTORCH=OFF \
-DCP2K_USE_DLAF=ON \
-DCP2K_USE_DFTD4=ON \
.. |& tee ./cmake.log
CMAKE_EXIT_CODE=$?