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
Line 
1#!/bin/sh
2
3./configure \
4 --prefix=$ISSM_DIR \
5 --build="i386-apple-darwin10.8.0" \
6 --host="arm-linux-androideabi" \
7 --enable-shared \
8 --with-android=jni\
9 --without-fortran \
10 --without-wrappers \
11 --without-kriging \
12 --with-gsl-dir=$ISSM_DIR/externalpackages/gsl/install \
13 --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install \
14 --disable-static
Note: See TracBrowser for help on using the repository browser.