Skip to content

Commit

Permalink
Add SIRIUS again to Intel container build
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrack committed Mar 7, 2023
1 parent 80ce1df commit 1dc108c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion tools/docker/Dockerfile.prod_intel_psmp
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 0 additions & 1 deletion tools/docker/Dockerfile.test_intel-psmp
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 0 additions & 1 deletion tools/docker/generate_dockerfiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,6 @@ def toolchain_intel() -> str:
install_all="",
with_intelmpi="",
with_mkl="",
with_sirius="no",
)


Expand Down

0 comments on commit 1dc108c

Please sign in to comment.