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

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

CHG: new config files switching from modules to wrappers options

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