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
|
Rev | Line | |
---|
[11663] | 1 | #!/bin/sh
|
---|
| 2 |
|
---|
[13906] | 3 | pythonversion=2.7
|
---|
| 4 |
|
---|
[11663] | 5 | ./configure \
|
---|
[12157] | 6 | --prefix=$ISSM_DIR \
|
---|
[12689] | 7 | --without-kriging \
|
---|
[13221] | 8 | --without-kml \
|
---|
[12988] | 9 | --with-gsl-dir=$ISSM_DIR/externalpackages/gsl/install \
|
---|
[13221] | 10 | --with-adolc-dir=$ISSM_DIR/externalpackages/adolc/install \
|
---|
| 11 | --with-matlab-dir=$MATLAB_DIR \
|
---|
[13906] | 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\
|
---|
[13221] | 14 | --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install \
|
---|
| 15 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.