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
|
Rev | Line | |
---|
[14468] | 1 | #!/bin/bash
|
---|
| 2 | set -eu
|
---|
| 3 |
|
---|
| 4 | #clean up
|
---|
| 5 | rm -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
|
---|
| 11 | tar -zxvf cython.tar.gz
|
---|
| 12 | cd Cython-0.18
|
---|
| 13 | python setup.py install
|
---|
Note:
See
TracBrowser
for help on using the repository browser.