Last change
on this file since 12130 was 12130, checked in by glperez, 13 years ago |
Minor modification to config-arm-linux.sh
|
-
Property svn:executable
set to
*
|
File size:
495 bytes
|
Line | |
---|
1 | #!/bin/sh
|
---|
2 |
|
---|
3 | pythonversion=2.7
|
---|
4 |
|
---|
5 | ./configure \
|
---|
6 | --prefix=$ISSM_TIER \
|
---|
7 | --with-python-dir=$ISSM_TIER/externalpackages/python/install\
|
---|
8 | --with-python-version=$pythonversion \
|
---|
9 | --with-python-numpy-dir=$ISSM_TIER/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_TIER/externalpackages/triangle/install \
|
---|
12 | --with-gsl-dir=$ISSM_TIER/externalpackages/gsl/install
|
---|
Note:
See
TracBrowser
for help on using the repository browser.