Changeset 12780


Ignore:
Timestamp:
07/27/12 14:40:55 (13 years ago)
Author:
Eric.Larour
Message:

Quicked python config flag

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/configs/config-macosx64-larour-python.sh ΒΆ

    r12157 r12780  
    44#mpich 1.4
    55
     6pythonversion=2.7
     7
    68./configure \
    79        --prefix=$ISSM_DIR \
    810        --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install \
    911        --with-python-dir=$ISSM_DIR/externalpackages/python/install\
    10         --with-python-numpy-dir=$ISSM_DIR/externalpackages/python/install/Python.framework/Versions/3.2/lib/python3.2/site-packages/numpy/core/include/numpy\
     12        --with-python-version=$pythonversion \
     13        --with-python-numpy-dir=$ISSM_DIR/externalpackages/python/install/lib/python$pythonversion/site-packages/numpy/core/include/numpy\
    1114        --with-metis-dir=$ISSM_DIR/externalpackages/metis/install \
    1215        --with-mpi-include=$ISSM_DIR/externalpackages/mpich2/install/include  \
Note: See TracChangeset for help on using the changeset viewer.