Advanced noarch topics
Building noarch packages on other platforms
Building noarch packages on other platforms
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.
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.
Some packages maintain both an Autotools build and a CMake build. Some maintainers
CMake can be used to build more complex projects in build.sh