commit: 9d764e81b635de89b069171b3e982b9514eef513 Author: Marek Szuba <marecki <AT> gentoo <DOT> org> AuthorDate: Tue Aug 10 11:18:48 2021 +0000 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org> CommitDate: Tue Aug 10 12:42:59 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d764e81
profiles/base: remove >sci-libs/pastix-6[cuda] mask Confirmed to work, thanks soap. Signed-off-by: Marek Szuba <marecki <AT> gentoo.org> profiles/base/package.use.mask | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 76c19f87ac2..bb3b07ff3be 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -35,15 +35,14 @@ net-irc/kvirc webkit dev-libs/libffi exec-static-trampoline # Marek Szuba <[email protected]> (2021-07-14) -# Several known issues (possibly with older pastix versions as well but -# in v6 they result in clear errors): -# * CUDA support needs testing, may or may not work as it is; -# * With MPI enabled two tests fail (when linked against openmpi, at least) -# due to incorrect implementation of either MPI support itself or -# said tests - example_drv_facto0_d_reentrant tries to initialise MPI -# more than once, test_bvec_gemv_tests calls MPI_Query_thread() after -# invocation of MPI_FINALIZE. ->=sci-libs/pastix-6.0.0 cuda mpi +# Makes two tests fail (when linked against openmpi, at least) due to +# incorrect implementation of either MPI support itself or said tests: +# - example_drv_facto0_d_reentrant tries to initialise MPI more than once, +# - test_bvec_gemv_tests calls MPI_Query_thread() after invocation of MPI_FINALIZE. +# This might be a problem with pastix-5 as well but those versions have +# got very limited test coverage so even if the problem is there, it +# doesn't trigger test failures. +>=sci-libs/pastix-6.0.0 mpi # Alfredo Tupone <[email protected]> (2021-06-27) # lto does not work on dev-lang/gnat-gpl-2021
