Changeset 1546 for ThirdParty/Lapack/trunk/get.Lapack
- Timestamp:
- May 6, 2010 9:55:13 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/Lapack/trunk/get.Lapack
r1520 r1546 6 6 7 7 wgetcmd=wget 8 wgetcount=`which wget 2>/dev/null | wc - w`8 wgetcount=`which wget 2>/dev/null | wc -l` 9 9 if test ! $wgetcount = 1; then 10 10 echo "Utility wget not found in your PATH."
Note: See TracChangeset
for help on using the changeset viewer.