summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-12-01 19:35:13 +0000
committerSam James <sam@gentoo.org>2021-12-01 19:35:37 +0000
commit4b89d007ec8f092429d9c69fa7a1de89b29525c0 (patch)
tree52f77d4f218a8fcbc28c6eafc9fae62d812466f2 /media-libs/osl
parentdev-python/twine: Bump to 3.7.0 (diff)
downloadgentoo-4b89d007ec8f092429d9c69fa7a1de89b29525c0.tar.gz
gentoo-4b89d007ec8f092429d9c69fa7a1de89b29525c0.tar.bz2
gentoo-4b89d007ec8f092429d9c69fa7a1de89b29525c0.zip
media-libs/osl: drop tests CMake option
We're not running them for now & they're broken anyway. (Not sure how I didn't notice this earlier?!) Closes: https://bugs.gentoo.org/827949 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs/osl')
-rw-r--r--media-libs/osl/osl-1.11.16.0.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/media-libs/osl/osl-1.11.16.0.ebuild b/media-libs/osl/osl-1.11.16.0.ebuild
index fca8230620e4..210576bec26a 100644
--- a/media-libs/osl/osl-1.11.16.0.ebuild
+++ b/media-libs/osl/osl-1.11.16.0.ebuild
@@ -91,7 +91,8 @@ src_configure() {
-DUSE_CCACHE=OFF
-DLLVM_STATIC=OFF
-DLLVM_ROOT="$(get_llvm_prefix ${LLVM_MAX_SLOT})"
- -DOSL_BUILD_TESTS=$(usex test)
+ # Breaks build for now: bug #827949
+ #-DOSL_BUILD_TESTS=$(usex test)
-DOSL_SHADER_INSTALL_DIR="${EPREFIX}/usr/include/${PN^^}/shaders"
-DOSL_PTX_INSTALL_DIR="${EPREFIX}/usr/include/${PN^^}/ptx"
-DSTOP_ON_WARNING=OFF