From: "Andrew Ammerlaan" <andrewammerlaan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: dev-libs/optix/
Date: Sun, 23 Jan 2022 13:02:54 +0000 (UTC) [thread overview]
Message-ID: <1642938429.504781317503147c49d3ea65de78b47e59993a59.andrewammerlaan@gentoo> (raw)
commit: 504781317503147c49d3ea65de78b47e59993a59
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 23 11:47:09 2022 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sun Jan 23 11:47:09 2022 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=50478131
dev-libs/optix: add version 7.4.0
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
dev-libs/optix/optix-7.4.0.ebuild | 37 +++++++++++++++++++++++++++++++++++++
1 file changed, 37 insertions(+)
diff --git a/dev-libs/optix/optix-7.4.0.ebuild b/dev-libs/optix/optix-7.4.0.ebuild
new file mode 100644
index 000000000..a3f61205e
--- /dev/null
+++ b/dev-libs/optix/optix-7.4.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2021-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="NVIDIA Ray Tracing Engine"
+HOMEPAGE="https://developer.nvidia.com/optix"
+SRC_URI="NVIDIA-OptiX-SDK-${PV}-linux64-x86_64.sh"
+S="${WORKDIR}"
+
+SLOT="0/7"
+KEYWORDS="~amd64"
+RESTRICT="fetch mirror"
+LICENSE="NVIDIA-r2"
+
+RDEPEND="
+ dev-util/nvidia-cuda-toolkit:=
+ media-libs/freeglut
+ virtual/opengl
+"
+
+pkg_nofetch() {
+ einfo "Please download ${SRC_URI} from:"
+ einfo " ${HOMEPAGE}"
+ einfo "and move it to your DISTDIR directory."
+ einfo 'DISTDIR value is available from `emerge --info`'
+}
+
+src_unpack() {
+ tail -n +223 "${DISTDIR}"/${A} | tar -zx || die
+}
+
+src_install() {
+ insinto /opt/${PN}
+ dodoc -r doc
+ doins -r include SDK
+}
next reply other threads:[~2022-01-23 13:02 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-23 13:02 Andrew Ammerlaan [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-08-31 10:26 [gentoo-commits] proj/sci:master commit in: dev-libs/optix/ Andrew Ammerlaan
2022-01-23 13:02 Andrew Ammerlaan
2021-07-03 10:55 Andrew Ammerlaan
2021-01-30 14:49 Andrew Ammerlaan
2020-09-26 20:51 Aisha Tammy
2019-12-03 16:22 Benda XU
2019-12-01 4:37 Benda XU
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1642938429.504781317503147c49d3ea65de78b47e59993a59.andrewammerlaan@gentoo \
--to=andrewammerlaan@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox