Skip to content

Commit

Permalink
Bump LibXC to version 6.1.0
Browse files Browse the repository at this point in the history
We drop the patch because it was fixed in the given release.
  • Loading branch information
Frederick Stein authored and fstein93 committed Jan 11, 2023
1 parent d479bf3 commit 0e722df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 18 deletions.
7 changes: 2 additions & 5 deletions tools/toolchain/scripts/stage3/install_libxc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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="6.0.0"
libxc_sha256="c2ca205a762200dfba2e6c9e8ca2061aaddc6b7cf42048859fe717a7aa07de7c"
libxc_ver="6.1.0"
libxc_sha256="a3aa16915942543031a5d9c4a92c439ce54249bdcda8c91c4e69e65329dc9a54"
source "${SCRIPT_DIR}"/common_vars.sh
source "${SCRIPT_DIR}"/tool_kit.sh
source "${SCRIPT_DIR}"/signal_trap.sh
Expand Down Expand Up @@ -40,9 +40,6 @@ case "$with_libxc" in
tar -xzf libxc-${libxc_ver}.tar.gz
cd libxc-${libxc_ver}

# Fix missing comma at end of line in src/mgga_xc_b97mv.c
patch -p1 < "${SCRIPT_DIR}/stage3/libxc-${libxc_ver}_mgga_xc_b97mv.patch"

# CP2K does not make use of fourth derivatives, so skip their compilation with --disable-lxc
./configure --prefix="${pkg_install_dir}" --libdir="${pkg_install_dir}/lib" --disable-lxc \
> configure.log 2>&1 || tail -n ${LOG_LINES} configure.log
Expand Down
13 changes: 0 additions & 13 deletions tools/toolchain/scripts/stage3/libxc-6.0.0_mgga_xc_b97mv.patch

This file was deleted.

0 comments on commit 0e722df

Please sign in to comment.