Changeset 13751


Ignore:
Timestamp:
10/19/12 10:09:33 (12 years ago)
Author:
Eric.Larour
Message:

CHG: default config to do both apis

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/configs/config-macosx64-larour.sh

    r13690 r13751  
    44#mpich 1.4
    55
     6pythonversion=2.7
     7
    68./configure \
    79        --prefix=$ISSM_DIR \
    810        --with-matlab-dir=$MATLAB_DIR \
     11        --with-python-dir=$ISSM_DIR/externalpackages/python/install\
     12        --with-python-version=$pythonversion \
     13        --with-python-numpy-dir=$ISSM_DIR/externalpackages/python/install/Library/Frameworks/Python.framework/Versions/$pythonversion/lib/python$pythonversion/site-packages/numpy/core/include/numpy\
    914        --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install \
    1015        --with-metis-dir=$ISSM_DIR/externalpackages/metis/install \
Note: See TracChangeset for help on using the changeset viewer.