Changeset 2824 for ThirdParty/Blas/trunk
- Timestamp:
- Jul 23, 2013 6:08:58 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/Blas/trunk/get.Blas
r2807 r2824 25 25 26 26 echo "Downloading the source code from www.netlib.org..." 27 $wgetcmd http://www.netlib.org/blas/blas.tgz 27 if ! $wgetcmd http://www.netlib.org/blas/blas.tgz ; 28 then 29 echo 30 echo "Failed, try downloading the source code from netlib.sandia.gov..." 31 $wgetcmd http://netlib.sandia.gov/blas/blas.tgz 32 fi 28 33 29 34 echo "Uncompressing the tarball..."
Note: See TracChangeset
for help on using the changeset viewer.