source:
issm/oecreview/Archive/19101-20495/ISSM-20111-20112.diff@
20498
Last change on this file since 20498 was 20498, checked in by , 9 years ago | |
---|---|
File size: 1.1 KB |
-
TabularUnified ../trunk-jpl/externalpackages/numpy/install-macosx-snowleopard.sh
3 3 4 4 rm -rf install 5 5 6 # On OSX 10.6, gfortran gets installed in /usr/local/gfortran 7 #export CC="/usr/local/gfortran/bin/gcc" 8 #export CXX="/usr/local/gfortran/bin/g++" 6 export F77="/usr/local/gfortran/bin/x86_64-apple-darwin10-gfortran" 7 export CC="/usr/bin/gcc" 8 export CXX="/usr/bin/g++" 9 export FFLAGS=-ff2c 9 10 11 #clean up 12 rm -rf numpy 13 rm -rf numpy-1.7.0b2 14 10 15 #download numpy first 11 git clone https://github.com/numpy/numpy.git 16 #export GIT_SSL_NO_VERIFY=true 17 #git clone https://github.com/numpy/numpy.git 18 $ISSM_DIR/scripts/DownloadExternalPackage.py 'http://issm.jpl.nasa.gov/files/externalpackages/numpy-1.7.0b2.tar.gz' 'numpy-1.7.0b2.tar.gz' 12 19 13 20 #install numpy 14 cd numpy 21 tar -zxvf numpy-1.7.0b2.tar.gz 22 cd numpy-1.7.0b2 15 23 python setup.py build 16 24 python setup.py install 17 25 cd ..
Note:
See TracBrowser
for help on using the repository browser.