numpy: Avoid build user config files
authorJeffery To <redacted>
Wed, 10 May 2023 15:49:46 +0000 (23:49 +0800)
committerJeffery To <redacted>
Wed, 10 May 2023 18:46:57 +0000 (02:46 +0800)
commit3cee44d88837b5679a96f0155205ec15883d5aef
tree8ae37b8c85a84cbb2666b12914dadd0137df4a7c
parent5cafab68ff5bddf5470e7674bb0bf8d0415e8804
numpy: Avoid build user config files

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 <redacted>
lang/python/numpy/Makefile
lang/python/numpy/patches/002-avoid-build-user-config-files.patch [new file with mode: 0644]
git clone https://git.99rst.org/PROJECT