source: issm/trunk-jpl/configs/config-macosx64-larour-ad.sh@ 12689

Last change on this file since 12689 was 12689, checked in by Eric.Larour, 13 years ago

More efficient config-macosx64-larour-ad.sh file.

  • Property svn:executable set to *
File size: 468 bytes
Line 
1#!/bin/sh
2
3./configure \
4 --prefix=$ISSM_DIR \
5 --without-modules\
6 --without-thermal \
7 --without-control \
8 --without-hydrology \
9 --without-diagnostic \
10 --without-balanced \
11 --without-responses \
12 --without-slope \
13 --without-rifts \
14 --without-steadystate \
15 --without-transient \
16 --without-3d \
17 --without-groundingline \
18 --without-kriging \
19 --with-gsl-dir=$ISSM_DIR/externalpackages/gsl/install
20 #--with-adolc-dir=$ISSM_DIR/externalpackages/adolc/install\
Note: See TracBrowser for help on using the repository browser.