gentoo-ebuilds/dev-lang/ispc/metadata.xml
Michał Górny ce3d65e1b4
dev-lang/ispc: Add GPU support
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2023-12-31 16:29:41 +01:00

19 lines
509 B
XML

<?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>