Changeset 12626
- Timestamp:
- 07/10/12 15:17:56 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/externalpackages/scipy/install-macosx-snowleopard.sh
r12537 r12626 24 24 cd .. 25 25 ${PYTHON} -c "import numpy; print 'Installed NumPy', numpy.__version__" 26 ${PYTHON} -c "import numpy; numpy.test()" 26 27 27 28 elif [[ $install == "2" ]];then … … 36 37 cd .. 37 38 ${PYTHON} -c "import scipy; print 'Installed SciPy', scipy.__version__" 39 ${PYTHON} -c "import scipy; scipy.test()" 38 40 39 41 elif [[ $install == "3" ]];then
Note:
See TracChangeset
for help on using the changeset viewer.