diff options
author | Marek Szuba <marecki@gentoo.org> | 2021-07-14 00:17:24 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2021-07-14 17:14:39 +0100 |
commit | 94326424f66b7e7465fe0dabb180ecbc38332a36 (patch) | |
tree | 40146a4422065b4032e6c2adc57de28af7250bc6 /sci-libs/pastix | |
parent | sci-libs/adolc: keyword 2.7.2 for ~riscv (diff) | |
download | gentoo-94326424f66b7e7465fe0dabb180ecbc38332a36.tar.gz gentoo-94326424f66b7e7465fe0dabb180ecbc38332a36.tar.bz2 gentoo-94326424f66b7e7465fe0dabb180ecbc38332a36.zip |
sci-libs/pastix: keyword 5.2.3 for ~riscv, update EAPI 6 -> 7
Builds and installs fine, unfortunately had to disable the tests due to
it attempting to write files to / (see Bug #619316).
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'sci-libs/pastix')
-rw-r--r-- | sci-libs/pastix/pastix-5.2.3.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sci-libs/pastix/pastix-5.2.3.ebuild b/sci-libs/pastix/pastix-5.2.3.ebuild index 3cd36ee0e4bd..767d81754b5e 100644 --- a/sci-libs/pastix/pastix-5.2.3.ebuild +++ b/sci-libs/pastix/pastix-5.2.3.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit fortran-2 toolchain-funcs @@ -16,12 +16,12 @@ inherit fortran-2 toolchain-funcs # package id: change every version, see the link on inriaforge PID=218 DESCRIPTION="Parallel solver for very large sparse linear systems" -HOMEPAGE="http://pastix.gforge.inria.fr" +HOMEPAGE="https://pastix.gforge.inria.fr" SRC_URI="https://gforge.inria.fr/frs/download.php/latestfile/${PID}/${PN}_${PV}.tar.bz2" LICENSE="CeCILL-C" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux" IUSE="doc int64 mpi +smp starpu static-libs" RDEPEND=" @@ -30,8 +30,8 @@ RDEPEND=" virtual/blas mpi? ( virtual/mpi ) starpu? ( dev-libs/starpu:0= )" -DEPEND="${RDEPEND} - virtual/pkgconfig" +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" S="${WORKDIR}/${PN}_${PV}/src" |