diff options
author | Marek Szuba <marecki@gentoo.org> | 2021-07-16 11:36:31 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2021-07-16 12:43:28 +0100 |
commit | ea68b9915231ddf7ac3b09f8032e5cfe99961bdd (patch) | |
tree | b08407788129a20a272ad4ce4ad7fc3f0519d35b /sci-libs/cholmod | |
parent | sci-libs/metis: update sci-libs/parmetis blocker (diff) | |
download | gentoo-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/cholmod')
-rw-r--r-- | sci-libs/cholmod/cholmod-3.0.13.ebuild | 5 | ||||
-rw-r--r-- | sci-libs/cholmod/cholmod-3.0.14.ebuild | 5 |
2 files changed, 2 insertions, 8 deletions
diff --git a/sci-libs/cholmod/cholmod-3.0.13.ebuild b/sci-libs/cholmod/cholmod-3.0.13.ebuild index a2dc0b63a54f..6d21a365986a 100644 --- a/sci-libs/cholmod/cholmod-3.0.13.ebuild +++ b/sci-libs/cholmod/cholmod-3.0.13.ebuild @@ -27,10 +27,7 @@ DEPEND=" partition? ( >=sci-libs/camd-2.4 >=sci-libs/ccolamd-2.9 - || ( - >=sci-libs/metis-5.1.0 - sci-libs/parmetis - ) + >=sci-libs/metis-5.1.0 )" RDEPEND="${DEPEND}" diff --git a/sci-libs/cholmod/cholmod-3.0.14.ebuild b/sci-libs/cholmod/cholmod-3.0.14.ebuild index a146edfb85a0..111b80f90346 100644 --- a/sci-libs/cholmod/cholmod-3.0.14.ebuild +++ b/sci-libs/cholmod/cholmod-3.0.14.ebuild @@ -27,10 +27,7 @@ DEPEND=" partition? ( sci-libs/camd sci-libs/ccolamd - || ( - >=sci-libs/metis-5.1.0 - sci-libs/parmetis - ) + >=sci-libs/metis-5.1.0 )" RDEPEND="${DEPEND}" |