Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/pastix/
Date: Fri, 16 Jul 2021 11:43:49
Message-Id: 1626435812.9702c8b79a1eaa26533cf79d946d4a67efdc8b45.marecki@gentoo
1 commit: 9702c8b79a1eaa26533cf79d946d4a67efdc8b45
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 16 11:34:49 2021 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 16 11:43:32 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9702c8b7
7
8 sci-libs/pastix: older METIS versions always used 64-bit ints
9
10 This will be safe to remove once sci-libs/metis-5.1.0-r4 has been
11 removed from the tree.
12
13 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
14
15 sci-libs/pastix/pastix-6.0.3.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/sci-libs/pastix/pastix-6.0.3.ebuild b/sci-libs/pastix/pastix-6.0.3.ebuild
19 index 4b9cde70ecf..bf965e7b51c 100644
20 --- a/sci-libs/pastix/pastix-6.0.3.ebuild
21 +++ b/sci-libs/pastix/pastix-6.0.3.ebuild
22 @@ -34,7 +34,7 @@ RDEPEND="sys-apps/hwloc:0=
23 virtual/lapack
24 virtual/lapacke
25 cuda? ( dev-util/nvidia-cuda-toolkit )
26 - metis? ( sci-libs/metis[int64=] )
27 + metis? ( sci-libs/metis[int64(+)=] )
28 mpi? (
29 virtual/mpi[fortran]
30 metis? ( sci-libs/parmetis )