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

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

CHG: introduced android ndk for include files. Goal is to be able to use android logging

  • Property svn:executable set to *
File size: 460 bytes
RevLine 
[12091]1#!/bin/sh
2
3./configure \
[12157]4 --prefix=$ISSM_DIR \
[12599]5 --build="i386-apple-darwin10.8.0" \
6 --host="arm-linux-androideabi" \
[12738]7 --enable-shared \
[14088]8 --with-android=jni \
9 --with-android-ndk=$ISSM_DIR/externalpackages/android/android-ndk/install \
[12599]10 --without-fortran \
[13654]11 --without-wrappers \
[13649]12 --without-kriging \
[12599]13 --with-gsl-dir=$ISSM_DIR/externalpackages/gsl/install \
[12920]14 --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install \
15 --disable-static
Note: See TracBrowser for help on using the repository browser.