Changeset 21190


Ignore:
Timestamp:
09/06/16 14:47:05 (9 years ago)
Author:
glperez
Message:

CHG: Change config to match python location.

File:
1 edited

Legend:

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

    r21188 r21190  
    1111        --disable-static \
    1212        --with-matlab-dir=$MATLAB_PATH \
    13         --with-python-dir="/usr" \
    14         --with-python-numpy-dir="/usr/lib/python2.7/dist-packages/numpy" \
     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 \
    1515        --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install \
    1616        --with-mpi-include=$ISSM_DIR/externalpackages/mpich/install/include  \
Note: See TracChangeset for help on using the changeset viewer.