From: Michał Górny Date: Fri, 22 Dec 2017 15:56:31 +0000 (+0100) Subject: sys-libs/libomp: Restrict tests to avoid hangs X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=22506561ddd8202cd93fd85f92152637a418d600;p=gentoo.git sys-libs/libomp: Restrict tests to avoid hangs Bug: https://bugs.gentoo.org/638410 --- diff --git a/sys-libs/libomp/libomp-4.0.1.ebuild b/sys-libs/libomp/libomp-4.0.1.ebuild index 0ca953656f66..2eed580030c3 100644 --- a/sys-libs/libomp/libomp-4.0.1.ebuild +++ b/sys-libs/libomp/libomp-4.0.1.ebuild @@ -22,6 +22,8 @@ LICENSE="|| ( UoI-NCSA MIT ) MIT LLVM-Grant" SLOT="0" KEYWORDS="amd64 ~arm64 x86" IUSE="hwloc ompt test" +# Restrict tests to avoid hanging, https://bugs.gentoo.org/638410 +RESTRICT="test" RDEPEND="hwloc? ( sys-apps/hwloc:0=[${MULTILIB_USEDEP}] )" # tests: diff --git a/sys-libs/libomp/libomp-5.0.0.ebuild b/sys-libs/libomp/libomp-5.0.0.ebuild index 7b723ea293a9..f90baa29e665 100644 --- a/sys-libs/libomp/libomp-5.0.0.ebuild +++ b/sys-libs/libomp/libomp-5.0.0.ebuild @@ -22,6 +22,8 @@ LICENSE="|| ( UoI-NCSA MIT ) MIT LLVM-Grant" SLOT="0" KEYWORDS="~amd64 ~arm64 ~x86" IUSE="hwloc ompt test" +# Restrict tests to avoid hanging, https://bugs.gentoo.org/638410 +RESTRICT="test" RDEPEND="hwloc? ( sys-apps/hwloc:0=[${MULTILIB_USEDEP}] )" # tests: diff --git a/sys-libs/libomp/libomp-5.0.1.ebuild b/sys-libs/libomp/libomp-5.0.1.ebuild index 7b723ea293a9..f90baa29e665 100644 --- a/sys-libs/libomp/libomp-5.0.1.ebuild +++ b/sys-libs/libomp/libomp-5.0.1.ebuild @@ -22,6 +22,8 @@ LICENSE="|| ( UoI-NCSA MIT ) MIT LLVM-Grant" SLOT="0" KEYWORDS="~amd64 ~arm64 ~x86" IUSE="hwloc ompt test" +# Restrict tests to avoid hanging, https://bugs.gentoo.org/638410 +RESTRICT="test" RDEPEND="hwloc? ( sys-apps/hwloc:0=[${MULTILIB_USEDEP}] )" # tests: diff --git a/sys-libs/libomp/libomp-9999.ebuild b/sys-libs/libomp/libomp-9999.ebuild index 3a3f7466c591..6b0c0b5b8014 100644 --- a/sys-libs/libomp/libomp-9999.ebuild +++ b/sys-libs/libomp/libomp-9999.ebuild @@ -24,7 +24,8 @@ LICENSE="|| ( UoI-NCSA MIT ) MIT LLVM-Grant" SLOT="0" KEYWORDS="" IUSE="hwloc ompt test" -RESTRICT="!test? ( test )" +# Restrict tests to avoid hanging, https://bugs.gentoo.org/638410 +RESTRICT="test !test? ( test )" RDEPEND="hwloc? ( sys-apps/hwloc:0=[${MULTILIB_USEDEP}] )" # tests: