Changeset 19441


Ignore:
Timestamp:
07/15/15 20:52:31 (10 years ago)
Author:
glperez
Message:

CHG: Updated pythong directories.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/jenkins/linux64_caladan_python

    r19440 r19441  
    1313        --with-mumps-dir=$ISSM_DIR/externalpackages/petsc/install \
    1414        --with-blas-lapack-dir=$ISSM_DIR/externalpackages/petsc/install \
    15         --with-python-dir=$ISSM_DIR/externalpackages/python/install\
    16         --with-python-numpy-dir=$ISSM_DIR/externalpackages/python/install/lib/python2.7/site-packages/numpy/core/include/numpy\
     15        --with-python-dir=/usr\
     16        --with-python-numpy-dir=/usr/lib/python2.7/dist-packages/numpy\
    1717        --with-fortran-lib="-L/usr/lib/gcc/x86_64-linux-gnu/4.9/ -lgfortran" \
    1818        --with-m1qn3-dir=$ISSM_DIR/externalpackages/m1qn3/install \
    19         --with-numthreads=18 \
     19        --with-numthreads=4 \
    2020        --enable-development \
    2121        --enable-debugging '
Note: See TracChangeset for help on using the changeset viewer.