commit: 99b599ba6696e184c5f4729cfd17385e82031e10 Author: Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru> AuthorDate: Sat May 27 20:14:44 2023 +0000 Commit: Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru> CommitDate: Sat May 27 20:19:52 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=99b599ba
sys-cluster/opencoarrays: 2.10.1 remove mask It seems this issue isn't reproduced for current gcc:12 (and gcc:13) Closes: https://bugs.gentoo.org/877463 Signed-off-by: Sergey Torokhov <torokhov-s-a <AT> yandex.ru> profiles/package.mask | 6 ------ sys-cluster/opencoarrays/opencoarrays-2.10.1.ebuild | 3 ++- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/profiles/package.mask b/profiles/package.mask index f4cda8ddf..2783824a8 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -58,12 +58,6 @@ dev-python/coveralls # Upstream bug: https://github.com/iamkroot/trakt-scrobbler/issues/240 media-video/trakt-scrobbler -# Torokhov Sergey <[email protected]> (2022-10-30) -# Masked due to failed tests with sys-cluster/openmpi; -# failed tests with sys-devel/gcc-12.2.1_p20221008 -# (Bug: https://bugs.gentoo.org/877463) -=sys-cluster/opencoarrays-2.10.1 - # Viorel Munteanu <[email protected]> (2022-08-03) # depends on dev-python/PyQt6, which is currently masked with all of qt6 >=net-misc/maestral-qt-1.6.0 diff --git a/sys-cluster/opencoarrays/opencoarrays-2.10.1.ebuild b/sys-cluster/opencoarrays/opencoarrays-2.10.1.ebuild index 78a48f02b..11781f87d 100644 --- a/sys-cluster/opencoarrays/opencoarrays-2.10.1.ebuild +++ b/sys-cluster/opencoarrays/opencoarrays-2.10.1.ebuild @@ -28,7 +28,8 @@ PROPERTIES="test_network" RESTRICT="!test? ( test )" # >=sys-cluster/openmpi-4.1.2[fortran] is dropped due to -# multiple test failures issue: https://github.com/sourceryinstitute/OpenCoarrays/issues/769 +# multiple test failures issue: +# https://github.com/sourceryinstitute/OpenCoarrays/issues/769 RDEPEND=" >=sys-cluster/mpich-3.4.3[fortran,mpi-threads,threads] "
