mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-27 13:45:19 -04:00
enable libsmeagol in Spack build
This commit is contained in:
parent
26096efc00
commit
35f4375abe
4 changed files with 4 additions and 4 deletions
|
|
@ -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 && \
|
||||
|
|
|
|||
|
|
@ -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 && \
|
||||
|
|
|
|||
|
|
@ -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=$?
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue