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

Last change on this file since 12738 was 12738, checked in by glperez, 13 years ago

Changes to Autotools related files and Android scripts.

  • Property svn:executable set to *
File size: 314 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 --without-fortran \
9 --without-modules \
10 --with-gsl-dir=$ISSM_DIR/externalpackages/gsl/install \
11 --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install
Note: See TracBrowser for help on using the repository browser.