Skip to content

Commit

Permalink
Merge pull request #1060 from edoapra/hotfix/release-7-2-0
Browse files Browse the repository at this point in the history
web.archive.org URL update
  • Loading branch information
nwchemgit authored Dec 27, 2024
2 parents 7eb0ce0 + c82cc7e commit 7b05ba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nwpw/nwpwlib/nwpwxc/build_dftd3a.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ rm -f dftd3.f nwpwxc_vdw3a.F
export PATH=`pwd`:$PATH
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/"
URL2="https://web.archive.org/web/20241209131729/https://www.chemie.uni-bonn.de/grimme/de/software/dft-d3/"
declare -a urls=("$URL1" "$URL1" "$URL1" "$URL2" "$URL2")
TGZ=dftd3.tgz
# check gzip integrity
Expand Down

0 comments on commit 7b05ba8

Please sign in to comment.