From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/cholmod/
Date: Mon, 17 Jun 2024 01:47:56 +0000 (UTC) [thread overview]
Message-ID: <1718588809.8a1f03945e92dac18f150996edae6f9c10911b97.sam@gentoo> (raw)
commit: 8a1f03945e92dac18f150996edae6f9c10911b97
Author: Eli Schwartz <eschwartz93 <AT> gmail <DOT> com>
AuthorDate: Sun Jun 16 23:15:41 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jun 17 01:46:49 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a1f0394
sci-libs/cholmod: fix missing autotools in src_prepare
Fixes regression caused by introducing a gentoo patch that modifies
Makefile.am, but doesn't guarantee that it is regenerated in
src_configure() -- or indeed that it has the necessary dependencies.
Fixes: 6c0474cc8a08172cdc244af680edba8be5ada95b
Signed-off-by: Eli Schwartz <eschwartz93 <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
sci-libs/cholmod/cholmod-3.0.13.ebuild | 6 ++++--
sci-libs/cholmod/cholmod-3.0.14-r1.ebuild | 4 +++-
2 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/sci-libs/cholmod/cholmod-3.0.13.ebuild b/sci-libs/cholmod/cholmod-3.0.13.ebuild
index bc2fdd2aa62d..ff0f058dd29e 100644
--- a/sci-libs/cholmod/cholmod-3.0.13.ebuild
+++ b/sci-libs/cholmod/cholmod-3.0.13.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 cuda toolchain-funcs
+inherit autotools cuda toolchain-funcs
DESCRIPTION="Sparse Cholesky factorization and update/downdate library"
HOMEPAGE="https://people.engr.tamu.edu/davis/suitesparse.html"
@@ -39,6 +39,8 @@ src_prepare() {
use cuda && cuda_src_prepare
default
+ # patch is modifying Makefile.am
+ eautoreconf
}
src_configure() {
diff --git a/sci-libs/cholmod/cholmod-3.0.14-r1.ebuild b/sci-libs/cholmod/cholmod-3.0.14-r1.ebuild
index 669494c2ea85..39f7dc95b12b 100644
--- a/sci-libs/cholmod/cholmod-3.0.14-r1.ebuild
+++ b/sci-libs/cholmod/cholmod-3.0.14-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-inherit cuda toolchain-funcs
+inherit autotools cuda toolchain-funcs
DESCRIPTION="Sparse Cholesky factorization and update/downdate library"
HOMEPAGE="https://people.engr.tamu.edu/davis/suitesparse.html"
@@ -39,6 +39,8 @@ src_prepare() {
use cuda && cuda_src_prepare
default
+ # patch is modifying Makefile.am
+ eautoreconf
}
src_configure() {
next reply other threads:[~2024-06-17 1:47 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-17 1:47 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-06-05 18:09 [gentoo-commits] repo/gentoo:master commit in: sci-libs/cholmod/ Andrew Ammerlaan
2023-06-20 0:27 Michael Orlitzky
2023-06-20 0:02 Michael Orlitzky
2023-06-20 0:02 Michael Orlitzky
2022-12-01 3:21 WANG Xuerui
2022-10-09 16:10 Sam James
2021-07-14 16:14 Marek Szuba
2021-02-18 8:39 Sam James
2021-02-18 8:35 Sam James
2021-02-18 8:35 Sam James
2021-02-11 7:45 Sergei Trofimovich
2021-01-18 17:43 Sam James
2021-01-18 14:53 Sam James
2021-01-18 14:10 Sam James
2021-01-06 15:17 Fabian Groffen
2020-11-07 17:57 Sam James
2020-10-02 18:18 Miroslav Šulc
2020-09-22 21:33 Conrad Kostecki
2020-08-23 17:01 David Seifert
2020-07-21 10:03 Andreas Sturmlechner
2020-07-19 16:03 Sam James
2020-06-22 6:57 Agostino Sarubbo
2020-06-21 17:08 Agostino Sarubbo
2020-06-21 17:03 Agostino Sarubbo
2020-03-02 17:21 Michael Orlitzky
2019-05-21 6:31 Aaron Bauman
2019-01-02 11:39 Justin Lecher
2019-01-02 10:31 Justin Lecher
2018-12-31 9:44 Justin Lecher
2017-07-08 9:25 Alexis Ballier
2017-07-01 9:52 Sergei Trofimovich
2016-06-07 16:47 Tobias Klausmann
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=1718588809.8a1f03945e92dac18f150996edae6f9c10911b97.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