aboutsummaryrefslogtreecommitdiff
path: root/lang/python/numpy/patches
Commit message (Collapse)AuthorAge
* numpy: Avoid build user config filesJeffery To2023-05-11
| | | | | | | | This stops numpy from reading .numpy-site.cfg in the build user's home directory. The code actually tries to find both .numpy-site.cfg and site.cfg in the user's home directory; this patch prevents both. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* numpy: Fix pyproject.toml-based buildJeffery To2023-05-11
The versions of setuptools and wheel pinned in pyproject.toml are older than the versions available in the packages repo. This unpins the versions so that the build can proceed. Signed-off-by: Jeffery To <jeffery.to@gmail.com>