Libxc 7.1.1 -> 7.1.2 (#5612)

This commit is contained in:
SY Wang 2026-07-21 16:43:21 +08:00 committed by GitHub
parent a0df33dd6a
commit 2a9776c2cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 8 additions and 8 deletions

View file

@ -184,7 +184,7 @@ spack:
repos:
builtin:
commit: 9314cd0194cb79e73b44927e920130cd4379f012 # 2026-07-20
commit: 131214174051056d434e43d34f7c7645a385a835 # 2026-07-21
specs:
# Build tools
@ -215,7 +215,7 @@ spack:
- "libsmeagol@1.2"
- "libvdwxc@0.5.0"
- "libvori@220621"
- "libxc@7.1.1"
- "libxc@7.1.2"
- "libxs@1.0.0"
- "libxsmm@2.0.0"
# - "libxstream@1.0.0"

View file

@ -96,7 +96,7 @@ spack:
repos:
builtin:
commit: 9314cd0194cb79e73b44927e920130cd4379f012 # 2026-07-20
commit: 131214174051056d434e43d34f7c7645a385a835 # 2026-07-21
specs:
# Build tools
@ -113,7 +113,7 @@ spack:
- "libfci@0.1.0"
- "libint@2.13.1-cp2k-lmax-5"
- "libvori@220621"
- "libxc@7.1.1"
- "libxc@7.1.2"
- "libxs@1.0.0"
- "libxsmm@2.0.0"
- "openblas@0.3.33"

View file

@ -117,7 +117,7 @@ spack:
repos:
builtin:
commit: 9314cd0194cb79e73b44927e920130cd4379f012 # 2026-07-20
commit: 131214174051056d434e43d34f7c7645a385a835 # 2026-07-21
specs:
# Build tools
@ -138,7 +138,7 @@ spack:
# - "libgint@release_v1"
- "libint@2.13.1-cp2k-lmax-5"
- "libvori@220621"
- "libxc@7.1.1"
- "libxc@7.1.2"
- "libxs@1.0.0"
- "libxsmm@2.0.0"
# - "libxstream@1.0.0"

View file

@ -6,8 +6,8 @@
[ "${BASH_SOURCE[0]}" ] && SCRIPT_NAME="${BASH_SOURCE[0]}" || SCRIPT_NAME=$0
SCRIPT_DIR="$(cd "$(dirname "$SCRIPT_NAME")/.." && pwd -P)"
libxc_ver="7.1.1"
libxc_sha256="0e913232757338f345830250bf344d8c60feca5b8ff6c0c6b2229c5189eea11f"
libxc_ver="7.1.2"
libxc_sha256="3915fac94416e4c415534223ea492ad2663f928acf27e98662c861b094a6c306"
source "${SCRIPT_DIR}"/common_vars.sh
source "${SCRIPT_DIR}"/tool_kit.sh
source "${SCRIPT_DIR}"/signal_trap.sh