Files
gentoo/dev-libs/optix/metadata.xml
Paul Zander 582de7f342 dev-libs/optix: make headers-only #955908
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>
2025-05-17 10:41:54 -04:00

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>