Commit 93ada69b authored by Roman Yurchak's avatar Roman Yurchak

Check checksum

parent 78bf51da
......@@ -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)
......
040da31f3a7d4fbc9ac376c748d18d1f clapack.tgz
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment