Changeset 2827
- Timestamp:
- Jul 23, 2013 6:22:52 AM (8 years ago)
- Location:
- ThirdParty/Blas/stable/1.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/Blas/stable/1.3
- Property svn:mergeinfo changed
/ThirdParty/Blas/trunk merged: 2646,2661,2670,2678,2824
- Property svn:mergeinfo changed
-
ThirdParty/Blas/stable/1.3/get.Blas
r2809 r2827 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.