mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user