Changeset 13570


Ignore:
Timestamp:
10/09/12 16:31:35 (12 years ago)
Author:
Mathieu Morlighem
Message:

CHG: do not download latest numpy by 1.7 only for now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/externalpackages/numpy/install-linux64.sh

    r13371 r13570  
    1010#clean up
    1111rm -rf numpy
     12rm -rf numpy-1.7.0b2
    1213
    1314#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'
    1618
    1719#install numpy
    18 cd numpy
     20tar -zxvf numpy-1.7.0b2.tar.gz
     21cd numpy-1.7.0b2
    1922python setup.py build
    2023python setup.py install
Note: See TracChangeset for help on using the changeset viewer.