From 8cb375f4224fad6ee34b57d8e8ed39147de41b6c Mon Sep 17 00:00:00 2001 From: Andrew Savchenko Date: Tue, 3 Oct 2017 15:54:04 +0300 Subject: sci-mathematics/petsc: fix superlu version requirement >=sci-libs/superlu-5 is required, see https://lists.debian.org/debian-science/2016/05/msg00059.html This also happens at our local Gentoo HPC setup. Package-Manager: Portage-2.3.8, Repoman-2.3.3 Signed-off-by: Andrew Savchenko --- sci-mathematics/petsc/petsc-3.7.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-mathematics/petsc/petsc-3.7.6.ebuild b/sci-mathematics/petsc/petsc-3.7.6.ebuild index 784371ed3..c9c04f3e1 100644 --- a/sci-mathematics/petsc/petsc-3.7.6.ebuild +++ b/sci-mathematics/petsc/petsc-3.7.6.ebuild @@ -43,7 +43,7 @@ RDEPEND=" mumps? ( sci-libs/mumps[mpi?] sci-libs/scalapack ) scotch? ( sci-libs/scotch[mpi?] ) sparse? ( sci-libs/suitesparse >=sci-libs/cholmod-1.7.0 ) - superlu? ( sci-libs/superlu ) + superlu? ( >=sci-libs/superlu-5 ) X? ( x11-libs/libX11 ) " -- cgit v1.2.3-65-gdbad