File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -68,11 +68,11 @@ fftw_main_sha256="5630c24cdeb33b131612f7eb4b1a9934234754f9f388ff8617458d0be6f239
6868fftw_alt_ver=" 3.3.10"
6969fftw_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
7878scalapack_main_ver=" 2.2.3"
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments