mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
dev-python/pyopencl: restrict tests again
Worked for a while, now it triggers errors inside pOCL for at least some users. It was fun while it lasted. Closes: https://bugs.gentoo.org/872308 Signed-off-by: Marek Szuba <marecki@gentoo.org>
This commit is contained in:
@@ -18,6 +18,11 @@ SLOT="0"
|
||||
KEYWORDS="~amd64 ~ppc64"
|
||||
IUSE="examples opengl"
|
||||
|
||||
# Running tests on GPUs requires both appropriate hardware and additional permissions
|
||||
# having been granted to the user running them. Testing on CPUs with dev-libs/pocl
|
||||
# is in theory possible but has been found to be very fragile, see e.g. Bug #872308.
|
||||
RESTRICT="test"
|
||||
|
||||
COMMON=">=virtual/opencl-2"
|
||||
# libglvnd is only needed for the headers
|
||||
DEPEND="${COMMON}
|
||||
|
||||
Reference in New Issue
Block a user