public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/lis/
Date: Sun, 31 Mar 2024 23:37:35 +0000 (UTC)	[thread overview]
Message-ID: <1711928027.bc9c13edfc3e031b95be26c344be1b3231da560d.sam@gentoo> (raw)

commit:     bc9c13edfc3e031b95be26c344be1b3231da560d
Author:     Eli Schwartz <eschwartz93 <AT> gmail <DOT> com>
AuthorDate: Sun Mar 31 19:01:29 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Mar 31 23:33:47 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc9c13ed

sci-libs/lis: mark as LTO-unsafe

Closes: https://bugs.gentoo.org/927587
Signed-off-by: Eli Schwartz <eschwartz93 <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-libs/lis/lis-1.6.5.ebuild | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/sci-libs/lis/lis-1.6.5.ebuild b/sci-libs/lis/lis-1.6.5.ebuild
index 27d638831af1..2f6b14fcccbd 100644
--- a/sci-libs/lis/lis-1.6.5.ebuild
+++ b/sci-libs/lis/lis-1.6.5.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-inherit autotools fortran-2 toolchain-funcs
+inherit autotools flag-o-matic fortran-2 toolchain-funcs
 
 DESCRIPTION="Library of Iterative Solvers for Linear Systems"
 HOMEPAGE="https://www.ssisc.org/lis/index.en.html"
@@ -34,6 +34,11 @@ src_prepare() {
 }
 
 src_configure() {
+	# -Werror=lto-type-mismatch
+	# https://bugs.gentoo.org/927587
+	# https://github.com/anishida/lis/issues/37
+	filter-lto
+
 	econf \
 		--enable-shared \
 		$(use_enable static-libs static) \


             reply	other threads:[~2024-03-31 23:37 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-31 23:37 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-04-01  5:30 [gentoo-commits] repo/gentoo:master commit in: sci-libs/lis/ Sam James
2024-03-31 23:37 Sam James
2022-05-14 21:30 David Seifert
2019-02-27  4:25 Aaron Bauman
2016-09-09 19:54 David Seifert
2016-09-07 21:27 David Seifert

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1711928027.bc9c13edfc3e031b95be26c344be1b3231da560d.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox