source:
issm/oecreview/Archive/11821-11840/ISSM-11837-11838.diff
Last change on this file was 11991, checked in by , 13 years ago | |
---|---|
File size: 885 bytes |
-
proj/ice/larour/issm-uci-clean/trunk-jpl/externalpackages/scipy/install-macosx64.sh
3 3 #1: install numpy 4 4 #2 install scipy 5 5 #3 erase 6 install=1 ;6 install=1 7 7 8 8 9 9 export CC=gcc … … 18 18 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 25 25 elif [[ $install == "2" ]];then … … 29 29 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 36 36 rm -rf numpy scipy
Note:
See TracBrowser
for help on using the repository browser.