Changeset 2843 for ThirdParty/Blas/trunk
- Timestamp:
- Aug 15, 2013 6:17:54 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/Blas/trunk/get.Blas
r2824 r2843 24 24 rm -f blas.tgz 25 25 26 echo "Downloading the source code from www.netlib.org..."27 if ! $wgetcmd http://www.netlib.org/blas/blas.tgz ;26 echo "Downloading the source code from projects.coin-or.org..." 27 if $wgetcmd https://projects.coin-or.org/svn/BuildTools/ThirdParty/Blas/src/blas-20130815.tgz ; 28 28 then 29 mv blas-20130815.tgz blas.tgz 30 else 29 31 echo 30 echo "Failed, try downloading the source code from netlib.sandia.gov..." 31 $wgetcmd http://netlib.sandia.gov/blas/blas.tgz 32 echo "Failed, try downloading the source code from www.netlib.org..." 33 if ! $wgetcmd http://www.netlib.org/blas/blas.tgz ; 34 then 35 echo 36 echo "Failed, try downloading the source code from netlib.sandia.gov..." 37 $wgetcmd http://netlib.sandia.gov/blas/blas.tgz 38 fi 32 39 fi 33 40
Note: See TracChangeset
for help on using the changeset viewer.