summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Scruggs <j.scruggs@gmail.com>2017-12-24 18:39:37 +0000
committerDavid Seifert <soap@gentoo.org>2017-12-24 23:16:02 +0100
commitfb82335ceee9932c7b19e05dffb354e82c27d331 (patch)
tree1cad9b0e3660f2e91ce1266d681c29c9e27c9e10 /media-libs/opensubdiv/opensubdiv-3.3.0.ebuild
parentmedia-libs/opensubdiv: Add CUDA 9 compatibility patch (diff)
downloadgentoo-fb82335ceee9932c7b19e05dffb354e82c27d331.tar.gz
gentoo-fb82335ceee9932c7b19e05dffb354e82c27d331.tar.bz2
gentoo-fb82335ceee9932c7b19e05dffb354e82c27d331.zip
media-libs/opensubdiv: Remove old versions and patches
Diffstat (limited to 'media-libs/opensubdiv/opensubdiv-3.3.0.ebuild')
-rw-r--r--media-libs/opensubdiv/opensubdiv-3.3.0.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/media-libs/opensubdiv/opensubdiv-3.3.0.ebuild b/media-libs/opensubdiv/opensubdiv-3.3.0.ebuild
index a85444ac261c..f34298cd5960 100644
--- a/media-libs/opensubdiv/opensubdiv-3.3.0.ebuild
+++ b/media-libs/opensubdiv/opensubdiv-3.3.0.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/PixarAnimationStudios/OpenSubdiv/archive/v${MY_PV}.t
LICENSE="ZLIB"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="cuda doc examples opencl openmp ptex tbb tutorials"
+IUSE="cuda doc opencl openmp ptex tbb"
RDEPEND="media-libs/glew:=
media-libs/glfw:=
@@ -54,8 +54,8 @@ src_configure() {
-DNO_OPENCL=$(usex !opencl)
-DNO_CUDA=$(usex !cuda)
-DNO_REGRESSION=1 # They don't work with certain settings
- -DNO_EXAMPLES=$(usex !examples)
- -DNO_TUTORIALS=$(usex !tutorials)
+ -DNO_EXAMPLES=1 # Not needed.
+ -DNO_TUTORIALS=1 # They install illegally. Need to find a better solution.
-DGLEW_LOCATION="${EPREFIX}/usr/$(get_libdir)"
-DGLFW_LOCATION="${EPREFIX}/usr/$(get_libdir)"
-DCMAKE_INSTALL_DOCDIR="share/doc/${PF}"