Summary: | dev-libs/imath-3.1.4-r3 fails to build on x86 because of missing intrinsics _cvtss_sh/_cvtsh_ss | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | bzoloid <bzoloid> |
Component: | Current packages | Assignee: | Bernd <waebbl-gentoo> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | jstein, proxy-maint |
Priority: | Normal | Keywords: | PATCH, PullRequest |
Version: | unspecified | ||
Hardware: | x86 | ||
OS: | Linux | ||
URL: | https://github.com/AcademySoftwareFoundation/Imath/issues/239 | ||
See Also: |
https://gitlab.com/libeigen/eigen/-/issues/2395 https://github.com/AcademySoftwareFoundation/Imath/pull/244 https://github.com/gentoo/gentoo/pull/24612 |
||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
Build log
emerge --info Patch fixing the issue |
Description
bzoloid
2022-03-05 15:35:02 UTC
Created attachment 766358 [details]
Build log
Created attachment 766359 [details]
emerge --info
Created attachment 766360 [details, diff]
Patch fixing the issue
Attached a patch fixing the issue on my side.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69ac80abe1f3e048a17c956017a9b1a32ef4cf4c commit 69ac80abe1f3e048a17c956017a9b1a32ef4cf4c Author: Bernd Waibel <waebbl-gentoo@posteo.net> AuthorDate: 2022-03-06 09:17:02 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2022-03-16 22:33:26 +0000 dev-libs/imath: add header for f16c instructions on x86 On x86 targets supporting the f16c instructions, a header for the __cvtss_sh / __cvtsh_ss intrinsics is missing, leading to a build failure. Reported-by: bzoloid <bzoloid@gmail.com> Bug: https://github.com/AcademySoftwareFoundation/Imath/issues/239 Closes: https://bugs.gentoo.org/834628 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Bernd Waibel <waebbl-gentoo@posteo.net> Closes: https://github.com/gentoo/gentoo/pull/24612 Signed-off-by: Sam James <sam@gentoo.org> ...alf.h-include-intrinsics-for-f16c-capable.patch | 26 ++++++++ dev-libs/imath/imath-3.1.4-r4.ebuild | 74 ++++++++++++++++++++++ 2 files changed, 100 insertions(+) |