Changeset 16136
- Timestamp:
- 09/16/13 09:28:32 (12 years ago)
- Location:
- issm/trunk-jpl
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl
- Property svn:mergeinfo changed
/issm/trunk merged: 15402,15736
- Property svn:mergeinfo changed
-
issm/trunk-jpl/externalpackages/scipy/install-macosx-lion.sh
r13344 r16136 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-jpl/externalpackages/scipy/install-macosx-mlion.sh
r13821 r16136 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-jpl/externalpackages/scipy/install-macosx-snowleopard.sh
r13371 r16136 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.