Increase minimum version for CMake to 3.27 and add python

This commit is contained in:
Matthias Krack 2026-01-21 11:06:06 +01:00
parent 631f12d81a
commit d24a13c9a8
2 changed files with 4 additions and 2 deletions

View file

@ -146,12 +146,13 @@ spack:
specs:
# Build tools
- "cmake@3.24:"
- "cmake@3.27:"
- "gcc@9:"
- "gmake@4.2:"
- "mpich@4.3.2"
- "ninja@1.10:"
# - "openmpi@5.0.8"
- "python@3.11:"
# CP2K
- "adios2@2.10.2"
- "cosma@2.7.0"

View file

@ -89,10 +89,11 @@ spack:
specs:
# Build tools
- "cmake@3.24:"
- "cmake@3.27:"
- "gcc@9:"
- "gmake@4.2:"
- "ninja@1.10:"
- "python@3.11:"
# CP2K
- "dbcsr@2.9.1"
- "deepmdkit@3.1.2"