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
Line 
1#!/bin/sh
2
3./configure \
4 --prefix=$ISSM_DIR \
5 --build="i386-apple-darwin10.8.0" \
6 --host="arm-linux-androideabi" \
7 --without-fortran \
8 --without-modules \
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.