mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-28 22:25:32 -04:00
Docker: Disable libxc for all Ubuntu based builds
This commit is contained in:
parent
5fa12b352a
commit
b3eb23c664
1 changed files with 2 additions and 3 deletions
|
|
@ -189,10 +189,9 @@ elif [[ "${PROFILE}" == "ubuntu" ]] && [[ "${VERSION}" == "ssmp" ]]; then
|
|||
-Werror=dev \
|
||||
-DCP2K_BLAS_VENDOR=OpenBLAS \
|
||||
-DCP2K_USE_LIBINT2=ON \
|
||||
-DCP2K_USE_LIBXC=ON \
|
||||
-DCP2K_USE_FFTW3=ON \
|
||||
-DCP2K_USE_LIBXC=OFF \
|
||||
-DCP2K_USE_LIBXSMM=ON \
|
||||
-DCP2K_USE_LIBXC=OFF \
|
||||
-DCP2K_USE_SPGLIB=OFF \
|
||||
-DCP2K_USE_MPI=OFF \
|
||||
-DCP2K_USE_MPI_F08=OFF \
|
||||
|
|
@ -211,8 +210,8 @@ elif [[ "${PROFILE}" == "ubuntu_i386" ]] && [[ "${VERSION}" == "ssmp" ]]; then
|
|||
-Werror=dev \
|
||||
-DCP2K_BLAS_VENDOR=OpenBLAS \
|
||||
-DCP2K_USE_LIBINT2=ON \
|
||||
-DCP2K_USE_LIBXC=ON \
|
||||
-DCP2K_USE_FFTW3=ON \
|
||||
-DCP2K_USE_LIBXC=OFF \
|
||||
-DCP2K_USE_LIBXSMM=OFF \
|
||||
-DCP2K_USE_SPGLIB=OFF \
|
||||
-DCP2K_USE_MPI=OFF \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue