Skip to content

Commit

Permalink
Bump LibXC to 5.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederick Stein authored and fstein93 committed Mar 5, 2021
1 parent a3c0186 commit 48a25cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/toolchain/scripts/stage3/install_libxc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
[ "${BASH_SOURCE[0]}" ] && SCRIPT_NAME="${BASH_SOURCE[0]}" || SCRIPT_NAME=$0
SCRIPT_DIR="$(cd "$(dirname "$SCRIPT_NAME")/.." && pwd -P)"

libxc_ver="5.1.0"
libxc_sha256="f67b6e518372871d9eed6e5dba77c3ab5ea030c229ba7a7d44bcf51f3258373f"
libxc_ver="5.1.2"
libxc_sha256="180d52b5552921d1fac8a10869dd30708c0fb41dc202a3bbee0e36f43872718a"
source "${SCRIPT_DIR}"/common_vars.sh
source "${SCRIPT_DIR}"/tool_kit.sh
source "${SCRIPT_DIR}"/signal_trap.sh
Expand All @@ -29,7 +29,7 @@ case "$with_libxc" in
if [ -f libxc-${libxc_ver}.tar.gz ]; then
echo "libxc-${libxc_ver}.tar.gz is found"
else
download_pkg ${DOWNLOADER_FLAGS} ${libxc_sha256} \
download_pkg ${DOWNLOADER_FLAGS} -o libxc-5.1.2.tar.gz ${libxc_sha256} \
https://www.cp2k.org/static/downloads/libxc-${libxc_ver}.tar.gz
fi
echo "Installing from scratch into ${pkg_install_dir}"
Expand Down

0 comments on commit 48a25cb

Please sign in to comment.