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
|
Line | |
---|
1 | #!/bin/sh
|
---|
2 |
|
---|
3 | pythonversion=2.7
|
---|
4 |
|
---|
5 | ./configure \
|
---|
6 | --prefix=$ISSM_DIR \
|
---|
7 | --with-python-dir=$ISSM_DIR/externalpackages/python/install\
|
---|
8 | --with-python-version=$pythonversion \
|
---|
9 | --with-python-numpy-dir=$ISSM_DIR/externalpackages/python/install/Python.framework/Versions/$pythonversion/lib/python$pythonversion/site-packages/numpy/core/include/numpy\
|
---|
10 | --with-vendor=arm-linux \
|
---|
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.