Docker: Disable GauXC for toolchain cuda builds (#5316)

This commit is contained in:
Ole Schütt 2026-05-29 18:44:43 +02:00 committed by GitHub
parent 75e331fa99
commit bff9b1f227
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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