Changeset 13570
- Timestamp:
- 10/09/12 16:31:35 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/externalpackages/numpy/install-linux64.sh
r13371 r13570 10 10 #clean up 11 11 rm -rf numpy 12 rm -rf numpy-1.7.0b2 12 13 13 14 #download numpy first 14 export GIT_SSL_NO_VERIFY=true 15 git clone https://github.com/numpy/numpy.git 15 #export GIT_SSL_NO_VERIFY=true 16 #git clone https://github.com/numpy/numpy.git 17 $ISSM_DIR/scripts/DownloadExternalPackage.py 'http://issm.jpl.nasa.gov/files/externalpackages/numpy-1.7.0b2.tar.gz' 'numpy-1.7.0b2.tar.gz' 16 18 17 19 #install numpy 18 cd numpy 20 tar -zxvf numpy-1.7.0b2.tar.gz 21 cd numpy-1.7.0b2 19 22 python setup.py build 20 23 python setup.py install
Note:
See TracChangeset
for help on using the changeset viewer.