Changeset 15402
- Timestamp:
- 07/02/13 12:20:12 (12 years ago)
- Location:
- issm/trunk/externalpackages/scipy
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/externalpackages/scipy/install-macosx-lion.sh
r13395 r15402 19 19 python setup.py build 20 20 python setup.py install 21 cd .. 22 python -c "import scipy; print 'Installed SciPy', scipy.__version__" 23 #python -c "import scipy; scipy.test()" -
issm/trunk/externalpackages/scipy/install-macosx-mlion.sh
r13975 r15402 19 19 python setup.py build 20 20 python setup.py install 21 cd .. 22 python -c "import scipy; print 'Installed SciPy', scipy.__version__" 23 #python -c "import scipy; scipy.test()" -
issm/trunk/externalpackages/scipy/install-macosx-snowleopard.sh
r13395 r15402 15 15 cd .. 16 16 python -c "import scipy; print 'Installed SciPy', scipy.__version__" 17 python -c "import scipy; scipy.test()"17 #python -c "import scipy; scipy.test()"
Note:
See TracChangeset
for help on using the changeset viewer.