From 65ce7726d9fa418f7c01665bebfc1e2181f15adf Mon Sep 17 00:00:00 2001 From: Harmen Stoppels Date: Tue, 3 Dec 2024 09:45:26 +0100 Subject: [PATCH] Fix url in build_dftd3a.sh --- src/nwpw/nwpwlib/nwpwxc/build_dftd3a.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nwpw/nwpwlib/nwpwxc/build_dftd3a.sh b/src/nwpw/nwpwlib/nwpwxc/build_dftd3a.sh index 2da1adfa4c..9c614734f4 100755 --- a/src/nwpw/nwpwlib/nwpwxc/build_dftd3a.sh +++ b/src/nwpw/nwpwlib/nwpwxc/build_dftd3a.sh @@ -42,7 +42,7 @@ fi check_patch rm -f dftd3.f nwpwxc_vdw3a.F export PATH=`pwd`:$PATH -URL1="https://www.chemie.uni-bonn.de/grimme/de/software/dft-d3/dftd3.tgz" +URL1="https://www.chemie.uni-bonn.de/grimme/de/software/dft-d3/" #URL1="https://www.chemiebn.uni-bonn.de/pctc/mulliken-center/software/dft-d3/" URL2="https://web.archive.org/web/20210527062154if_/https://www.chemie.uni-bonn.de/pctc/mulliken-center/software/dft-d3/" declare -a urls=("$URL1" "$URL1" "$URL1" "$URL2" "$URL2")