| Summary: | dev-python/numpy-1.24.4: test failures introduced by CPU_FLAGS_X86 changes | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Sam James <sam> |
| Component: | Current packages | Assignee: | Gentoo Science Related Packages <sci> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | heroxbd, python |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | build.log.xz | ||
|
Description
Sam James
2023-07-23 17:20:30 UTC
ping heroxbd pong. NumPy make CPU flags unconfigurable. We want the reverse. Let's fix the test case. I think we should disable the numpy/distutils/tests/test_ccompiler_opt.py , because portage should control all the CFLAGS, not letting NumPy build system do the cheap seconds guesses. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a579f33eee1d71250cbb418c39ae0179449bd940 commit a579f33eee1d71250cbb418c39ae0179449bd940 Author: Benda Xu <heroxbd@gentoo.org> AuthorDate: 2023-08-05 07:00:03 +0000 Commit: Benda Xu <heroxbd@gentoo.org> CommitDate: 2023-08-05 07:02:03 +0000 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> dev-python/numpy/numpy-1.24.4-r1.ebuild | 1 + 1 file changed, 1 insertion(+) |