https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: dev-python/numpy-1.26.4 has implicit function declarations in configure logs. Discovered on: arm (internal ref: tinderbox_arm) Info about the issue: https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#QA0072
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(+)