File: README

package info (click to toggle)
pypy3 7.0.0%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 111,848 kB
  • sloc: python: 1,291,746; ansic: 74,281; asm: 5,187; cpp: 3,017; sh: 2,533; makefile: 544; xml: 243; lisp: 45; csh: 21; awk: 4
file content (8 lines) | stat: -rw-r--r-- 465 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
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