commit:     8cb375f4224fad6ee34b57d8e8ed39147de41b6c
Author:     Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
AuthorDate: Tue Oct  3 12:54:04 2017 +0000
Commit:     Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
CommitDate: Tue Oct  3 12:54:04 2017 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=8cb375f4

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 <bircoph <AT> gentoo.org>

 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 )
 "
 

Reply via email to