Add SIRIUS again to Intel container build

This commit is contained in:
Matthias Krack 2023-03-03 11:07:53 +01:00
parent 80ce1df007
commit 1dc108cb20
3 changed files with 0 additions and 3 deletions

View file

@ -24,7 +24,6 @@ RUN ./install_cp2k_toolchain.sh \
--install-all \
--with-intelmpi \
--with-mkl \
--with-sirius=no \
--dry-run
# Dry-run leaves behind config files for the followup install scripts.

View file

@ -24,7 +24,6 @@ RUN ./install_cp2k_toolchain.sh \
--install-all \
--with-intelmpi \
--with-mkl \
--with-sirius=no \
--dry-run
# Dry-run leaves behind config files for the followup install scripts.

View file

@ -490,7 +490,6 @@ FROM intel/oneapi-hpckit:2023.0.0-devel-ubuntu22.04
install_all="",
with_intelmpi="",
with_mkl="",
with_sirius="no",
)