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

Last change on this file since 12707 was 12707, checked in by Mathieu Morlighem, 13 years ago

merged trunk-jpl and trunk for revision 12703

  • Property svn:executable set to *
File size: 292 bytes
RevLine 
[12091]1#!/bin/sh
2
3./configure \
[12157]4 --prefix=$ISSM_DIR \
[12707]5 --build="i386-apple-darwin10.8.0" \
6 --host="arm-linux-androideabi" \
7 --without-fortran \
[12171]8 --without-modules \
[12707]9 --with-gsl-dir=$ISSM_DIR/externalpackages/gsl/install \
10 --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install
Note: See TracBrowser for help on using the repository browser.