Perform DBCSR toolchain build for 3rd party tests

This commit is contained in:
Matthias Krack 2025-02-17 10:17:58 +01:00
parent 9ba8478278
commit f45310c62e
5 changed files with 5 additions and 5 deletions

View file

@ -23,7 +23,7 @@ COPY ./tools/toolchain/install_cp2k_toolchain.sh .
RUN ./install_cp2k_toolchain.sh \
--install-all \
--mpi-mode=mpich \
--with-dbcsr=no \
--with-dbcsr \
--with-gcc=system \
--dry-run

View file

@ -23,7 +23,7 @@ COPY ./tools/toolchain/install_cp2k_toolchain.sh .
RUN ./install_cp2k_toolchain.sh \
--install-all \
--mpi-mode=mpich \
--with-dbcsr=no \
--with-dbcsr \
--with-gcc=system \
--dry-run

View file

@ -23,7 +23,7 @@ COPY ./tools/toolchain/install_cp2k_toolchain.sh .
RUN ./install_cp2k_toolchain.sh \
--install-all \
--mpi-mode=mpich \
--with-dbcsr=no \
--with-dbcsr \
--with-gcc=system \
--dry-run

View file

@ -23,7 +23,7 @@ COPY ./tools/toolchain/install_cp2k_toolchain.sh .
RUN ./install_cp2k_toolchain.sh \
--install-all \
--mpi-mode=mpich \
--with-dbcsr=no \
--with-dbcsr \
--with-gcc=system \
--dry-run

View file

@ -132,7 +132,7 @@ def main() -> None:
for name in "aiida", "ase", "gromacs", "i-pi":
with OutputFile(f"Dockerfile.test_{name}", args.check) as f:
f.write(install_deps_toolchain())
f.write(install_deps_toolchain(with_dbcsr=""))
f.write(test_3rd_party(name))
for name in "misc", "doxygen":