Ignore:
Timestamp:
04/20/12 07:49:58 (13 years ago)
Author:
Eric.Larour
Message:

Better configuration file, with python version dependency

File:
1 edited

Legend:

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

    r12031 r12067  
    33#petsc 3.2
    44#mpich 1.4
     5
     6pythonversion=2.7
    57
    68./configure \
     
    911        --with-matlab-dir=$MATLAB_DIR \
    1012        --with-python-dir=$ISSM_TIER/externalpackages/python/install\
    11         --with-python-numpy-dir=$ISSM_TIER/externalpackages/python/install/Python.framework/Versions/3.2/lib/python3.2/site-packages/numpy/core/include/numpy\
     13        --with-python-version=$pythonversion \
     14        --with-python-numpy-dir=$ISSM_TIER/externalpackages/python/install/Python.framework/Versions/$pythonversion/lib/python$pythonversion/site-packages/numpy/core/include/numpy\
    1215        --with-metis-dir=$ISSM_TIER/externalpackages/metis/install \
    1316        --with-mpi-include=$ISSM_TIER/externalpackages/mpich2/install/include  \
Note: See TracChangeset for help on using the changeset viewer.