Skip to content

Commit

Permalink
Merge pull request #1013 from edoapra/compilers-august-2024
Browse files Browse the repository at this point in the history
fix for contrib script getfiles.nwchem
  • Loading branch information
nwchemgit authored Aug 30, 2024
2 parents b985c66 + a388874 commit a66de8b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions contrib/getfiles.nwchem
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
# $Id$
cd $NWCHEM_TOP/src/nwpw/nwpwlib/nwpwxc/
rm -f dftd3.tgz
wget https://www.chemie.uni-bonn.de/pctc/mulliken-center/software/dft-d3/dftd3.tgz
wget https://www.chemie.uni-bonn.de/grimme/de/software/dft-d3/dftd3.tgz
cd $NWCHEM_TOP/src/libext/openblas
VERSION=0.3.13
VERSION=0.3.27
rm -rf OpenBLAS*gz
curl -L https://github.com/xianyi/OpenBLAS/archive/v${VERSION}.tar.gz -o OpenBLAS-${VERSION}.tar.gz
cd $NWCHEM_TOP/src/libext/scalapack
COMMIT=bc6cad585362aa58e05186bb85d4b619080c45a9
COMMIT=782e739f8eb0e7f4d51ad7dd23fc1d03dc99d240
rm -f scalapack-$COMMIT.zip
curl -L https://github.com/Reference-ScaLAPACK/scalapack/archive/$COMMIT.zip -o scalapack-$COMMIT.zip

0 comments on commit a66de8b

Please sign in to comment.