enable libsmeagol in Spack build

This commit is contained in:
Rocco Meli 2025-01-31 13:21:26 +01:00 committed by Ole Schütt
parent 26096efc00
commit 35f4375abe
4 changed files with 4 additions and 4 deletions

View file

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