Check checksum

This commit is contained in:
Roman Yurchak 2018-10-31 18:08:57 +01:00
parent 78bf51daac
commit 93ada69b1f
2 changed files with 3 additions and 0 deletions

View File

@ -24,6 +24,8 @@ $(SRC)/lapack_WA.bc: $(SRC)/Makefile
$(SRC)/Makefile:
wget -q -O clapack.tgz http://www.netlib.org/clapack/clapack.tgz
md5sum --quiet --check checksums || (rm -f clapack.tgz; false)
tar xzf clapack.tgz
rm -rf $(SRC)
mv CLAPACK-$(CLAPACK_VERSION) $(SRC)

1
CLAPACK/checksums Normal file
View File

@ -0,0 +1 @@
040da31f3a7d4fbc9ac376c748d18d1f clapack.tgz