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: Wed, 14 Jul 2021 16:15:08
Message-Id: 1626279279.94326424f66b7e7465fe0dabb180ecbc38332a36.marecki@gentoo
1 commit: 94326424f66b7e7465fe0dabb180ecbc38332a36
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 13 23:17:24 2021 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 14 16:14:39 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94326424
7
8 sci-libs/pastix: keyword 5.2.3 for ~riscv, update EAPI 6 -> 7
9
10 Builds and installs fine, unfortunately had to disable the tests due to
11 it attempting to write files to / (see Bug #619316).
12
13 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
14
15 sci-libs/pastix/pastix-5.2.3.ebuild | 10 +++++-----
16 1 file changed, 5 insertions(+), 5 deletions(-)
17
18 diff --git a/sci-libs/pastix/pastix-5.2.3.ebuild b/sci-libs/pastix/pastix-5.2.3.ebuild
19 index 3cd36ee0e4b..767d81754b5 100644
20 --- a/sci-libs/pastix/pastix-5.2.3.ebuild
21 +++ b/sci-libs/pastix/pastix-5.2.3.ebuild
22 @@ -1,7 +1,7 @@
23 # Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 -EAPI=6
27 +EAPI=7
28
29 inherit fortran-2 toolchain-funcs
30
31 @@ -16,12 +16,12 @@ inherit fortran-2 toolchain-funcs
32 # package id: change every version, see the link on inriaforge
33 PID=218
34 DESCRIPTION="Parallel solver for very large sparse linear systems"
35 -HOMEPAGE="http://pastix.gforge.inria.fr"
36 +HOMEPAGE="https://pastix.gforge.inria.fr"
37 SRC_URI="https://gforge.inria.fr/frs/download.php/latestfile/${PID}/${PN}_${PV}.tar.bz2"
38
39 LICENSE="CeCILL-C"
40 SLOT="0"
41 -KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
42 +KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux"
43 IUSE="doc int64 mpi +smp starpu static-libs"
44
45 RDEPEND="
46 @@ -30,8 +30,8 @@ RDEPEND="
47 virtual/blas
48 mpi? ( virtual/mpi )
49 starpu? ( dev-libs/starpu:0= )"
50 -DEPEND="${RDEPEND}
51 - virtual/pkgconfig"
52 +DEPEND="${RDEPEND}"
53 +BDEPEND="virtual/pkgconfig"
54
55 S="${WORKDIR}/${PN}_${PV}/src"