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
|
Rev | Line | |
---|
[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 \
|
---|
[12171] | 9 | --without-modules \
|
---|
[12599] | 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.