Changeset 2828
- Timestamp:
- Jul 23, 2013 6:23:34 AM (8 years ago)
- Location:
- ThirdParty/Lapack/stable/1.4
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/Lapack/stable/1.4
- Property svn:mergeinfo changed
/ThirdParty/Lapack/trunk merged: 2649,2664,2673,2681,2825
- Property svn:mergeinfo changed
-
ThirdParty/Lapack/stable/1.4/get.Lapack
r2810 r2828 24 24 echo " " 25 25 26 rm -f lapack .tgz26 rm -f lapack-${lapack_ver}.tgz 27 27 echo "Downloading the source code from www.netlib.org..." 28 $wgetcmd http://www.netlib.org/lapack/lapack-${lapack_ver}.tgz 28 if ! $wgetcmd http://www.netlib.org/lapack/lapack-${lapack_ver}.tgz ; 29 then 30 echo 31 echo "Failed, try downloading the source code from netlib.sandia.gov..." 32 $wgetcmd http://netlib.sandia.gov/lapack/lapack-${lapack_ver}.tgz 33 fi 29 34 30 35 echo "Uncompressing the tarball..."
Note: See TracChangeset
for help on using the changeset viewer.