source: issm/oecreview/Archive/12309-12320/ISSM-12316-12317.diff

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

11990 to 12321 oec compliance

File size: 1.7 KB
  • proj/ice/larour/issm-uci-clean/trunk-jpl/configs/config-macosx64-ad.sh

     
     1#!/bin/sh
     2
     3./configure \
     4        --prefix=$ISSM_DIR \
     5        --without-modules\
     6        --with-gsl-dir=$ISSM_DIR/externalpackages/gsl/install\
     7        --without-thermal \
     8        --without-control \
     9        --without-hydrology \
     10        --without-diagnostic \
     11        --without-balanced \
     12        --without-responses \
     13        --without-slope \
     14        --without-rifts \
     15        --without-steadystate \
     16        --without-transient \
     17        --without-3d \
     18        --without-groundingline
  • proj/ice/larour/issm-uci-clean/trunk-jpl/configs/config-macosx64-gsl.sh

    Property changes on: /proj/ice/larour/issm-uci-clean/trunk-jpl/configs/config-macosx64-ad.sh
    ___________________________________________________________________
    Added: svn:executable
       + *
    
     
     1#!/bin/sh
     2
     3./configure \
     4        --prefix=$ISSM_DIR \
     5        --without-modules\
     6        --with-gsl-dir=$ISSM_DIR/externalpackages/gsl/install
     7        #--with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install
     8    #--without-fortran-lib
Note: See TracBrowser for help on using the repository browser.