From: "Patrice Clement" <monsieurp@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/cudnn/
Date: Mon, 8 Jan 2018 16:35:48 +0000 (UTC) [thread overview]
Message-ID: <1515429337.37f82da08418033a5a3c6240ae41326f7d8937f8.monsieurp@gentoo> (raw)
commit: 37f82da08418033a5a3c6240ae41326f7d8937f8
Author: Pavel Denisov <pavel.a.denisov <AT> gmail <DOT> com>
AuthorDate: Tue Dec 26 16:41:05 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Jan 8 16:35:37 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37f82da0
dev-libs/cudnn: version bump.
Closes: https://bugs.gentoo.org/641616
Closes: https://github.com/gentoo/gentoo/pull/6645
Package-Manager: Portage-2.3.19, Repoman-2.3.6
dev-libs/cudnn/Manifest | 1 +
dev-libs/cudnn/cudnn-7.0.5.ebuild | 29 +++++++++++++++++++++++++++++
2 files changed, 30 insertions(+)
diff --git a/dev-libs/cudnn/Manifest b/dev-libs/cudnn/Manifest
index 94f12de3d36..a6d00b4c87e 100644
--- a/dev-libs/cudnn/Manifest
+++ b/dev-libs/cudnn/Manifest
@@ -1 +1,2 @@
DIST cudnn-8.0-linux-x64-v6.0.tgz 201134139 BLAKE2B a7e616c671272a3a0f0c51b93646c8c60302c3dec85b71144e011bc3460d0ce80ff75d39869c05c4ef183d2d09aff31bb470a3fd3fd3d79b581a7a2d5a349279 SHA512 ddeeacb5b449920d942a26b98c353d78fd6f7d7fb3b3ce42a078626473efdda25c7ae641232702d62eb5749e39ecfd03e88346119c920c19348ac3ee82d3ff47
+DIST cudnn-9.0-linux-x64-v7.tgz 348817823 BLAKE2B 5ac2d5c6794f18e2f9de7b43d81f196391e193bc795ca89a5810a7e6f77d3f241c5f61b16a54294bedf0ee08d48c88ccfb85b552f4be76a8bb42bb76f8382d7b SHA512 63752fe8991b750794bd41d720d1ab2c94584fd9a0e297c68549d8e44cf2742f0601021ae54f5227e4865869fddb5d5b2f7445bfda2c0808b8973345337a907e
diff --git a/dev-libs/cudnn/cudnn-7.0.5.ebuild b/dev-libs/cudnn/cudnn-7.0.5.ebuild
new file mode 100644
index 00000000000..e63b0750db2
--- /dev/null
+++ b/dev-libs/cudnn/cudnn-7.0.5.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+CUDA_PV=9.0
+
+inherit versionator
+
+DESCRIPTION="NVIDIA Accelerated Deep Learning on GPU library"
+HOMEPAGE="https://developer.nvidia.com/cuDNN"
+
+MY_PV_MAJOR=$(get_major_version)
+SRC_URI="cudnn-${CUDA_PV}-linux-x64-v${MY_PV_MAJOR}.tgz"
+
+SLOT="0/7"
+KEYWORDS="~amd64 ~amd64-linux"
+RESTRICT="fetch"
+LICENSE="NVIDIA-cuDNN"
+
+S="${WORKDIR}"
+
+DEPENDS="=dev-util/nvidia-cuda-toolkit-${CUDA_PV}*"
+RDEPENDS="${DEPENDS}"
+
+src_install() {
+ insinto /opt
+ doins -r *
+}
next reply other threads:[~2018-01-09 2:01 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-01-08 16:35 Patrice Clement [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-11-19 4:48 David Seifert
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
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=1515429337.37f82da08418033a5a3c6240ae41326f7d8937f8.monsieurp@gentoo \
--to=monsieurp@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