source: issm/oecreview/Archive/11821-11840/ISSM-11837-11838.diff@ 11991

Last change on this file since 11991 was 11991, checked in by Eric.Larour, 13 years ago

oecreview from 11518 to present

File size: 885 bytes
  • proj/ice/larour/issm-uci-clean/trunk-jpl/externalpackages/scipy/install-macosx64.sh

     
    33#1: install numpy
    44#2 install scipy
    55#3 erase
    6 install=1;
     6install=1
    77
    88
    99export CC=gcc
     
    1818
    1919        #install numpy
    2020        cd numpy
    21         python3 setup.py build
    22         python3 setup.py install
     21        python3.2 setup.py build
     22        python3.2 setup.py install
    2323
    2424       
    2525elif [[ $install == "2" ]];then
     
    2929
    3030        #install scipy
    3131        cd scipy
    32         python3 setup.py build
    33         python3 setup.py install
     32        python3.2 setup.py build
     33        python3.2 setup.py install
    3434
    3535elif [[ $install == "3" ]];then
    3636        rm -rf numpy scipy
Note: See TracBrowser for help on using the repository browser.