[arch-commits] Commit in cudnn/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at archlinux.org
Mon Sep 24 07:02:05 UTC 2018


    Date: Monday, September 24, 2018 @ 07:02:04
  Author: svenstaro
Revision: 384347

upgpkg: cudnn 7.3.0-1

Modified:
  cudnn/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-24 07:00:05 UTC (rev 384346)
+++ PKGBUILD	2018-09-24 07:02:04 UTC (rev 384347)
@@ -4,18 +4,20 @@
 # Contributor: Yunhui Fu <yhfdev at gmail.com>
 
 pkgname=cudnn
-pkgver=7.2.1
+pkgver=7.3.0
+_pkgver=7.3.0.29
+_cudaver=10.0
 pkgrel=1
 pkgdesc="NVIDIA CUDA Deep Neural Network library"
 arch=('x86_64')
 url="https://developer.nvidia.com/cuDNN"
 license=('proprietary')
-depends=('cuda')
+depends=('cuda>=10')
 # 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.2-linux-x64-v7.2.1.38.tgz"
+source=("${pkgname}-${pkgver}::https://developer.download.nvidia.com/compute/redist/cudnn/v${pkgver}/cudnn-${_cudaver}-linux-x64-v${_pkgver}.tgz"
         "NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf")
-sha512sums=('169c7bb522a6ac942fed7865907bb6f322639c4245f8fe2ea2d012122b44d07991f3feba72e687251b0664cdc77fdf00e68af875f1702cc508c5c8997f0a9bc0'
+sha512sums=('0c95b7080e0457afed485b351f681addd3266e60030e00ee5da45b8556309d0442f9136f6854ce638a2ca8ae74d5913e6d0e294213a831024719e651533112ed'
             '38bbb7eb287914e4d7ba79da20a47222382687832d4ba0290715199a129c08715a23681800cf8d381f40e24202470a7b20505a31c8cea51a78762a740860251b')
 
 package() {



More information about the arch-commits mailing list