Changeset 17101
- Timestamp:
- 01/13/14 14:13:44 (11 years ago)
- File:
-
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/externalpackages/cython/install.sh
r15675 r17101 3 3 4 4 #clean up 5 rm -rf Cython-0.185 rm -rf cython 6 6 7 #download numpyfirst8 $ISSM_DIR/scripts/DownloadExternalPackage.py 'http://issm.jpl.nasa.gov/files/externalpackages/Cython-0.18.tar.gz' 'cython.tar.gz' 7 #download cython first 8 git clone https://github.com/cython/cython.git 9 9 10 #install numpy 11 tar -zxvf cython.tar.gz 12 cd Cython-0.18 10 #install cython 11 cd cython 13 12 python setup.py install
Note:
See TracChangeset
for help on using the changeset viewer.