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 8A4C7139694 for ; Thu, 27 Jul 2017 18:51:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B66331FC06F; Thu, 27 Jul 2017 18:51:16 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 996761FC06F for ; Thu, 27 Jul 2017 18:51:16 +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 698D3341811 for ; Thu, 27 Jul 2017 18:51:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DB69774C5 for ; Thu, 27 Jul 2017 18:51:13 +0000 (UTC) From: "Sebastien Fabbro" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastien Fabbro" Message-ID: <1501181441.3d15c3e9f2a8c4fa348cae77c7cbd97c74ca0566.bicatali@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/cudnn/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/cudnn/Manifest dev-libs/cudnn/cudnn-6.0.ebuild dev-libs/cudnn/metadata.xml X-VCS-Directories: dev-libs/cudnn/ X-VCS-Committer: bicatali X-VCS-Committer-Name: Sebastien Fabbro X-VCS-Revision: 3d15c3e9f2a8c4fa348cae77c7cbd97c74ca0566 X-VCS-Branch: master Date: Thu, 27 Jul 2017 18:51:13 +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-Archives-Salt: b2c90720-50fd-4c10-b54f-9960a522f87a X-Archives-Hash: ac1a8add375e6ea34d000671dccfb5e8 commit: 3d15c3e9f2a8c4fa348cae77c7cbd97c74ca0566 Author: Sébastien Fabbro gentoo org> AuthorDate: Thu Jul 27 18:50:18 2017 +0000 Commit: Sebastien Fabbro gentoo org> CommitDate: Thu Jul 27 18:50:41 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d15c3e9 dev-libs/cudnn: initial import Package-Manager: Portage-2.3.6, Repoman-2.3.3 dev-libs/cudnn/Manifest | 1 + dev-libs/cudnn/cudnn-6.0.ebuild | 25 +++++++++++++++++++++++++ dev-libs/cudnn/metadata.xml | 8 ++++++++ 3 files changed, 34 insertions(+) diff --git a/dev-libs/cudnn/Manifest b/dev-libs/cudnn/Manifest new file mode 100644 index 00000000000..9640179089a --- /dev/null +++ b/dev-libs/cudnn/Manifest @@ -0,0 +1 @@ +DIST cudnn-8.0-linux-x64-v6.0.tgz 201134139 SHA256 9b09110af48c9a4d7b6344eb4b3e344daa84987ed6177d5c44319732f3bb7f9c SHA512 ddeeacb5b449920d942a26b98c353d78fd6f7d7fb3b3ce42a078626473efdda25c7ae641232702d62eb5749e39ecfd03e88346119c920c19348ac3ee82d3ff47 WHIRLPOOL 363679f192130201e3140ec5e15ab01ce0ef1f6c4cbefca0ab8a4ebe1676489184c4d36adcc282c31cca8791ef452965d0ae87bff16859c0fee9d01de38b8d1e diff --git a/dev-libs/cudnn/cudnn-6.0.ebuild b/dev-libs/cudnn/cudnn-6.0.ebuild new file mode 100644 index 00000000000..233215c6c58 --- /dev/null +++ b/dev-libs/cudnn/cudnn-6.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +CUDA_PV=8.0 + +DESCRIPTION="NVIDIA Accelerated Deep Learning on GPU library" +HOMEPAGE="https://developer.nvidia.com/cuDNN" +SRC_URI="cudnn-${CUDA_PV}-linux-x64-v${PV}.tgz" + +SLOT="0/6" +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 * +} diff --git a/dev-libs/cudnn/metadata.xml b/dev-libs/cudnn/metadata.xml new file mode 100644 index 00000000000..8425c0d53cb --- /dev/null +++ b/dev-libs/cudnn/metadata.xml @@ -0,0 +1,8 @@ + + + + + sci@gentoo.org + Gentoo Science Project + +