Skip to main content

5 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.

Creating noarch packages

noarch packages are packages that do not ship platform or architecture specific contents and therefore do not have to be built separately for each subdir.

Using CMake

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