Changeset 11838
- Timestamp:
- 03/30/12 21:27:35 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk-jpl/externalpackages/scipy/install-macosx64.sh ¶
r11791 r11838 4 4 #2 install scipy 5 5 #3 erase 6 install=1 ;6 install=1 7 7 8 8 … … 19 19 #install numpy 20 20 cd numpy 21 python3 setup.py build22 python3 setup.py install21 python3.2 setup.py build 22 python3.2 setup.py install 23 23 24 24 … … 30 30 #install scipy 31 31 cd scipy 32 python3 setup.py build33 python3 setup.py install32 python3.2 setup.py build 33 python3.2 setup.py install 34 34 35 35 elif [[ $install == "3" ]];then
Note:
See TracChangeset
for help on using the changeset viewer.