Skip to content

Commit d7ecddd

Browse files
committed
Toolchain: libxc 7.0.0 -> 7.1.0
1 parent 2257279 commit d7ecddd

2 files changed

Lines changed: 5 additions & 7 deletions

File tree

toolchain/scripts/package_versions.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,11 @@ fftw_main_sha256="5630c24cdeb33b131612f7eb4b1a9934234754f9f388ff8617458d0be6f239
6868
fftw_alt_ver="3.3.10"
6969
fftw_alt_sha256="56c932549852cddcfafdab3820b0200c7742675be92179e59e6215b340e26467"
7070

71-
# LibXC (supports dual versions) - main=7.0.0, alt=6.2.2
72-
libxc_main_ver="7.0.0"
73-
libxc_main_sha256="e9ae69f8966d8de6b7585abd9fab588794ada1fab8f689337959a35abbf9527d"
74-
libxc_alt_ver="6.2.2"
75-
libxc_alt_sha256="f72ed08af7b9dff5f57482c5f97bff22c7dc49da9564bc93871997cbda6dacf3"
71+
# LibXC (supports dual versions) - main=7.1.0, alt=7.0.0
72+
libxc_main_ver="7.1.0"
73+
libxc_main_sha256="30f742fc4ec917d386ae199688ad1b02381d1494d03196dffcf1e03b3c026a68"
74+
libxc_alt_ver="7.0.0"
75+
libxc_alt_sha256="e9ae69f8966d8de6b7585abd9fab588794ada1fab8f689337959a35abbf9527d"
7676

7777
# ScaLAPACK (supports dual versions) - main=2.2.2, alt=2.2.1
7878
scalapack_main_ver="2.2.3"

toolchain/scripts/stage3/install_libxc.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ case "$with_libxc" in
6161
[ -d libxc-${libxc_ver} ] && rm -rf libxc-${libxc_ver}
6262
tar -xjf ${libxc_pkg}
6363
cd libxc-${libxc_ver}
64-
# using cmake method to install libxc is neccessary for abacus
6564
mkdir build
6665
cd build
6766
cmake \
@@ -72,7 +71,6 @@ case "$with_libxc" in
7271
-DCMAKE_VERBOSE_MAKEFILE=ON \
7372
-DENABLE_FORTRAN=ON \
7473
-DENABLE_PYTHON=OFF \
75-
-DCMAKE_POLICY_VERSION_MINIMUM=3.5 \
7674
-DBUILD_TESTING=OFF .. \
7775
> configure.log 2>&1 || tail -n ${LOG_LINES} configure.log
7876
make -j $(get_nprocs) > make.log 2>&1 || tail -n ${LOG_LINES} make.log

0 commit comments

Comments
 (0)