Last change
on this file since 16137 was 16137, checked in by Mathieu Morlighem, 12 years ago |
merged trunk-jpl and trunk for revision 16135
|
-
Property svn:executable
set to
*
|
File size:
429 bytes
|
Rev | Line | |
---|
[12091] | 1 | #!/bin/sh
|
---|
| 2 |
|
---|
| 3 | ./configure \
|
---|
[15396] | 4 | --prefix=$ISSM_DIR\
|
---|
[16137] | 5 | --libdir=$ISSM_DIR/../mobile/android/ISSM_APP/libs/armeabi\
|
---|
[15396] | 6 | --build="i386-apple-darwin10.8.0"\
|
---|
| 7 | --host="arm-linux-androideabi"\
|
---|
| 8 | --enable-shared\
|
---|
| 9 | --with-android=jni\
|
---|
| 10 | --with-android-ndk=$ISSM_DIR/externalpackages/android/android-ndk/install\
|
---|
| 11 | --without-fortran\
|
---|
| 12 | --without-wrappers\
|
---|
| 13 | --without-kriging\
|
---|
[16137] | 14 | --with-gsl-dir=$ISSM_DIR/externalpackages/gsl/install
|
---|
Note:
See
TracBrowser
for help on using the repository browser.