source: issm/trunk-jpl/externalpackages/cython/install.sh@ 14468

Last change on this file since 14468 was 14468, checked in by Mathieu Morlighem, 12 years ago

NEW: Added cython package required by scipy on larsen

  • Property svn:executable set to *
File size: 282 bytes
RevLine 
[14468]1#!/bin/bash
2set -eu
3
4#clean up
5rm -rf Cython-0.18
6
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'
9
10#install numpy
11tar -zxvf cython.tar.gz
12cd Cython-0.18
13python setup.py install
Note: See TracBrowser for help on using the repository browser.