summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Szuba <marecki@gentoo.org>2021-07-16 11:36:31 +0100
committerMarek Szuba <marecki@gentoo.org>2021-07-16 12:43:28 +0100
commitea68b9915231ddf7ac3b09f8032e5cfe99961bdd (patch)
treeb08407788129a20a272ad4ce4ad7fc3f0519d35b /sci-libs/mumps
parentsci-libs/metis: update sci-libs/parmetis blocker (diff)
downloadgentoo-ea68b9915231ddf7ac3b09f8032e5cfe99961bdd.tar.gz
gentoo-ea68b9915231ddf7ac3b09f8032e5cfe99961bdd.tar.bz2
gentoo-ea68b9915231ddf7ac3b09f8032e5cfe99961bdd.zip
*/*: update sci-libs/{,par}metis revdeps
ParMETIS on the one hand no longer installs bundled METIS and on the other unconditionally depends on MPI. Therefore, only keep it in ebuilds which use MPI themselves and depend on METIS directly otherwise. Note that some of the alleged sci-libs/parmetis revdeps might in fact not use even when they use MPI, as none of these revdeps have actually explicitly requested sci-libs/parmetis[mpi]. Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'sci-libs/mumps')
-rw-r--r--sci-libs/mumps/mumps-5.3.5.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/mumps/mumps-5.3.5.ebuild b/sci-libs/mumps/mumps-5.3.5.ebuild
index 23e0f15d16a2..76f2dbe8d4d0 100644
--- a/sci-libs/mumps/mumps-5.3.5.ebuild
+++ b/sci-libs/mumps/mumps-5.3.5.ebuild
@@ -21,8 +21,8 @@ BDEPEND="virtual/pkgconfig"
RDEPEND="
virtual/blas
metis? (
- || ( >=sci-libs/metis-5 >=sci-libs/parmetis-4 )
- mpi? ( >=sci-libs/parmetis-4 )
+ >=sci-libs/metis-5
+ mpi? ( >=sci-libs/parmetis-4 )
)
mpi? ( sci-libs/scalapack )
scotch? ( >=sci-libs/scotch-6.0.1:=[mpi=] )