summaryrefslogtreecommitdiff
blob: 667d17facd0443ed2d3961132f762d020104b849 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="person">
		<email>agrigo2001@yahoo.com.au</email>
		<name>Adrian Grigo</name>
	</maintainer>
	<maintainer type="project" proxied="proxy">
		<email>proxy-maint@gentoo.org</email>
		<name>Proxy Maintainers</name>
	</maintainer>
	<use>
		<flag name="cuda">
			Enable NVIDIA CUDA Toolkit support through
			<pkg>dev-util/nvidia-cuda-toolkit</pkg>
		</flag>
		<flag name="opencl">
			Enable OpenCL support through
			<pkg>virtual/opencl</pkg>
		</flag>
		<flag name="ptex">
			Adds support for faster per-face texture mapping through
			<pkg>media-libs/ptex</pkg>
		</flag>
		<flag name="tbb">
			Enable multithreading with the Intel Threads Building Blocks through
			<pkg>dev-cpp/tbb</pkg>
		</flag>
		<flag name="tutorials">
			Install the tutorials
		</flag>
	</use>
	<upstream>
		<remote-id type="github">PixarAnimationStudios/OpenSubdiv</remote-id>
	</upstream>
</pkgmetadata>