Last change
on this file since 13906 was 13906, checked in by Eric.Larour, 12 years ago |
CHG: missing WRAPPERS symbol for compilation of python modules.
|
-
Property svn:executable
set to
*
|
File size:
579 bytes
|
Line | |
---|
1 | #!/bin/sh
|
---|
2 |
|
---|
3 | pythonversion=2.7
|
---|
4 |
|
---|
5 | ./configure \
|
---|
6 | --prefix=$ISSM_DIR \
|
---|
7 | --without-kriging \
|
---|
8 | --without-kml \
|
---|
9 | --with-gsl-dir=$ISSM_DIR/externalpackages/gsl/install \
|
---|
10 | --with-adolc-dir=$ISSM_DIR/externalpackages/adolc/install \
|
---|
11 | --with-matlab-dir=$MATLAB_DIR \
|
---|
12 | --with-python-dir=$ISSM_DIR/externalpackages/python/install\
|
---|
13 | --with-python-numpy-dir=$ISSM_DIR/externalpackages/python/install/Library/Frameworks/Python.framework/Versions/$pythonversion/lib/python$pythonversion/site-packages/numpy/core/include/numpy\
|
---|
14 | --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install \
|
---|
15 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.