[arch-commits] Commit in cudnn/repos/community-x86_64 (4 files)
Sven-Hendrik Haase
svenstaro at archlinux.org
Wed May 9 01:59:02 UTC 2018
Date: Wednesday, May 9, 2018 @ 01:59:01
Author: svenstaro
Revision: 319748
archrelease: copy trunk to community-x86_64
Added:
cudnn/repos/community-x86_64/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf
(from rev 319747, cudnn/trunk/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf)
cudnn/repos/community-x86_64/PKGBUILD
(from rev 319747, cudnn/trunk/PKGBUILD)
Deleted:
cudnn/repos/community-x86_64/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf
cudnn/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 66 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 33 insertions(+), 33 deletions(-)
Deleted: NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf
===================================================================
(Binary files differ)
Copied: cudnn/repos/community-x86_64/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf (from rev 319747, cudnn/trunk/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf)
===================================================================
(Binary files differ)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-05-09 01:58:49 UTC (rev 319747)
+++ PKGBUILD 2018-05-09 01:59:01 UTC (rev 319748)
@@ -1,33 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: Adria Arrufat <adria.arrufat AT protonmail+aur DOT com>
-# Contributor: Sami B. <spidermario at free.fr>
-# Contributor: Yunhui Fu <yhfdev at gmail.com>
-
-pkgname=cudnn
-pkgver=7.1.2
-pkgrel=1
-pkgdesc="NVIDIA CUDA Deep Neural Network library"
-arch=('x86_64')
-url="https://developer.nvidia.com/cuDNN"
-license=('proprietary')
-depends=('cuda')
-# To figure out these URLs, check out the Dockerfiles at
-# https://gitlab.com/nvidia/cuda/tree/centos7 for the appropriate cuda version.
-source=("${pkgname}-${pkgver}::https://developer.download.nvidia.com/compute/redist/cudnn/v${pkgver}/cudnn-9.1-linux-x64-v7.1.tgz"
- "NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf")
-sha512sums=('cc089b0ab5990ef3b422daddec5477cbb59332603149eb86d47c3e794ad066f92b6c959e046eb9cc3c5b5d667cb9d4c11b0e105c5bce7b3d6e03469c1a050143'
- '38bbb7eb287914e4d7ba79da20a47222382687832d4ba0290715199a129c08715a23681800cf8d381f40e24202470a7b20505a31c8cea51a78762a740860251b')
-
-package() {
- mkdir -p "${pkgdir}/opt"
- mkdir -p "${pkgdir}/etc"
-
- cp -r cuda "${pkgdir}/opt"
-
- install -d ${pkgdir}/etc/ld.so.conf.d
- echo "/opt/cuda/lib64/" > ${pkgdir}/etc/ld.so.conf.d/cudnn.conf
-
- install -Dm644 ${srcdir}/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf ${pkgdir}/usr/share/licenses/${pkgname}/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf
-}
-
-# vim: ft=sh syn=sh et
Copied: cudnn/repos/community-x86_64/PKGBUILD (from rev 319747, cudnn/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-05-09 01:59:01 UTC (rev 319748)
@@ -0,0 +1,33 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Adria Arrufat <adria.arrufat AT protonmail+aur DOT com>
+# Contributor: Sami B. <spidermario at free.fr>
+# Contributor: Yunhui Fu <yhfdev at gmail.com>
+
+pkgname=cudnn
+pkgver=7.1.3
+pkgrel=1
+pkgdesc="NVIDIA CUDA Deep Neural Network library"
+arch=('x86_64')
+url="https://developer.nvidia.com/cuDNN"
+license=('proprietary')
+depends=('cuda')
+# To figure out these URLs, check out the Dockerfiles at
+# https://gitlab.com/nvidia/cuda/tree/centos7 for the appropriate cuda version.
+source=("${pkgname}-${pkgver}::https://developer.download.nvidia.com/compute/redist/cudnn/v${pkgver}/cudnn-9.1-linux-x64-v7.1.tgz"
+ "NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf")
+sha512sums=('e2f03b416019a230f0ba98362e17e9021d6cecbd49e86ceced59ab82b7e70e44e65ed9e51358ee0c6c06d6878169a34ff5aa7c43896ca430ccd1324391d8c56d'
+ '38bbb7eb287914e4d7ba79da20a47222382687832d4ba0290715199a129c08715a23681800cf8d381f40e24202470a7b20505a31c8cea51a78762a740860251b')
+
+package() {
+ mkdir -p "${pkgdir}/opt"
+ mkdir -p "${pkgdir}/etc"
+
+ cp -r cuda "${pkgdir}/opt"
+
+ install -d ${pkgdir}/etc/ld.so.conf.d
+ echo "/opt/cuda/lib64/" > ${pkgdir}/etc/ld.so.conf.d/cudnn.conf
+
+ install -Dm644 ${srcdir}/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf ${pkgdir}/usr/share/licenses/${pkgname}/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf
+}
+
+# vim: ft=sh syn=sh et
More information about the arch-commits
mailing list