Fix Ubuntu tester not to use libfci (#5180)

This commit is contained in:
SY Wang 2026-05-14 01:46:50 +08:00 committed by GitHub
parent 1233a2ca2a
commit 12bc3b21f2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -261,6 +261,7 @@ elif [[ "${PROFILE}" == "ubuntu" ]] && [[ "${VERSION}" == "ssmp" ]]; then
-DCP2K_USE_VORI=OFF \
-DCP2K_USE_TREXIO=OFF \
-DCP2K_USE_LIBXSMM=OFF \
-DCP2K_USE_LIBFCI=OFF \
-Werror=dev \
.. |& tee ./cmake.log
CMAKE_EXIT_CODE=$?