summaryrefslogtreecommitdiff
path: root/sci-libs/cholmod/cholmod-3.0.13.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'sci-libs/cholmod/cholmod-3.0.13.ebuild')
-rw-r--r--sci-libs/cholmod/cholmod-3.0.13.ebuild6
1 files changed, 4 insertions, 2 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() {