Skip to main content

3 docs tagged with "howto"

View all tags

Building Against NumPy

Finding numpy.get_include() in setup.py, numpy in build-system.requires of pyproject.toml, dependency('numpy') in meson.build, or cimport statements in .pyx or .pyd files are a telltale sign that the package links against NumPy.

Using CMake

CMake can be used to build more complex projects in build.sh