Changeset 2825 for ThirdParty/Lapack
- Timestamp:
- Jul 23, 2013 6:11:39 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/Lapack/trunk/get.Lapack
r2808 r2825 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.