mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-28 06:05:29 -04:00
Docker: Disable LibFCI for toolchain cuda builds (#5207)
This commit is contained in:
parent
56b351daa3
commit
7f57f22fd5
1 changed files with 1 additions and 0 deletions
|
|
@ -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=$?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue