Changeset 20112
- Timestamp:
- 02/10/16 13:32:59 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/externalpackages/numpy/install-macosx-snowleopard.sh
r19747 r20112 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 10 11 #clean up 12 rm -rf numpy 13 rm -rf numpy-1.7.0b2 9 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
Note:
See TracChangeset
for help on using the changeset viewer.