Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/amd/
Date: Fri, 11 Jun 2021 12:42:33
Message-Id: 1623415346.6b5baeaee2cf11265852f0edbd1d2c28eee4d1c0.andrewammerlaan@gentoo
1 commit: 6b5baeaee2cf11265852f0edbd1d2c28eee4d1c0
2 Author: Timo Kamph <tka <AT> kamph <DOT> org>
3 AuthorDate: Sun Jan 17 13:50:34 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 11 12:42:26 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b5baeae
7
8 sci-libs/amd: only depend on virtual/fortran if USE=fortran
9
10 Closes: https://bugs.gentoo.org/765739
11 Signed-off-by: Timo Kamph <tka <AT> kamph.org>
12 Closes: https://github.com/gentoo/gentoo/pull/19090
13 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
14
15 sci-libs/amd/amd-2.4.6-r1.ebuild | 1 +
16 sci-libs/amd/amd-2.4.6.ebuild | 1 +
17 2 files changed, 2 insertions(+)
18
19 diff --git a/sci-libs/amd/amd-2.4.6-r1.ebuild b/sci-libs/amd/amd-2.4.6-r1.ebuild
20 index 9fee90d1826..d6fb2915b94 100644
21 --- a/sci-libs/amd/amd-2.4.6-r1.ebuild
22 +++ b/sci-libs/amd/amd-2.4.6-r1.ebuild
23 @@ -3,6 +3,7 @@
24
25 EAPI=7
26
27 +FORTRAN_NEEDED=fortran
28 inherit autotools fortran-2
29
30 DESCRIPTION="Library to order a sparse matrix prior to Cholesky factorization"
31
32 diff --git a/sci-libs/amd/amd-2.4.6.ebuild b/sci-libs/amd/amd-2.4.6.ebuild
33 index 4bdd81880c3..06a5de3d6c8 100644
34 --- a/sci-libs/amd/amd-2.4.6.ebuild
35 +++ b/sci-libs/amd/amd-2.4.6.ebuild
36 @@ -3,6 +3,7 @@
37
38 EAPI=7
39
40 +FORTRAN_NEEDED=fortran
41 inherit fortran-2
42
43 DESCRIPTION="Library to order a sparse matrix prior to Cholesky factorization"