source: issm/trunk-jpl/configs/config-arm-linux.sh@ 14485

Last change on this file since 14485 was 14485, checked in by Eric.Larour, 12 years ago

Switch from ISSM to ISSM_APP

  • Property svn:executable set to *
File size: 499 bytes
RevLine 
[12091]1#!/bin/sh
2
3./configure \
[14427]4 --prefix=$ISSM_DIR\
[14485]5 --libdir=$ISSM_DIR/src/mobile/android/ISSM_APP/libs/armeabi\
[14427]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\
14 --with-gsl-dir=$ISSM_DIR/externalpackages/gsl/install\
15 --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install\
Note: See TracBrowser for help on using the repository browser.