Changeset 17101


Ignore:
Timestamp:
01/13/14 14:13:44 (11 years ago)
Author:
glperez
Message:

CHG: Install script now clones directly from main development branch. This was done in order to stay consistent with SciPy.

File:
1 copied

Legend:

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

    r15675 r17101  
    33
    44#clean up
    5 rm -rf Cython-0.18
     5rm -rf cython
    66
    7 #download numpy first
    8 $ISSM_DIR/scripts/DownloadExternalPackage.py 'http://issm.jpl.nasa.gov/files/externalpackages/Cython-0.18.tar.gz' 'cython.tar.gz'
     7#download cython first
     8git clone https://github.com/cython/cython.git
    99
    10 #install numpy
    11 tar -zxvf cython.tar.gz
    12 cd Cython-0.18
     10#install cython
     11cd cython
    1312python setup.py install
Note: See TracChangeset for help on using the changeset viewer.