From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 50E73138359 for ; Sat, 26 Sep 2020 20:51:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 89892E085B; Sat, 26 Sep 2020 20:51:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 70FA8E085B for ; Sat, 26 Sep 2020 20:51:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5942D340C74 for ; Sat, 26 Sep 2020 20:51:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C0F64EC for ; Sat, 26 Sep 2020 20:51:11 +0000 (UTC) From: "Aisha Tammy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aisha Tammy" Message-ID: <1601153454.056a56563c34c27a75b0079b82d5fb8fd7ae04d0.epsilon-0@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-libs/optix/ X-VCS-Repository: proj/sci X-VCS-Files: dev-libs/optix/metadata.xml dev-libs/optix/optix-7.0.0.ebuild dev-libs/optix/optix-7.1.0.ebuild X-VCS-Directories: dev-libs/optix/ X-VCS-Committer: epsilon-0 X-VCS-Committer-Name: Aisha Tammy X-VCS-Revision: 056a56563c34c27a75b0079b82d5fb8fd7ae04d0 X-VCS-Branch: master Date: Sat, 26 Sep 2020 20:51:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 15bb2ae6-2605-4ce3-955d-dd5600c83f7f X-Archives-Hash: 6c63fe50b17f16e028df556d6111d228 commit: 056a56563c34c27a75b0079b82d5fb8fd7ae04d0 Author: Aisha Tammy aisha cc> AuthorDate: Sat Sep 26 20:50:38 2020 +0000 Commit: Aisha Tammy aisha cc> CommitDate: Sat Sep 26 20:50:54 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=056a5656 dev-libs/optix: Add optix v7.{1.0,0.0} Blender utilizes optix as an alternative to CUDA to utilize the raytracing cores in the RTX series of video cards. version 7.0 has been tested with Blender 2.8.4. Closes: https://github.com/gentoo/sci/pull/972 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Richard F. Ostrow Jr warfaresdl.com> Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Aisha Tammy aisha.cc> dev-libs/optix/metadata.xml | 3 +++ dev-libs/optix/optix-7.0.0.ebuild | 37 +++++++++++++++++++++++++++++++++++++ dev-libs/optix/optix-7.1.0.ebuild | 37 +++++++++++++++++++++++++++++++++++++ 3 files changed, 77 insertions(+) diff --git a/dev-libs/optix/metadata.xml b/dev-libs/optix/metadata.xml index 7203fb853..43be4e4e4 100644 --- a/dev-libs/optix/metadata.xml +++ b/dev-libs/optix/metadata.xml @@ -4,4 +4,7 @@ heroxbd@gentoo.org + + rich@warfaresdl.com + diff --git a/dev-libs/optix/optix-7.0.0.ebuild b/dev-libs/optix/optix-7.0.0.ebuild new file mode 100644 index 000000000..c419a9cee --- /dev/null +++ b/dev-libs/optix/optix-7.0.0.ebuild @@ -0,0 +1,37 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="NVIDIA Ray Tracing Engine" +HOMEPAGE="https://developer.nvidia.com/optix" +SRC_URI="NVIDIA-OptiX-SDK-${PV}-linux64.sh" + +SLOT="0/7" +KEYWORDS="~amd64" +RESTRICT="fetch" +LICENSE="NVIDIA-r2" + +RDEPEND=" + dev-util/nvidia-cuda-toolkit + media-libs/freeglut + virtual/opengl +" +S="${WORKDIR}" + +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 +} diff --git a/dev-libs/optix/optix-7.1.0.ebuild b/dev-libs/optix/optix-7.1.0.ebuild new file mode 100644 index 000000000..afeda2b32 --- /dev/null +++ b/dev-libs/optix/optix-7.1.0.ebuild @@ -0,0 +1,37 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="NVIDIA Ray Tracing Engine" +HOMEPAGE="https://developer.nvidia.com/optix" +SRC_URI="NVIDIA-OptiX-SDK-${PV}-linux64-x86_64.sh" + +SLOT="0/7" +KEYWORDS="~amd64" +RESTRICT="fetch" +LICENSE="NVIDIA-r2" + +RDEPEND=" + dev-util/nvidia-cuda-toolkit + media-libs/freeglut + virtual/opengl +" +S="${WORKDIR}" + +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 +}