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

Last change on this file since 13395 was 13395, checked in by Mathieu Morlighem, 12 years ago

merged trunk-jpl and trunk for revision 13393

  • Property svn:executable set to *
File size: 336 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 \
12 --disable-static
Note: See TracBrowser for help on using the repository browser.