Docker: Enable ELPA for CMake CUDA builds

This commit is contained in:
Ole Schütt 2025-10-22 22:19:44 +02:00 committed by Ole Schütt
parent e1f948e013
commit bb352791de
2 changed files with 1 additions and 2 deletions

View file

@ -136,7 +136,6 @@ elif [[ "${PROFILE}" == "toolchain_cuda_"* ]] && [[ "${VERSION}" == "psmp" ]]; t
-DCP2K_USE_DLAF=OFF \
-DCP2K_USE_SPLA_GEMM_OFFLOADING=ON \
-DCP2K_USE_PEXSI=OFF \
-DCP2K_USE_ELPA=OFF \
-DCP2K_USE_ACE=OFF \
-DCP2K_USE_DEEPMD=OFF \
-DCP2K_USE_PLUMED=OFF \

View file

@ -96,7 +96,7 @@ case "${with_elpa}" in
../configure --prefix="${pkg_install_dir}/${TARGET}/" \
--libdir="${pkg_install_dir}/${TARGET}/lib" \
--enable-openmp=${enable_openmp} \
--enable-shared=no \
--enable-shared=yes \
--enable-static=yes \
--disable-c-tests \
--disable-cpp-tests \