commit: 0398c99dcd85c12076c5a10cdec611e95fab7c7e Author: Eli Schwartz <eschwartz93 <AT> gmail <DOT> com> AuthorDate: Sun Feb 4 01:02:21 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Feb 4 20:10:37 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0398c99d
sci-libs/hdf5: suppress LTO due to compile errors It uses fortran code that fails with lto-type-mismatch Bug: https://bugs.gentoo.org/922800 Signed-off-by: Eli Schwartz <eschwartz93 <AT> gmail.com> Signed-off-by: Sam James <sam <AT> gentoo.org> sci-libs/hdf5/hdf5-1.14.3-r1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sci-libs/hdf5/hdf5-1.14.3-r1.ebuild b/sci-libs/hdf5/hdf5-1.14.3-r1.ebuild index 35ebec24cadd..c127f1ea3bc9 100644 --- a/sci-libs/hdf5/hdf5-1.14.3-r1.ebuild +++ b/sci-libs/hdf5/hdf5-1.14.3-r1.ebuild @@ -85,6 +85,8 @@ src_prepare() { src_configure() { # bug #686620 use sparc && tc-is-gcc && append-flags -fno-tree-ccp + # bug #922800, LTO failures: + filter-lto local myeconfargs=( --disable-static
