diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2014-05-06 14:41:07 -0600 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2014-05-06 15:25:13 -0600 |
commit | 2a6cb99e12f65d46a3396696230536d36c4ad8c4 (patch) | |
tree | b3a4754f259f30059150580eec341ea9b9fd9ba2 | |
parent | b2b33470c8e2cce340a2d29abdf0dab7c7770e2d (diff) | |
download | numpy-2a6cb99e12f65d46a3396696230536d36c4ad8c4.tar.gz |
BUG: Add @DEFINE_NPY_RELAXED_STRIDES_CHECKING@ to _numpyconfig.h.in.
The entry is needed for Bento builds to correctly configure numpy.
-rw-r--r-- | numpy/core/include/numpy/_numpyconfig.h.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/numpy/core/include/numpy/_numpyconfig.h.in b/numpy/core/include/numpy/_numpyconfig.h.in index 2a159f56d..20f21c1a7 100644 --- a/numpy/core/include/numpy/_numpyconfig.h.in +++ b/numpy/core/include/numpy/_numpyconfig.h.in @@ -30,6 +30,8 @@ @DEFINE_NPY_SIZEOF_PY_LONG_LONG@ @DEFINE_NPY_ENABLE_SEPARATE_COMPILATION@ +@DEFINE_NPY_RELAXED_STRIDES_CHECKING@ + #define NPY_VISIBILITY_HIDDEN @VISIBILITY_HIDDEN@ @DEFINE_NPY_USE_C99_FORMATS@ |