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

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

CHG: new Makefiles to reach the ISSM app in src/android

  • Property svn:executable set to *
File size: 382 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 \
[13936]8 --with-android=jni\
[12599]9 --without-fortran \
[13654]10 --without-wrappers \
[13649]11 --without-kriging \
[12599]12 --with-gsl-dir=$ISSM_DIR/externalpackages/gsl/install \
[12920]13 --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install \
14 --disable-static
Note: See TracBrowser for help on using the repository browser.