Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/osl/
Date: Wed, 01 Dec 2021 19:35:48
Message-Id: 1638387337.4b89d007ec8f092429d9c69fa7a1de89b29525c0.sam@gentoo
1 commit: 4b89d007ec8f092429d9c69fa7a1de89b29525c0
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 1 19:35:13 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 1 19:35:37 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b89d007
7
8 media-libs/osl: drop tests CMake option
9
10 We're not running them for now & they're broken anyway.
11
12 (Not sure how I didn't notice this earlier?!)
13
14 Closes: https://bugs.gentoo.org/827949
15 Signed-off-by: Sam James <sam <AT> gentoo.org>
16
17 media-libs/osl/osl-1.11.16.0.ebuild | 3 ++-
18 1 file changed, 2 insertions(+), 1 deletion(-)
19
20 diff --git a/media-libs/osl/osl-1.11.16.0.ebuild b/media-libs/osl/osl-1.11.16.0.ebuild
21 index fca8230620e4..210576bec26a 100644
22 --- a/media-libs/osl/osl-1.11.16.0.ebuild
23 +++ b/media-libs/osl/osl-1.11.16.0.ebuild
24 @@ -91,7 +91,8 @@ src_configure() {
25 -DUSE_CCACHE=OFF
26 -DLLVM_STATIC=OFF
27 -DLLVM_ROOT="$(get_llvm_prefix ${LLVM_MAX_SLOT})"
28 - -DOSL_BUILD_TESTS=$(usex test)
29 + # Breaks build for now: bug #827949
30 + #-DOSL_BUILD_TESTS=$(usex test)
31 -DOSL_SHADER_INSTALL_DIR="${EPREFIX}/usr/include/${PN^^}/shaders"
32 -DOSL_PTX_INSTALL_DIR="${EPREFIX}/usr/include/${PN^^}/ptx"
33 -DSTOP_ON_WARNING=OFF