Changeset 13356


Ignore:
Timestamp:
09/13/12 11:06:09 (13 years ago)
Author:
cborstad
Message:

CHG: missing include files for numpy, starting from the numpy root directory

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/m4/issm_options.m4

    r13274 r13356  
    393393                dnl defaults
    394394                HAVE_PYTHON_NUMPY=yes
    395                 PYTHON_NUMPYINCL=-I$PYTHON_NUMPY_ROOT
     395                PYTHON_NUMPYINCL="-I$PYTHON_NUMPY_ROOT -I$PYTHON_NUMPY_ROOT/core/include/numpy"
    396396
    397397                AC_DEFINE([_HAVE_PYTHON_NUMPY_],[1],[with Python-Numpy in ISSM src])
Note: See TracChangeset for help on using the changeset viewer.