Last change
on this file since 16137 was 16137, checked in by Mathieu Morlighem, 12 years ago |
merged trunk-jpl and trunk for revision 16135
|
-
Property svn:executable
set to
*
|
File size:
336 bytes
|
Rev | Line | |
---|
[11174] | 1 | #!/bin/sh
|
---|
| 2 |
|
---|
| 3 | ./configure \
|
---|
[13975] | 4 | --prefix=$ISSM_DIR \
|
---|
| 5 | --without-kriging \
|
---|
| 6 | --without-kml \
|
---|
| 7 | --with-gsl-dir=$ISSM_DIR/externalpackages/gsl/install \
|
---|
| 8 | --with-adolc-dir=$ISSM_DIR/externalpackages/adolc/install \
|
---|
[16137] | 9 | --with-matlab-dir="$ISSM_DIR/externalpackages/matlab/install" \
|
---|
[13975] | 10 | --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install
|
---|
Note:
See
TracBrowser
for help on using the repository browser.