Docker: Disable LibFCI for toolchain cuda builds (#5207)

This commit is contained in:
Ole Schütt 2026-05-15 20:01:07 +02:00 committed by GitHub
parent 56b351daa3
commit 7f57f22fd5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -169,6 +169,7 @@ elif [[ "${PROFILE}" == "toolchain_cuda_"* ]] && [[ "${VERSION}" == "psmp" ]]; t
-DCP2K_USE_VORI=OFF \
-DCP2K_USE_TREXIO=OFF \
-DCP2K_USE_MIMIC=OFF \
-DCP2K_USE_LIBFCI=OFF \
-Werror=dev \
.. |& tee ./cmake.log
CMAKE_EXIT_CODE=$?