packages/lang/python/numpy
Jeffery To 5cafab68ff
numpy: Fix compilation when OpenBLAS support is not enabled
Currently, if OpenBLAS support is not enabled, a site.cfg file is not
written and numpy will use build host paths for libraries. If the build
host has any conflicting libraries, specifically libpython3.10.a, then
compilation will fail.

This ensures site.cfg is always written with buildroot paths.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2023-05-11 02:46:57 +08:00
..
patches numpy: Fix pyproject.toml-based build 2023-05-11 02:46:57 +08:00
Makefile numpy: Fix compilation when OpenBLAS support is not enabled 2023-05-11 02:46:57 +08:00