enable libsmeagol in Spack build

This commit is contained in:
Rocco Meli 2025-01-31 13:21:26 +01:00 committed by Ole Schütt
parent 26096efc00
commit 35f4375abe
4 changed files with 4 additions and 4 deletions

View file

@ -42,7 +42,7 @@ RUN apt-get update -qq && apt-get install -qq --no-install-recommends \
# Install a recent developer version of Spack.
WORKDIR /opt/spack
ARG SPACK_VERSION=0f54995e53d48095a30f1d0203e4f9bdb95e29fa
ARG SPACK_VERSION=7ebabfcf0ec31ba2a0470d0405bf7ae84a446c00
RUN git init --quiet && \
git remote add origin https://github.com/spack/spack.git && \
git fetch --quiet --depth 1 origin ${SPACK_VERSION} --no-tags && \

View file

@ -853,7 +853,7 @@ RUN apt-get update -qq && apt-get install -qq --no-install-recommends \
# Install a recent developer version of Spack.
WORKDIR /opt/spack
ARG SPACK_VERSION=0f54995e53d48095a30f1d0203e4f9bdb95e29fa
ARG SPACK_VERSION=7ebabfcf0ec31ba2a0470d0405bf7ae84a446c00
RUN git init --quiet && \
git remote add origin https://github.com/spack/spack.git && \
git fetch --quiet --depth 1 origin ${{SPACK_VERSION}} --no-tags && \

View file

@ -85,7 +85,7 @@ if [[ "${PROFILE}" == "spack" ]] && [[ "${VERSION}" == "psmp" ]]; then
-DCP2K_USE_LIBTORCH=OFF \
-DCP2K_USE_DLAF=ON \
-DCP2K_USE_DFTD4=ON \
-DCP2K_USE_LIBSMEAGOL=OFF \
-DCP2K_USE_LIBSMEAGOL=ON \
.. |& tee ./cmake.log
CMAKE_EXIT_CODE=$?

View file

@ -19,7 +19,7 @@ spack:
- "libvori@220621"
- "spla@1.6.1 +fortran"
- "dftd4@3.6.0 build_system=cmake"
# - "libsmeagol@1.2"
- "libsmeagol@1.2"
# Unfortunately, ScaLAPACK 2.2.1 has not yet been packaged by Spack.
# https://github.com/Reference-ScaLAPACK/scalapack/tree/v2.2.1
# which contains https://github.com/Reference-ScaLAPACK/scalapack/pull/26