diff options
| author | 2023-08-05 15:00:03 +0800 | |
|---|---|---|
| committer | 2023-08-05 15:02:03 +0800 | |
| commit | a579f33eee1d71250cbb418c39ae0179449bd940 (patch) | |
| tree | a24c7c451c232f020812153eddbd12dac0fd8383 | |
| parent | dev-python/pycairo: Remove old (diff) | |
| download | gentoo-a579f33eee1d71250cbb418c39ae0179449bd940.tar.gz gentoo-a579f33eee1d71250cbb418c39ae0179449bd940.tar.bz2 gentoo-a579f33eee1d71250cbb418c39ae0179449bd940.zip | |
dev-python/numpy: drop numpy/distutils/tests/test_ccompiler_opt.py
This test is useless to Gentoo. Portage should control all the
CFLAGS, not letting NumPy distutils do the guesses.
Closes: https://bugs.gentoo.org/910738
Signed-off-by: Benda Xu <heroxbd@gentoo.org>
| -rw-r--r-- | dev-python/numpy/numpy-1.24.4-r1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/numpy/numpy-1.24.4-r1.ebuild b/dev-python/numpy/numpy-1.24.4-r1.ebuild index 1320287bdbe2..5db2ffe20ea8 100644 --- a/dev-python/numpy/numpy-1.24.4-r1.ebuild +++ b/dev-python/numpy/numpy-1.24.4-r1.ebuild @@ -110,6 +110,7 @@ python_prepare_all() { gawk -i inplace -v "enabled_flags=${enabled_flags[*]}" \ -f "${FILESDIR}"/replace_cpuflags.awk \ numpy/distutils/ccompiler_opt.py || die + rm -f numpy/distutils/tests/test_ccompiler_opt.py || die distutils-r1_python_prepare_all } |
