#!/bin/sh pythonversion=2.7 ./configure \ --prefix=$ISSM_DIR \ --without-kriging \ --without-kml \ --with-gsl-dir=$ISSM_DIR/externalpackages/gsl/install \ --with-adolc-dir=$ISSM_DIR/externalpackages/adolc/install \ --with-matlab-dir=$MATLAB_DIR \ --with-python-dir=$ISSM_DIR/externalpackages/python/install\ --with-python-numpy-dir=$ISSM_DIR/externalpackages/python/install/Library/Frameworks/Python.framework/Versions/$pythonversion/lib/python$pythonversion/site-packages/numpy/core/include/numpy\ --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install \