mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-28 22:25:32 -04:00
Docker: Fix builds of GCC and minimal tests
This commit is contained in:
parent
077f9c6522
commit
bf77c5cb8e
1 changed files with 6 additions and 0 deletions
|
|
@ -116,6 +116,9 @@ elif [[ "${PROFILE}" == "ubuntu" ]] && [[ "${VERSION}" == "ssmp" ]]; then
|
|||
-DCP2K_USE_MPI=OFF \
|
||||
-DCP2K_USE_SPGLIB=OFF \
|
||||
-DCP2K_USE_VORI=OFF \
|
||||
-DCP2K_USE_DFTD4=OFF \
|
||||
-DCP2K_USE_DEEPMD=OFF \
|
||||
-DCP2K_USE_TREXIO=OFF \
|
||||
-Werror=dev \
|
||||
.. |& tee ./cmake.log
|
||||
CMAKE_EXIT_CODE=$?
|
||||
|
|
@ -134,6 +137,9 @@ elif [[ "${PROFILE}" == "minimal" ]] && [[ "${VERSION}" == "ssmp" ]]; then
|
|||
-DCP2K_USE_MPI=OFF \
|
||||
-DCP2K_USE_SPGLIB=OFF \
|
||||
-DCP2K_USE_VORI=OFF \
|
||||
-DCP2K_USE_DFTD4=OFF \
|
||||
-DCP2K_USE_DEEPMD=OFF \
|
||||
-DCP2K_USE_TREXIO=OFF \
|
||||
-Werror=dev \
|
||||
.. |& tee ./cmake.log
|
||||
CMAKE_EXIT_CODE=$?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue