public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/cudnn/
Date: Sat, 19 Nov 2022 04:48:25 +0000 (UTC)	[thread overview]
Message-ID: <1668833287.8b4b61d24e96853928b97c1743814d65b1e4130b.soap@gentoo> (raw)

commit:     8b4b61d24e96853928b97c1743814d65b1e4130b
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 19 04:48:07 2022 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Nov 19 04:48:07 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b4b61d2

dev-libs/cudnn: drop 8.3.1.22, 8.3.2.44, 8.4.1.50

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 dev-libs/cudnn/Manifest              |  3 ---
 dev-libs/cudnn/cudnn-8.3.1.22.ebuild | 29 -----------------------------
 dev-libs/cudnn/cudnn-8.3.2.44.ebuild | 29 -----------------------------
 dev-libs/cudnn/cudnn-8.4.1.50.ebuild | 31 -------------------------------
 dev-libs/cudnn/metadata.xml          |  3 ---
 5 files changed, 95 deletions(-)

diff --git a/dev-libs/cudnn/Manifest b/dev-libs/cudnn/Manifest
index 0dffe58e8c34..e40698740823 100644
--- a/dev-libs/cudnn/Manifest
+++ b/dev-libs/cudnn/Manifest
@@ -1,4 +1 @@
-DIST cudnn-linux-x86_64-8.3.1.22_cuda11.5-archive.tar.xz 856769204 BLAKE2B 375021592470b1f17d7a69701f1ac3289ceb8ddbbdacf577fa51abfdad263102d3c6cedb24ac829c49e033300532e77b6064835a8ae1e05377e375f4320c9a15 SHA512 815ef678b7510e014181f3bf782e627771e8d00d218b34f2af11436b8a49331400269f98448854353c12721468365b71a8483eb7631777f0d628982e81942a8b
-DIST cudnn-linux-x86_64-8.3.2.44_cuda11.5-archive.tar.xz 857894928 BLAKE2B 7f0f4fe4d8ccd2e7385d5c4535f4543b3d8e80f65caa5a4d5fdaa1b386a76fe16d8d9e32745a098954eda8d0b803af6146c1ffc5b46c838ea0ccecd5923984cf SHA512 4f2159e48685613b436adb3995aa80cf6d5b395c146059ccc15ef2f5f7e47c94bfeebd14b09d8832f7df76d2379829aa32edb7b69852e17a8e7036084265ed39
-DIST cudnn-linux-x86_64-8.4.1.50_cuda11.6-archive.tar.xz 850711772 BLAKE2B 47e03d7a25f92cb2e2793e7d13b6182da62329a7868a785ca2224bccfc97960721fba26e1e8a933e8d449085e895c129871bb2fd7c690265d01ad10564a1b939 SHA512 bf2069edf5c73db325d4ef27e3976169b9bd32afc49f012bd1e6f7d9bd374179dd9312538e7be7b0f8d5da0f2edd79b6788868e183f00f8b99fda185302d07c3
 DIST cudnn-linux-x86_64-8.6.0.163_cuda11-archive.tar.xz 864470696 BLAKE2B e842f5861653f2bc8509cc654e5c40436556786610fbc4ab40781cd8246d5bc94e3e3fae0b0933c947941dc0b6eacbd44d6a54702566e5aefcff56df3f884149 SHA512 15d86b8884bf7b48b4aa1022ea26f0965dd50a9911ca1e6fb89e5266181e662547ba077b2e2e9f19bd135aef9d21fb0a3348b97c7fac9059bb241657046d6d60

diff --git a/dev-libs/cudnn/cudnn-8.3.1.22.ebuild b/dev-libs/cudnn/cudnn-8.3.1.22.ebuild
deleted file mode 100644
index 167d9bc667cc..000000000000
--- a/dev-libs/cudnn/cudnn-8.3.1.22.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="NVIDIA Accelerated Deep Learning on GPU library"
-HOMEPAGE="https://developer.nvidia.com/cudnn"
-SRC_URI="cuda11-5? ( cudnn-linux-x86_64-${PV}_cuda11.5-archive.tar.xz )"
-S="${WORKDIR}/cudnn-linux-x86_64-${PV}_cuda11.5-archive"
-
-LICENSE="NVIDIA-cuDNN"
-SLOT="0/8"
-KEYWORDS="~amd64 ~amd64-linux"
-IUSE="+cuda11-5"
-REQUIRED_USE="^^ ( cuda11-5 )"
-RESTRICT="fetch"
-
-RDEPEND="
-	cuda11-5? ( =dev-util/nvidia-cuda-toolkit-11.5* )"
-
-QA_PREBUILT="*"
-
-src_install() {
-	insinto /opt/cuda/targets/x86_64-linux
-	doins -r include
-
-	insinto /opt/cuda/targets/x86_64-linux/lib
-	doins -r lib/.
-}

diff --git a/dev-libs/cudnn/cudnn-8.3.2.44.ebuild b/dev-libs/cudnn/cudnn-8.3.2.44.ebuild
deleted file mode 100644
index 167d9bc667cc..000000000000
--- a/dev-libs/cudnn/cudnn-8.3.2.44.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="NVIDIA Accelerated Deep Learning on GPU library"
-HOMEPAGE="https://developer.nvidia.com/cudnn"
-SRC_URI="cuda11-5? ( cudnn-linux-x86_64-${PV}_cuda11.5-archive.tar.xz )"
-S="${WORKDIR}/cudnn-linux-x86_64-${PV}_cuda11.5-archive"
-
-LICENSE="NVIDIA-cuDNN"
-SLOT="0/8"
-KEYWORDS="~amd64 ~amd64-linux"
-IUSE="+cuda11-5"
-REQUIRED_USE="^^ ( cuda11-5 )"
-RESTRICT="fetch"
-
-RDEPEND="
-	cuda11-5? ( =dev-util/nvidia-cuda-toolkit-11.5* )"
-
-QA_PREBUILT="*"
-
-src_install() {
-	insinto /opt/cuda/targets/x86_64-linux
-	doins -r include
-
-	insinto /opt/cuda/targets/x86_64-linux/lib
-	doins -r lib/.
-}

diff --git a/dev-libs/cudnn/cudnn-8.4.1.50.ebuild b/dev-libs/cudnn/cudnn-8.4.1.50.ebuild
deleted file mode 100644
index 1950bc260e46..000000000000
--- a/dev-libs/cudnn/cudnn-8.4.1.50.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-BASE_V="$(ver_cut 0-3)"
-# supports 11.x but URL has a specific version number
-CUDA_V="11.6"
-
-DESCRIPTION="NVIDIA Accelerated Deep Learning on GPU library"
-HOMEPAGE="https://developer.nvidia.com/cudnn"
-SRC_URI="https://developer.download.nvidia.com/compute/redist/cudnn/v${BASE_V}/local_installers/${CUDA_V}/cudnn-linux-x86_64-${PV}_cuda${CUDA_V}-archive.tar.xz"
-S="${WORKDIR}/cudnn-linux-x86_64-${PV}_cuda${CUDA_V}-archive"
-
-LICENSE="NVIDIA-cuDNN"
-SLOT="0/8"
-KEYWORDS="~amd64 ~amd64-linux"
-IUSE=""
-RESTRICT="mirror"
-
-RDEPEND="=dev-util/nvidia-cuda-toolkit-11*"
-
-QA_PREBUILT="*"
-
-src_install() {
-	insinto /opt/cuda/targets/x86_64-linux
-	doins -r include
-
-	insinto /opt/cuda/targets/x86_64-linux/lib
-	doins -r lib/.
-}

diff --git a/dev-libs/cudnn/metadata.xml b/dev-libs/cudnn/metadata.xml
index 7e420583aa25..c0cd18916a93 100644
--- a/dev-libs/cudnn/metadata.xml
+++ b/dev-libs/cudnn/metadata.xml
@@ -5,7 +5,4 @@
 		<email>sci@gentoo.org</email>
 		<name>Gentoo Science Project</name>
 	</maintainer>
-	<use>
-		<flag name="cuda11-5">On Nvidia CUDA 11.5</flag>
-	</use>
 </pkgmetadata>


             reply	other threads:[~2022-11-19  4:48 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-19  4:48 David Seifert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-09-11  8:43 [gentoo-commits] repo/gentoo:master commit in: dev-libs/cudnn/ Andrew Ammerlaan
2022-10-17  9:18 David Seifert
2022-06-26  2:45 Jason Zaman
2022-03-04 11:38 Andrew Ammerlaan
2022-01-13 11:26 Andrew Ammerlaan
2021-12-20 10:57 David Seifert
2021-11-15 17:52 Jason Zaman
2021-09-24  9:26 David Seifert
2021-09-21 16:55 David Seifert
2021-09-21 16:50 David Seifert
2021-06-20 21:56 Jason Zaman
2020-12-27 21:10 David Seifert
2020-12-25 23:42 Jason Zaman
2020-10-24  8:38 Jason Zaman
2020-07-20 13:01 Joonas Niilola
2020-07-20 13:01 Joonas Niilola
2020-02-21 21:04 David Seifert
2020-02-21  8:13 Benda XU
2019-12-02 14:50 Jason Zaman
2019-08-05  4:04 Jason Zaman
2019-06-27 19:33 Guilherme Amadio
2019-06-27 11:58 Guilherme Amadio
2019-06-24 13:28 Jason Zaman
2019-04-05 15:41 Jason Zaman
2019-01-15 23:13 Patrice Clement
2018-11-30 15:26 Jason Zaman
2018-06-26 16:53 Jason Zaman
2018-01-08 16:35 Patrice Clement
2017-12-17  3:17 Ulrich Müller
2017-07-27 18:51 Sebastien Fabbro

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=1668833287.8b4b61d24e96853928b97c1743814d65b1e4130b.soap@gentoo \
    --to=soap@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