summaryrefslogtreecommitdiff
blob: af37d11b4edabc561b7529dc0939b73f2210491e (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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="person" proxied="yes">
		<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>
	<longdescription>
		Libraries from Dreamworks Animation for the efficient manipulation 
		of volumetric data used in big budget movies like 'Cloudy with a
		Chance of Meatballs2' and 'How to Train Your Dragon 2'. 
	</longdescription>
	<use>
		<flag name="ax">
			Build the OpenVDB AX module to perform custom manipulation of
			OpenVDB data via an expression language: AX.
		</flag>
		<flag name="blosc">
			Allow using blosc compression via <pkg>dev-libs/c-blosc</pkg>
		</flag>
		<flag name="cuda">
			Enable support for CUDA in NanoVDB.
		</flag>
		<flag name="nanovdb">
			A lightweight, header only, and GPU friendly version of VDB.
		</flag>
		<flag restrict="&gt;=media-gfx/openvdb-7.0.0" name="numpy">
			Build pyopenvdb with support for <pkg>dev-python/numpy</pkg>
		</flag>
		<flag restrict="&lt;=media-gfx/openvdb-7.1.0" name="abi5-compat">
			Disables newer features to maintain compatibility with ABI5.
		</flag>
		<flag restrict="&gt;=media-gfx/openvdb-6.0.0" name="abi6-compat">
			Disables newer features to maintain compatibility with ABI6.
		</flag>
		<flag restrict="&gt;=media-gfx/openvdb-7.0.0" name="abi7-compat">
			Disables newer features to maintain compatibility with ABI7.
		</flag>
		<flag restrict="&gt;=media-gfx/openvdb-8.0.0" name="abi8-compat">
			Disables newer features to maintain compatibility with ABI8.
		</flag>
		<flag restrict="&gt;=media-gfx/openvdb-9.0.0" name="abi9-compat">
			Disables newer features to maintain compatibility with ABI9.
		</flag>
		<flag restrict="&gt;=media-gfx/openvdb-7.0.0" name="utils">
			Build utility binaries
		</flag>
	</use>
	<upstream>
		<remote-id type="github">AcademySoftwareFoundation/openvdb</remote-id>
	</upstream>
</pkgmetadata>