Author: Matti Picus <matti.pi...@gmail.com>
Branch: cpyext-for-merge
Changeset: r83977:7ae32e569be7
Date: 2016-04-27 15:40 +0300
http://bitbucket.org/pypy/pypy/changeset/7ae32e569be7/

Log:    document the header directory

diff --git a/pypy/module/cpyext/include/numpy/README 
b/pypy/module/cpyext/include/numpy/README
new file mode 100644
--- /dev/null
+++ b/pypy/module/cpyext/include/numpy/README
@@ -0,0 +1,8 @@
+headers for the micronumpy multiarray and umath modules,
+as used by https://bitbucket.org/pypy/numpy. They are needed by
+downstream packages that depend on numpy, like matplotlib, but can
+be slightly non-compatible with traditional numpy C-API use cases.
+
+The trick to including these headers is in get_include, located in
+numpy/lib/utils.py. They will be ignored by an upstream build of numpy
+since the <site-packages>/numpy/core/include path will be used instead
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to