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/arpack/
Date: Wed,  6 Mar 2024 05:30:12 +0000 (UTC)	[thread overview]
Message-ID: <1709702990.845cbe2fef97ec5d8f0cb983ff075d2be9d72537.sam@gentoo> (raw)

commit:     845cbe2fef97ec5d8f0cb983ff075d2be9d72537
Author:     Eli Schwartz <eschwartz93 <AT> gmail <DOT> com>
AuthorDate: Wed Mar  6 03:37:57 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar  6 05:29:50 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=845cbe2f

sci-libs/arpack: mark as LTO-unsafe

It fails in tests, but unfortunately that means we cannot... test...
compiling with LTO.

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

 sci-libs/arpack/arpack-3.9.1.ebuild | 11 +++++++++--
 sci-libs/arpack/arpack-9999.ebuild  | 11 +++++++++--
 2 files changed, 18 insertions(+), 4 deletions(-)

diff --git a/sci-libs/arpack/arpack-3.9.1.ebuild b/sci-libs/arpack/arpack-3.9.1.ebuild
index c3a10d3e5d15..fe8ac4dd7b91 100644
--- a/sci-libs/arpack/arpack-3.9.1.ebuild
+++ b/sci-libs/arpack/arpack-3.9.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-inherit autotools fortran-2 toolchain-funcs
+inherit autotools flag-o-matic fortran-2 toolchain-funcs
 
 DESCRIPTION="Arnoldi package library to solve large scale eigenvalue problems"
 HOMEPAGE="http://www.caam.rice.edu/software/ARPACK/ https://github.com/opencollab/arpack-ng"
@@ -39,6 +39,13 @@ src_prepare() {
 }
 
 src_configure() {
+	# -Werror=lto-type-mismatch
+	# https://bugs.gentoo.org/878139
+	# https://github.com/opencollab/arpack-ng/issues/451
+	#
+	# Only when building tests. Still this means we cannot test it.
+	filter-lto
+
 	econf \
 		--disable-static \
 		--enable-icb \

diff --git a/sci-libs/arpack/arpack-9999.ebuild b/sci-libs/arpack/arpack-9999.ebuild
index 0388be81f2bc..97ecc817d3fc 100644
--- a/sci-libs/arpack/arpack-9999.ebuild
+++ b/sci-libs/arpack/arpack-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-inherit autotools fortran-2 toolchain-funcs
+inherit autotools flag-o-matic fortran-2 toolchain-funcs
 
 DESCRIPTION="Arnoldi package library to solve large scale eigenvalue problems"
 HOMEPAGE="http://www.caam.rice.edu/software/ARPACK/ https://github.com/opencollab/arpack-ng"
@@ -35,6 +35,13 @@ src_prepare() {
 }
 
 src_configure() {
+	# -Werror=lto-type-mismatch
+	# https://bugs.gentoo.org/878139
+	# https://github.com/opencollab/arpack-ng/issues/451
+	#
+	# Only when building tests. Still this means we cannot test it.
+	filter-lto
+
 	econf \
 		--disable-static \
 		--enable-icb \


             reply	other threads:[~2024-03-06  5:30 UTC|newest]

Thread overview: 47+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-06  5:30 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-03-04 11:38 [gentoo-commits] repo/gentoo:master commit in: sci-libs/arpack/ Sam James
2023-12-16 20:56 Sam James
2023-12-16 19:16 Arthur Zamarin
2023-12-16 11:47 Arthur Zamarin
2023-12-09 17:15 Arthur Zamarin
2023-11-13  3:28 Sam James
2023-08-24  1:04 Matthias Maier
2023-07-05 16:30 Viorel Munteanu
2023-03-05  4:13 Sam James
2021-11-05 18:02 Sam James
2021-11-05 18:02 Sam James
2021-07-27  6:19 Sergei Trofimovich
2021-07-02  7:35 Marek Szuba
2021-07-02  7:33 Marek Szuba
2021-01-07  1:24 Sam James
2021-01-03 21:30 Sam James
2021-01-03 19:40 Sam James
2021-01-03  9:12 Sam James
2020-12-27  3:37 Sam James
2020-12-27  3:37 Sam James
2020-11-12 20:57 Andreas Sturmlechner
2020-11-12 17:26 Sam James
2020-11-07 20:34 Sergei Trofimovich
2020-11-07 20:22 Sergei Trofimovich
2020-11-06 23:29 Sam James
2020-11-06 22:17 Sam James
2020-11-06  5:53 Sam James
2020-09-18 22:56 Sam James
2020-09-18 22:56 Sam James
2020-08-23 17:01 David Seifert
2020-06-14 22:13 David Seifert
2020-06-14 22:13 David Seifert
2020-06-07 21:11 Alexey Shvetsov
2020-06-05  2:28 Brian Evans
2020-03-07 15:11 Michał Górny
2019-10-20 13:37 David Seifert
2018-03-24  2:25 Matthias Maier
2018-03-24  2:25 Matthias Maier
2017-09-25  8:07 Patrick Lauer
2017-08-13  9:04 Matthias Maier
2017-02-19 14:43 Justin Lecher
2017-02-16 23:14 Michael Weber
2017-02-12 17:01 Agostino Sarubbo
2017-02-05 13:28 Jeroen Roovers
2017-02-04 15:21 Agostino Sarubbo
2017-02-03  3:02 Matthias Maier

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=1709702990.845cbe2fef97ec5d8f0cb983ff075d2be9d72537.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