Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 747475 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-18 / +18 lines)
Line 8 Link Here
8
LLVM_MAX_SLOT=9
8
LLVM_MAX_SLOT=11
9
--
Line 11 Link Here
11
HOMEPAGE="http://opensource.imageworks.com/?p=osl"
11
HOMEPAGE="http://opensource.imageworks.com/?p=osl https://github.com/imageworks/OpenShadingLanguage"
12
--
Line 16 Link Here
16
KEYWORDS="amd64 ~x86"
16
KEYWORDS="~amd64 ~x86"
17
--
Lines 31-32 Link Here
31
	<sys-devel/clang-10:=
31
	<sys-devel/clang-12:=
32
	sys-libs/zlib:=
32
	sys-libs/zlib
33
--
Line 41 Link Here
41
DEPEND="${RDEPEND}"
41
DEPEND="
42
--
42
	${RDEPEND}
43
	dev-python/pybind11
44
"
45
Lines 48-50 Link Here
48
PATCHES=(
52
PATCHES=()
49
	"${FILESDIR}/${PN}-1.10.5-fix-install-shaders.patch"
53
50
)
54
CMAKE_REMOVE_MODULES_LIST=()
51
--
Line 74 Link Here
78
		-DCMAKE_CXX_STANDARD=14
Line 75 Link Here
75
		-DENABLERTTI=OFF
Line 77 Link Here
77
		-DLLVM_STATIC=ON
81
		-DLLVM_STATIC=OFF
78
--
82
		-DLLVM_ROOT="$(get_llvm_prefix ${LLVM_MAX_SLOT})"
Line 79 Link Here
84
		-DOSL_SHADER_INSTALL_DIR="${EPREFIX}/usr/include/${PN^^}/shaders"
85
		-DOSL_PTX_INSTALL_DIR="${EPREFIX}/usr/include/${PN^^}/ptx"

Return to bug 747475