Summary: | dev-python/numpy-1.26.4 has implicit function declarations in configure logs | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | Current packages | Assignee: | Gentoo Science Related Packages <sci> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | eschwartz, python |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | false positive | ||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 906027 | ||
Attachments: | build.log.xz |
Description
Agostino Sarubbo
![]() Created attachment 885844 [details]
build.log.xz
build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
Found the following implicit function declarations in configure logs: meson-log.txt:502 - vrndq_f32 meson-log.txt:499 - vrndq_f32 meson-log.txt:499 - vrndq_f32 This arm-specific compiler intrinsics check should fail to link when not available. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc563957c93c4f24aebe26f45a8c8be836edb118 commit fc563957c93c4f24aebe26f45a8c8be836edb118 Author: Eli Schwartz <eschwartz@gentoo.org> AuthorDate: 2024-10-22 06:21:25 +0000 Commit: Eli Schwartz <eschwartz@gentoo.org> CommitDate: 2024-10-22 06:44:37 +0000 dev-python/numpy: mark implicit function decl as FP Checks for intrinsics support via a function call style that will correctly fail to link if not available. Closes: https://bugs.gentoo.org/925367 Signed-off-by: Eli Schwartz <eschwartz@gentoo.org> dev-python/numpy/numpy-1.26.4.ebuild | 5 +++++ dev-python/numpy/numpy-2.0.0.ebuild | 5 +++++ dev-python/numpy/numpy-2.0.2.ebuild | 5 +++++ dev-python/numpy/numpy-2.1.1.ebuild | 5 +++++ dev-python/numpy/numpy-2.1.2.ebuild | 5 +++++ 5 files changed, 25 insertions(+) |