mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-02 11:38:07 -07:00
Building the SDK part has no purpose outside of building examples. It has no possible consumers. The source archive needs manual fetch. Given that there is an upstream repo now we can use as source archive there is no reason to use the manual fetch SDK archive as alternative source either. So drop the logic associated with that and make the a headers only package. Closes: https://bugs.gentoo.org/955908 Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/42090 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
28 lines
953 B
XML
28 lines
953 B
XML
<?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>
|