Changeset 13289


Ignore:
Timestamp:
09/06/12 17:08:42 (13 years ago)
Author:
Mathieu Morlighem
Message:

NEW: added support for python by default in configuration script (not activated if python is not installed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/configs/config-linux64-astrid.sh

    r13138 r13289  
    77./configure \
    88 --prefix=$ISSM_DIR \
    9  --with-matlab-dir=$MATLAB_DIR \
     9 --with-matlab-dir=$ISSM_DIR/externalpackages/matlab/install \
    1010 --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install \
    1111 --with-metis-dir=$ISSM_DIR/externalpackages/metis/install \
    1212 --with-petsc-dir=$ISSM_DIR/externalpackages/petsc/install \
     13 --with-python-dir=$ISSM_DIR/externalpackages/python/install\
     14 --with-python-numpy-dir=$ISSM_DIR/externalpackages/python/install/lib/python2.7/site-packages/numpy/core/include/numpy\
     15 --with-python-version=2.7\
    1316 --with-tao-dir=$ISSM_DIR/externalpackages/tao/install \
     17 --with-dakota-dir=$ISSM_DIR/externalpackages/dakota/install \
    1418 --with-mpi-include=$ISSM_DIR/externalpackages/mpich2/install/include  \
    1519 --with-mpi-lib="-L$ISSM_DIR/externalpackages/mpich2/install/lib/ -lmpich -lmpl " \
    1620 --with-petsc-arch=$ISSM_ARCH \
    1721 --with-gsl-dir=$ISSM_DIR/externalpackages/gsl/install \
    18  --with-dakota-dir=$ISSM_DIR/externalpackages/dakota/install \
    1922 --with-blas-lapack-dir=$ISSM_DIR/externalpackages/petsc/install \
    2023 --with-plapack-lib="-L$ISSM_DIR/externalpackages/petsc/install/ -lPLAPACK" \
     
    3134 --with-numthreads=16 \
    3235 --enable-debugging
    33  #--with-serial=no \
Note: See TracChangeset for help on using the changeset viewer.