blob: cd58b43f04faea0f34db6f7d157aad9de32697d9 (
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
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person" proxied="yes">
<email>negril.nx+gentoo@gmail.com</email>
<name>Paul Zander</name>
</maintainer>
<maintainer type="person" proxied="yes">
<email>mathy@vanvoorden.be</email>
<name>Mathy Vanvoorden</name>
</maintainer>
<maintainer type="person" proxied="proxy">
<email>ionen@gentoo.org</email>
<name>Ionen Wolkens</name>
</maintainer>
<longdescription>
Application framework from NVIDIA for achieving optimal ray tracing
performance on the GPU. Provides a simple, recursive and flexible
pipeline for accelerating ray tracing algorithms.
</longdescription>
<upstream>
<remote-id type="github">NVIDIA/optix-dev</remote-id>
</upstream>
<use>
<flag name="headers-only">Download and install only the header files</flag>
</use>
</pkgmetadata>
|