Last change
on this file since 12157 was 12157, checked in by Mathieu Morlighem, 13 years ago |
Changing ISSM_TIER to ISSM_DIR
|
-
Property svn:executable
set to
*
|
File size:
490 bytes
|
Rev | Line | |
---|
[12091] | 1 | #!/bin/sh
|
---|
| 2 |
|
---|
[12103] | 3 | pythonversion=2.7
|
---|
| 4 |
|
---|
[12091] | 5 | ./configure \
|
---|
[12157] | 6 | --prefix=$ISSM_DIR \
|
---|
| 7 | --with-python-dir=$ISSM_DIR/externalpackages/python/install\
|
---|
[12103] | 8 | --with-python-version=$pythonversion \
|
---|
[12157] | 9 | --with-python-numpy-dir=$ISSM_DIR/externalpackages/python/install/Python.framework/Versions/$pythonversion/lib/python$pythonversion/site-packages/numpy/core/include/numpy\
|
---|
[12130] | 10 | --with-vendor=arm-linux \
|
---|
[12157] | 11 | --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install \
|
---|
| 12 | --with-gsl-dir=$ISSM_DIR/externalpackages/gsl/install
|
---|
Note:
See
TracBrowser
for help on using the repository browser.