mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-21 14:35:15 -04:00
Docker: Disable GauXC for toolchain cuda builds (#5316)
This commit is contained in:
parent
75e331fa99
commit
bff9b1f227
1 changed files with 1 additions and 0 deletions
|
|
@ -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=$?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue