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 (-16 / +16 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 39 Link Here
39
"
40
41
DEPEND="
42
	${RDEPEND}
Line 42 Link Here
42
DEPEND="${RDEPEND}"
Lines 49-51 Link Here
49
# PATCHES=(
52
PATCHES=()
50
# 	"${FILESDIR}/${PN}-1.10.5-fix-install-shaders.patch"
53
51
# )
54
CMAKE_REMOVE_MODULES_LIST=()
52
--
Line 75 Link Here
78
		-DCMAKE_CXX_STANDARD=14
Line 76 Link Here
76
		-DENABLERTTI=OFF
Line 79 Link Here
82
		-DLLVM_ROOT="$(get_llvm_prefix ${LLVM_MAX_SLOT})"
Line 80 Link Here
84
		-DOSL_SHADER_INSTALL_DIR="${EPREFIX}/usr/include/${PN^^}/shaders"
85
		-DOSL_PTX_INSTALL_DIR="${EPREFIX}/usr/include/${PN^^}/ptx"
Line 84 Link Here
84
		-DLLVM_ROOT=/usr/lib/llvm/${LLVM_MAX_SLOT}

Return to bug 747475