Changeset 21200


Ignore:
Timestamp:
09/07/16 18:22:49 (9 years ago)
Author:
glperez
Message:

FIX: Numpy path should be dist not site.

File:
1 edited

Legend:

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

    r21199 r21200  
    1919        --with-blas-lapack-dir=$ISSM_DIR/externalpackages/petsc/install \
    2020        --with-python-dir=/usr \
    21         --with-python-numpy-dir=/usr/lib/python2.7/site-packages/numpy \
     21        --with-python-numpy-dir=/usr/lib/python2.7/dist-packages/numpy \
    2222        --with-chaco-dir="$ISSM_DIR/externalpackages/chaco/install" \
    2323        --with-fortran-lib="-L/usr/lib/gcc/x86_64-linux-gnu/4.9/ -lgfortran" \
Note: See TracChangeset for help on using the changeset viewer.