summaryrefslogtreecommitdiff
path: root/dev-lang/ispc/metadata.xml
blob: 1ac64e1abb8243ce5e937d612ab34dc5799aced5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="person">
		<email>mgorny@gentoo.org</email>
		<name>Michał Górny</name>
	</maintainer>
	<upstream>
		<remote-id type="github">ispc/ispc</remote-id>
	</upstream>
	<use>
		<flag name="gpu">
			Enable Level0 GPU support in ispcrt.
		</flag>
		<flag name="openmp">
			Build with OpenMP task model (otherwise, TBB task model is used).
		</flag>
	</use>
</pkgmetadata>