sci-libs/gsl: mark as LTO-unsafe

It appears to be fixed in 2.8 but the package is high-maintenance due to
required patching. Filter it for now and drop the filter when updating
to the new version.

Closes: https://bugs.gentoo.org/927585
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
This commit is contained in:
Eli Schwartz
2024-08-05 14:46:02 -04:00
parent 1fcac3194b
commit af2e7ef90a
2 changed files with 13 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -36,6 +36,12 @@ src_prepare() {
}
src_configure() {
# -Werror=lto-type-mismatch
# https://bugs.gentoo.org/927585
#
# Testsuite issue. Seems fixed in 2.8.
filter-lto
filter-flags -ffast-math
if use cblas-external; then

View File

@@ -37,6 +37,12 @@ src_prepare() {
}
src_configure() {
# -Werror=lto-type-mismatch
# https://bugs.gentoo.org/927585
#
# Testsuite issue. Seems fixed in 2.8.
filter-lto
filter-flags -ffast-math
if use cblas-external; then