Date: Sunday, August 6, 2017 @ 09:51:54 Author: svenstaro Revision: 248950
upgpkg: cudnn 7.0.1-1 Modified: cudnn/trunk/PKGBUILD ----------+ PKGBUILD | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-08-06 09:51:25 UTC (rev 248949) +++ PKGBUILD 2017-08-06 09:51:54 UTC (rev 248950) @@ -4,16 +4,18 @@ # Contributor: Yunhui Fu <[email protected]> pkgname=cudnn -pkgver=6.0.21 -pkgrel=2 +pkgver=7.0.1 +pkgrel=1 pkgdesc="NVIDIA CUDA Deep Neural Network library" arch=('x86_64') url="https://developer.nvidia.com/cuDNN" license=('proprietary') depends=('cuda') -source=("http://developer.download.nvidia.com/compute/redist/cudnn/v6.0/cudnn-8.0-linux-x64-v6.0.tgz" +# To figure out these URLs, check out the Dockerfiles at +# https://gitlab.com/nvidia/cuda/tree/centos7 for the appropriate cuda version. +source=("http://developer.download.nvidia.com/compute/redist/cudnn/v7.0.1/cudnn-8.0-linux-x64-v7.tgz" "NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf") -sha512sums=('ddeeacb5b449920d942a26b98c353d78fd6f7d7fb3b3ce42a078626473efdda25c7ae641232702d62eb5749e39ecfd03e88346119c920c19348ac3ee82d3ff47' +sha512sums=('5e25462cf63d3b257029d327dcdb9b75ceafacf56a4035d87db4e15ab9959561e22200d4a7a1e4bf3781bd56fe7a9641205fe5d73e6272b073ac81c2b04698b4' '38bbb7eb287914e4d7ba79da20a47222382687832d4ba0290715199a129c08715a23681800cf8d381f40e24202470a7b20505a31c8cea51a78762a740860251b') package() {
