[arch-commits] Commit in cudnn/repos/community-x86_64 (4 files)

2020-11-10 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, November 11, 2020 @ 02:08:20
  Author: svenstaro
Revision: 749941

archrelease: copy trunk to community-x86_64

Added:
  cudnn/repos/community-x86_64/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf
(from rev 749940, cudnn/trunk/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf)
  cudnn/repos/community-x86_64/PKGBUILD
(from rev 749940, cudnn/trunk/PKGBUILD)
Deleted:
  cudnn/repos/community-x86_64/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf
  cudnn/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   80 ++---
 1 file changed, 40 insertions(+), 40 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 749940, cudnn/trunk/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf)
===
(Binary files differ)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-11 02:08:04 UTC (rev 749940)
+++ PKGBUILD2020-11-11 02:08:20 UTC (rev 749941)
@@ -1,40 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Adria Arrufat 
-# Contributor: Sami B. 
-# Contributor: Yunhui Fu 
-
-pkgname=cudnn
-pkgver=8.0.4.30
-_pkgver=8.0.4
-_cudaver=11.1
-_majorver=8
-pkgrel=1
-pkgdesc="NVIDIA CUDA Deep Neural Network library"
-arch=('x86_64')
-url="https://developer.nvidia.com/cuDNN;
-license=('custom')
-depends=('cuda>=11')
-# To figure out these URLs, check out the Dockerfiles at
-# https://gitlab.com/nvidia/container-images/cuda/-/tree/master/dist for the 
appropriate cuda version
-# or make an NVIDIA Developer account.
-# Alternatively, check 
https://github.com/pytorch/builder/blob/master/common/install_cuda.sh
-source=("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=('57615fef93f0897ede6d65da255a61f2e84d25ef46cd85c5f65558ba4bd8fee6f1ff06a4b0ecf20d0ff92bfd019a3068c719cdcd0de0eb2d16b18caee4aae610'
-
'38bbb7eb287914e4d7ba79da20a47222382687832d4ba0290715199a129c08715a23681800cf8d381f40e24202470a7b20505a31c8cea51a78762a740860251b')
-noextract=("cudnn-${_cudaver}-linux-x64-v${pkgver}.tgz")
-
-package() {
-  mkdir -p "${pkgdir}"/usr/share/licenses/
-  tar xf cudnn-${_cudaver}-linux-x64-v${pkgver}.tgz --strip-components 1 -C 
"${pkgdir}/usr"
-
-  mv "${pkgdir}"/usr/lib64 "${pkgdir}"/usr/lib
-
-  install -Dm644 \
-  "${srcdir}"/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf \
-  
"${pkgdir}"/usr/share/licenses/${pkgname}/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf
-
-  mv "${pkgdir}"/usr/NVIDIA_SLA_cuDNN_Support.txt 
"${pkgdir}"/usr/share/licenses/${pkgname}/NVIDIA_SLA_cuDNN_Support.txt
-}
-
-# vim: ts=2 sw=2 ft=sh syn=sh et

Copied: cudnn/repos/community-x86_64/PKGBUILD (from rev 749940, 
cudnn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-11 02:08:20 UTC (rev 749941)
@@ -0,0 +1,40 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Adria Arrufat 
+# Contributor: Sami B. 
+# Contributor: Yunhui Fu 
+
+pkgname=cudnn
+pkgver=8.0.5.39
+_pkgver=8.0.5
+_cudaver=11.1
+_majorver=8
+pkgrel=1
+pkgdesc="NVIDIA CUDA Deep Neural Network library"
+arch=('x86_64')
+url="https://developer.nvidia.com/cuDNN;
+license=('custom')
+depends=('cuda>=11')
+# To figure out these URLs, check out the Dockerfiles at
+# https://gitlab.com/nvidia/container-images/cuda/-/tree/master/dist for the 
appropriate cuda version
+# or make an NVIDIA Developer account.
+# Alternatively, check 
https://github.com/pytorch/builder/blob/master/common/install_cuda.sh
+source=("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=('f704df22336376a9053a7c1f22e650beab61c6829325e0c221416f38a867180a65f9aca7a6f14f5a61c0b450d24a1dff27df47d996d3d26ff1c300b9bedaacc6'
+
'38bbb7eb287914e4d7ba79da20a47222382687832d4ba0290715199a129c08715a23681800cf8d381f40e24202470a7b20505a31c8cea51a78762a740860251b')
+noextract=("cudnn-${_cudaver}-linux-x64-v${pkgver}.tgz")
+
+package() {
+  mkdir -p "${pkgdir}"/usr/share/licenses/
+  tar xf cudnn-${_cudaver}-linux-x64-v${pkgver}.tgz --strip-components 1 -C 
"${pkgdir}/usr"
+
+  mv "${pkgdir}"/usr/lib64 "${pkgdir}"/usr/lib
+
+  install -Dm644 \
+  "${srcdir}"/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf \
+  
"${pkgdir}"/usr/share/licenses/${pkgname}/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf
+
+  mv "${pkgdir}"/usr/NVIDIA_SLA_cuDNN_Support.txt 
"${pkgdir}"/usr/share/licenses/${pkgname}/NVIDIA_SLA_cuDNN_Support.txt
+}
+
+# vim: ts=2 sw=2 ft=sh syn=sh et


[arch-commits] Commit in cudnn/repos/community-x86_64 (4 files)

2020-08-14 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, August 14, 2020 @ 18:15:25
  Author: svenstaro
Revision: 679256

archrelease: copy trunk to community-x86_64

Added:
  cudnn/repos/community-x86_64/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf
(from rev 679255, cudnn/trunk/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf)
  cudnn/repos/community-x86_64/PKGBUILD
(from rev 679255, cudnn/trunk/PKGBUILD)
Deleted:
  cudnn/repos/community-x86_64/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf
  cudnn/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  126 ++---
 1 file changed, 63 insertions(+), 63 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 679255, cudnn/trunk/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf)
===
(Binary files differ)

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-14 18:15:09 UTC (rev 679255)
+++ PKGBUILD2020-08-14 18:15:25 UTC (rev 679256)
@@ -1,63 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Adria Arrufat 
-# Contributor: Sami B. 
-# Contributor: Yunhui Fu 
-
-pkgname=cudnn
-pkgver=8.0.0.180
-_cudaver=11.0
-_majorver=8
-pkgrel=2
-pkgdesc="NVIDIA CUDA Deep Neural Network library"
-arch=('x86_64')
-url="https://developer.nvidia.com/cuDNN;
-license=('custom')
-depends=('cuda>=11')
-# To figure out these URLs, check out the Dockerfiles at
-# https://gitlab.com/nvidia/container-images/cuda/-/tree/master/dist for the 
appropriate cuda version
-# or make an NVIDIA Developer account.
-source=("https://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1804/x86_64/libcudnn${_majorver}-dev_${pkgver}-1+cuda${_cudaver}_amd64.deb;
-
"https://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1804/x86_64/libcudnn${_majorver}_${pkgver}-1+cuda${_cudaver}_amd64.deb;
-"NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf")
-sha512sums=('62f456ac988f50d8369863884fd767d1b79867d2bb1a9f644a4a19bcb76a2280b809d3d54aec0118f4bf1e4380d7b31c0298a8e598054d6938e22d6d977f385f'
-
'30344d77e624bf927bd07973bcd240cf523477ad30b7139d8a84a8d415e1d2475885013977c5f9dfb840504a7bdaa19da9890061fadbd0c73b1b58b387169d03'
-
'38bbb7eb287914e4d7ba79da20a47222382687832d4ba0290715199a129c08715a23681800cf8d381f40e24202470a7b20505a31c8cea51a78762a740860251b')
-noextract=("libcudnn7-dev_${pkgver}-1+cuda${_cudaver}_amd64.deb"
-   "libcudnn7_${pkgver}-1+cuda${_cudaver}_amd64.deb")
-
-package() {
-  mkdir -p "${pkgdir}"/usr/{lib,include}
-
-  mkdir libcudnn${_majorver}-dev
-  cd libcudnn${_majorver}-dev
-  ar xv 
"${srcdir}"/libcudnn${_majorver}-dev_${pkgver}-1+cuda${_cudaver}_amd64.deb
-  tar xf data.tar.xz
-  cp -a usr/include/x86_64-linux-gnu/* "${pkgdir}"/usr/include/
-  cp -a usr/lib/x86_64-linux-gnu/* "${pkgdir}"/usr/lib/
-
-  mkdir libcudnn${_majorver}
-  cd libcudnn${_majorver}
-  ar xv "${srcdir}"/libcudnn${_majorver}_${pkgver}-1+cuda${_cudaver}_amd64.deb
-  tar xf data.tar.xz
-  cp -a usr/lib/x86_64-linux-gnu/* "${pkgdir}"/usr/lib/
-
-  # Get rid of some Ubuntu-isms but at the same time still allow for them to
-  # work because nobody is ever quite sure what the right names are.
-  ln -s cudnn_v${_majorver}.h "${pkgdir}"/usr/include/cudnn.h
-  ln -s cudnn_adv_infer_v${_majorver}.h 
"${pkgdir}"/usr/include/cudnn_adv_infer.h
-  ln -s cudnn_adv_train_v${_majorver}.h 
"${pkgdir}"/usr/include/cudnn_adv_train.h
-  ln -s cudnn_backend_v${_majorver}.h "${pkgdir}"/usr/include/cudnn_backend.h
-  ln -s cudnn_cnn_infer_v${_majorver}.h 
"${pkgdir}"/usr/include/cudnn_cnn_infer.h
-  ln -s cudnn_cnn_train_v${_majorver}.h 
"${pkgdir}"/usr/include/cudnn_cnn_train.h
-  ln -s cudnn_ops_infer_v${_majorver}.h 
"${pkgdir}"/usr/include/cudnn_ops_infer.h
-  ln -s cudnn_ops_train_v${_majorver}.h 
"${pkgdir}"/usr/include/cudnn_ops_train.h
-  ln -s cudnn_version_v${_majorver}.h "${pkgdir}"/usr/include/cudnn_version.h
-  ln -s libcudnn.so.${_majorver} "${pkgdir}"/usr/lib/libcudnn.so
-  ln -s libcudnn_static_v${_majorver}.a "${pkgdir}"/usr/lib/libcudnn_static.a
-
-  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 679255, 
cudnn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-14 18:15:25 UTC (rev 679256)
@@ -0,0 +1,63 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Adria Arrufat 
+# Contributor: Sami B. 
+# Contributor: Yunhui Fu 
+
+pkgname=cudnn
+pkgver=8.0.2.39
+_cudaver=11.0
+_majorver=8
+pkgrel=2
+pkgdesc="NVIDIA CUDA 

[arch-commits] Commit in cudnn/repos/community-x86_64 (4 files)

2020-03-18 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, March 18, 2020 @ 11:21:53
  Author: svenstaro
Revision: 600527

archrelease: copy trunk to community-x86_64

Added:
  cudnn/repos/community-x86_64/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf
(from rev 600526, cudnn/trunk/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf)
  cudnn/repos/community-x86_64/PKGBUILD
(from rev 600526, cudnn/trunk/PKGBUILD)
Deleted:
  cudnn/repos/community-x86_64/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf
  cudnn/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  106 ++---
 1 file changed, 53 insertions(+), 53 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 600526, cudnn/trunk/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf)
===
(Binary files differ)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-18 11:21:37 UTC (rev 600526)
+++ PKGBUILD2020-03-18 11:21:53 UTC (rev 600527)
@@ -1,53 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Adria Arrufat 
-# Contributor: Sami B. 
-# Contributor: Yunhui Fu 
-
-pkgname=cudnn
-pkgver=7.6.5.32
-_cudaver=10.1
-pkgrel=3
-pkgdesc="NVIDIA CUDA Deep Neural Network library"
-arch=('x86_64')
-url="https://developer.nvidia.com/cuDNN;
-license=('custom')
-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=("https://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1804/x86_64/libcudnn7-dev_${pkgver}-1+cuda${_cudaver}_amd64.deb;
-
"https://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1804/x86_64/libcudnn7_${pkgver}-1+cuda${_cudaver}_amd64.deb;
-"NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf")
-sha512sums=('ef6e96902bdeaf99615f4d5b9e93c3d5627dac239f465a17c58175964131d5c56ff3469000ce40e7f6412d083a075ede0d9cdb447761df6980c88a61bfe571ce'
-
'eef97e540946907f3b6f3c4e600b39e4c8e7578bb41210442a0e6a7d43c5f2002e192690abd311c4088af57b28247f305b1906ee8754780ad562c1c31c045b1d'
-
'38bbb7eb287914e4d7ba79da20a47222382687832d4ba0290715199a129c08715a23681800cf8d381f40e24202470a7b20505a31c8cea51a78762a740860251b')
-noextract=("libcudnn7-dev_${pkgver}-1+cuda${_cudaver}_amd64.deb"
-   "libcudnn7_${pkgver}-1+cuda${_cudaver}_amd64.deb")
-
-package() {
-  mkdir -p "${pkgdir}"/usr/{lib,include}
-
-  mkdir libcudnn7-dev
-  cd libcudnn7-dev
-  ar xv "${srcdir}"/libcudnn7-dev_${pkgver}-1+cuda${_cudaver}_amd64.deb
-  tar xf data.tar.xz
-  cp -a usr/include/x86_64-linux-gnu/* "${pkgdir}"/usr/include/
-  cp -a usr/lib/x86_64-linux-gnu/* "${pkgdir}"/usr/lib/
-
-  mkdir libcudnn7
-  cd libcudnn7
-  ar xv "${srcdir}"/libcudnn7_${pkgver}-1+cuda${_cudaver}_amd64.deb
-  tar xf data.tar.xz
-  cp -a usr/lib/x86_64-linux-gnu/* "${pkgdir}"/usr/lib/
-
-  # Get rid of some Ubuntu-isms but at the same time still allow for them to
-  # work because nobody is ever quite sure what the right names are.
-  ln -s cudnn_v7.h "${pkgdir}"/usr/include/cudnn.h
-  ln -s libcudnn.so.7 "${pkgdir}"/usr/lib/libcudnn.so
-  ln -s libcudnn_static_v7.a "${pkgdir}"/usr/lib/libcudnn_static.a
-
-  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 600526, 
cudnn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-18 11:21:53 UTC (rev 600527)
@@ -0,0 +1,53 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Adria Arrufat 
+# Contributor: Sami B. 
+# Contributor: Yunhui Fu 
+
+pkgname=cudnn
+pkgver=7.6.5.32
+_cudaver=10.2
+pkgrel=4
+pkgdesc="NVIDIA CUDA Deep Neural Network library"
+arch=('x86_64')
+url="https://developer.nvidia.com/cuDNN;
+license=('custom')
+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=("https://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1804/x86_64/libcudnn7-dev_${pkgver}-1+cuda${_cudaver}_amd64.deb;
+
"https://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1804/x86_64/libcudnn7_${pkgver}-1+cuda${_cudaver}_amd64.deb;
+"NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf")
+sha512sums=('948b1bd93df47e7309450cee91673a7abc48aa009e6a75029880fd2601f9b9a089e8122e87654a1fd6d3dfe93997636089fe3295fa9a6f5b10bb78897e9de822'
+

[arch-commits] Commit in cudnn/repos/community-x86_64 (4 files)

2020-01-02 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, January 2, 2020 @ 09:03:57
  Author: svenstaro
Revision: 546024

archrelease: copy trunk to community-x86_64

Added:
  cudnn/repos/community-x86_64/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf
(from rev 546023, cudnn/trunk/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf)
  cudnn/repos/community-x86_64/PKGBUILD
(from rev 546023, cudnn/trunk/PKGBUILD)
Deleted:
  cudnn/repos/community-x86_64/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf
  cudnn/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  106 ++---
 1 file changed, 53 insertions(+), 53 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 546023, cudnn/trunk/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf)
===
(Binary files differ)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-02 09:03:49 UTC (rev 546023)
+++ PKGBUILD2020-01-02 09:03:57 UTC (rev 546024)
@@ -1,53 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Adria Arrufat 
-# Contributor: Sami B. 
-# Contributor: Yunhui Fu 
-
-pkgname=cudnn
-pkgver=7.6.5.32
-_cudaver=10.1
-pkgrel=2
-pkgdesc="NVIDIA CUDA Deep Neural Network library"
-arch=('x86_64')
-url="https://developer.nvidia.com/cuDNN;
-license=('custom')
-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=("https://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1804/x86_64/libcudnn7-dev_${pkgver}-1+cuda${_cudaver}_amd64.deb;
-
"https://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1804/x86_64/libcudnn7_${pkgver}-1+cuda${_cudaver}_amd64.deb;
-"NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf")
-sha512sums=('ef6e96902bdeaf99615f4d5b9e93c3d5627dac239f465a17c58175964131d5c56ff3469000ce40e7f6412d083a075ede0d9cdb447761df6980c88a61bfe571ce'
-
'eef97e540946907f3b6f3c4e600b39e4c8e7578bb41210442a0e6a7d43c5f2002e192690abd311c4088af57b28247f305b1906ee8754780ad562c1c31c045b1d'
-
'38bbb7eb287914e4d7ba79da20a47222382687832d4ba0290715199a129c08715a23681800cf8d381f40e24202470a7b20505a31c8cea51a78762a740860251b')
-noextract=("libcudnn7-dev_${pkgver}-1+cuda${_cudaver}_amd64.deb"
-   "libcudnn7_${pkgver}-1+cuda${_cudaver}_amd64.deb")
-
-package() {
-  mkdir -p "${pkgdir}"/usr/{lib,include}
-
-  mkdir libcudnn7-dev
-  cd libcudnn7-dev
-  ar xv "${srcdir}"/libcudnn7-dev_${pkgver}-1+cuda${_cudaver}_amd64.deb
-  tar xf data.tar.xz
-  cp -a usr/include/x86_64-linux-gnu/* "${pkgdir}"/usr/include/
-  cp -a usr/lib/x86_64-linux-gnu/* "${pkgdir}"/usr/lib/
-
-  mkdir libcudnn7
-  cd libcudnn7
-  ar xv "${srcdir}"/libcudnn7_${pkgver}-1+cuda${_cudaver}_amd64.deb
-  tar xf data.tar.xz
-  cp -a usr/lib/x86_64-linux-gnu/* "${pkgdir}"/usr/lib/
-
-  # Get rid of some Ubuntu-isms but at the same time still allow for them to
-  # work because nobody is ever quite sure what the right names are.
-  ln -s cudnn_v7.h "${pkgdir}"/usr/include/cudnn.h
-  ln -s libcudnn.so.7 "${pkgdir}"/usr/lib/libcudnn.so
-  ln -s libcudnn_static_v7.a "${pkgdir}"/usr/lib/libcudnn_static.a
-
-  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 546023, 
cudnn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-02 09:03:57 UTC (rev 546024)
@@ -0,0 +1,53 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Adria Arrufat 
+# Contributor: Sami B. 
+# Contributor: Yunhui Fu 
+
+pkgname=cudnn
+pkgver=7.6.5.32
+_cudaver=10.1
+pkgrel=3
+pkgdesc="NVIDIA CUDA Deep Neural Network library"
+arch=('x86_64')
+url="https://developer.nvidia.com/cuDNN;
+license=('custom')
+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=("https://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1804/x86_64/libcudnn7-dev_${pkgver}-1+cuda${_cudaver}_amd64.deb;
+
"https://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1804/x86_64/libcudnn7_${pkgver}-1+cuda${_cudaver}_amd64.deb;
+"NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf")
+sha512sums=('ef6e96902bdeaf99615f4d5b9e93c3d5627dac239f465a17c58175964131d5c56ff3469000ce40e7f6412d083a075ede0d9cdb447761df6980c88a61bfe571ce'
+

[arch-commits] Commit in cudnn/repos/community-x86_64 (4 files)

2019-08-14 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, August 14, 2019 @ 13:59:04
  Author: svenstaro
Revision: 499204

archrelease: copy trunk to community-x86_64

Added:
  cudnn/repos/community-x86_64/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf
(from rev 499203, cudnn/trunk/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf)
  cudnn/repos/community-x86_64/PKGBUILD
(from rev 499203, cudnn/trunk/PKGBUILD)
Deleted:
  cudnn/repos/community-x86_64/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf
  cudnn/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  106 ++---
 1 file changed, 53 insertions(+), 53 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 499203, cudnn/trunk/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf)
===
(Binary files differ)

Deleted: PKGBUILD
===
--- PKGBUILD2019-08-14 13:58:55 UTC (rev 499203)
+++ PKGBUILD2019-08-14 13:59:04 UTC (rev 499204)
@@ -1,53 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Adria Arrufat 
-# Contributor: Sami B. 
-# Contributor: Yunhui Fu 
-
-pkgname=cudnn
-pkgver=7.6.1.34
-_cudaver=10.1
-pkgrel=1
-pkgdesc="NVIDIA CUDA Deep Neural Network library"
-arch=('x86_64')
-url="https://developer.nvidia.com/cuDNN;
-license=('custom')
-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=("https://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1804/x86_64/libcudnn7-dev_${pkgver}-1+cuda${_cudaver}_amd64.deb;
-
"https://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1804/x86_64/libcudnn7_${pkgver}-1+cuda${_cudaver}_amd64.deb;
-"NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf")
-sha512sums=('836cb5e493312e6fa5349db2ae66658dfc38fa3ee5bd328a20cbe18e9b8c6c60e81d6fe6a284669fddfaef4903eddb1c31126c5f04d0cdf73cb8c1549fd4'
-
'0767256aa9bda01718b021cc472d4945bb174aec4e37de9090a2f7cb64e26152b998b1ca6a9eaf2c5b019890cbaf278dbdee9eba9cae6009662e9b9b3904b54b'
-
'38bbb7eb287914e4d7ba79da20a47222382687832d4ba0290715199a129c08715a23681800cf8d381f40e24202470a7b20505a31c8cea51a78762a740860251b')
-noextract=("libcudnn7-dev_${pkgver}-1+cuda${_cudaver}_amd64.deb"
-   "libcudnn7_${pkgver}-1+cuda${_cudaver}_amd64.deb")
-
-package() {
-  mkdir -p "${pkgdir}"/usr/{lib,include}
-
-  mkdir libcudnn7-dev
-  cd libcudnn7-dev
-  ar xv "${srcdir}"/libcudnn7-dev_${pkgver}-1+cuda${_cudaver}_amd64.deb
-  tar xf data.tar.xz
-  cp -a usr/include/x86_64-linux-gnu/* "${pkgdir}"/usr/include/
-  cp -a usr/lib/x86_64-linux-gnu/* "${pkgdir}"/usr/lib/
-
-  mkdir libcudnn7
-  cd libcudnn7
-  ar xv "${srcdir}"/libcudnn7_${pkgver}-1+cuda${_cudaver}_amd64.deb
-  tar xf data.tar.xz
-  cp -a usr/lib/x86_64-linux-gnu/* "${pkgdir}"/usr/lib/
-
-  # Get rid of some Ubuntu-isms but at the same time still allow for them to
-  # work because nobody is ever quite sure what the right names are.
-  ln -s cudnn_v7.h "${pkgdir}"/usr/include/cudnn.h
-  ln -s libcudnn.so.7 "${pkgdir}"/usr/lib/libcudnn.so
-  ln -s libcudnn_static_v7.a "${pkgdir}"/usr/lib/libcudnn_static.a
-
-  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 499203, 
cudnn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-08-14 13:59:04 UTC (rev 499204)
@@ -0,0 +1,53 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Adria Arrufat 
+# Contributor: Sami B. 
+# Contributor: Yunhui Fu 
+
+pkgname=cudnn
+pkgver=7.6.2.24
+_cudaver=10.1
+pkgrel=1
+pkgdesc="NVIDIA CUDA Deep Neural Network library"
+arch=('x86_64')
+url="https://developer.nvidia.com/cuDNN;
+license=('custom')
+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=("https://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1804/x86_64/libcudnn7-dev_${pkgver}-1+cuda${_cudaver}_amd64.deb;
+
"https://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1804/x86_64/libcudnn7_${pkgver}-1+cuda${_cudaver}_amd64.deb;
+"NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf")
+sha512sums=('6995ea7a077c111feeeb6c103f3e85928a1739bba2876c3ade94ceaee516ea5aa0aa0a581a786c8da77efdb5ba9b583366be1a4ba846fc49e55efb5f900b5707'
+

[arch-commits] Commit in cudnn/repos/community-x86_64 (4 files)

2019-06-03 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, June 3, 2019 @ 14:35:15
  Author: svenstaro
Revision: 476733

archrelease: copy trunk to community-x86_64

Added:
  cudnn/repos/community-x86_64/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf
(from rev 476732, cudnn/trunk/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf)
  cudnn/repos/community-x86_64/PKGBUILD
(from rev 476732, cudnn/trunk/PKGBUILD)
Deleted:
  cudnn/repos/community-x86_64/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf
  cudnn/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  106 ++---
 1 file changed, 53 insertions(+), 53 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 476732, cudnn/trunk/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf)
===
(Binary files differ)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-03 14:35:02 UTC (rev 476732)
+++ PKGBUILD2019-06-03 14:35:15 UTC (rev 476733)
@@ -1,53 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Adria Arrufat 
-# Contributor: Sami B. 
-# Contributor: Yunhui Fu 
-
-pkgname=cudnn
-pkgver=7.5.1.10
-_cudaver=10.1
-pkgrel=1
-pkgdesc="NVIDIA CUDA Deep Neural Network library"
-arch=('x86_64')
-url="https://developer.nvidia.com/cuDNN;
-license=('custom')
-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=("https://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1804/x86_64/libcudnn7-dev_${pkgver}-1+cuda${_cudaver}_amd64.deb;
-
"https://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1804/x86_64/libcudnn7_${pkgver}-1+cuda${_cudaver}_amd64.deb;
-"NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf")
-sha512sums=('506bb47a3ec3e667bf781dff4dfc4c1279269e17f6f9dd573f795656ed3a31db6c1188f7c57044b10d4caf14cba1a51fca8d5090e174012f9dcb2fb6babc702a'
-
'03407d484126a6ed0698fde41b6594faa6410133e6369e9a056d70376693ce2fa6a11b834d7683bc27d894cad33d33840b325bec1fc7df820edf9d6dbfbb1958'
-
'38bbb7eb287914e4d7ba79da20a47222382687832d4ba0290715199a129c08715a23681800cf8d381f40e24202470a7b20505a31c8cea51a78762a740860251b')
-noextract=("libcudnn7-dev_${pkgver}-1+cuda${_cudaver}_amd64.deb"
-   "libcudnn7_${pkgver}-1+cuda${_cudaver}_amd64.deb")
-
-package() {
-  mkdir -p "${pkgdir}"/usr/{lib,include}
-
-  mkdir libcudnn7-dev
-  cd libcudnn7-dev
-  ar xv "${srcdir}"/libcudnn7-dev_${pkgver}-1+cuda${_cudaver}_amd64.deb
-  tar xf data.tar.xz
-  cp -a usr/include/x86_64-linux-gnu/* "${pkgdir}"/usr/include/
-  cp -a usr/lib/x86_64-linux-gnu/* "${pkgdir}"/usr/lib/
-
-  mkdir libcudnn7
-  cd libcudnn7
-  ar xv "${srcdir}"/libcudnn7_${pkgver}-1+cuda${_cudaver}_amd64.deb
-  tar xf data.tar.xz
-  cp -a usr/lib/x86_64-linux-gnu/* "${pkgdir}"/usr/lib/
-
-  # Get rid of some Ubuntu-isms but at the same time still allow for them to
-  # work because nobody is ever quite sure what the right names are.
-  ln -s cudnn_v7.h "${pkgdir}"/usr/include/cudnn.h
-  ln -s libcudnn.so.7 "${pkgdir}"/usr/lib/libcudnn.so
-  ln -s libcudnn_static_v7.a "${pkgdir}"/usr/lib/libcudnn_static.a
-
-  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 476732, 
cudnn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-03 14:35:15 UTC (rev 476733)
@@ -0,0 +1,53 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Adria Arrufat 
+# Contributor: Sami B. 
+# Contributor: Yunhui Fu 
+
+pkgname=cudnn
+pkgver=7.6.0.64
+_cudaver=10.1
+pkgrel=1
+pkgdesc="NVIDIA CUDA Deep Neural Network library"
+arch=('x86_64')
+url="https://developer.nvidia.com/cuDNN;
+license=('custom')
+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=("https://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1804/x86_64/libcudnn7-dev_${pkgver}-1+cuda${_cudaver}_amd64.deb;
+
"https://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1804/x86_64/libcudnn7_${pkgver}-1+cuda${_cudaver}_amd64.deb;
+"NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf")
+sha512sums=('56252ef17c40e80cbcced58fe451ade7b3f8ea8b825a76eff5f099ec279e3f3bca5eb5e56702e4f928085371bd2bd81f3740336d99d0863c1c578cb38ef7c35b'
+

[arch-commits] Commit in cudnn/repos/community-x86_64 (4 files)

2019-04-29 Thread Konstantin Gizdov via arch-commits
Date: Monday, April 29, 2019 @ 15:52:30
  Author: kgizdov
Revision: 456287

archrelease: copy trunk to community-x86_64

Added:
  cudnn/repos/community-x86_64/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf
(from rev 456286, cudnn/trunk/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf)
  cudnn/repos/community-x86_64/PKGBUILD
(from rev 456286, cudnn/trunk/PKGBUILD)
Deleted:
  cudnn/repos/community-x86_64/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf
  cudnn/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  105 ++---
 1 file changed, 53 insertions(+), 52 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 456286, cudnn/trunk/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf)
===
(Binary files differ)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-29 15:51:50 UTC (rev 456286)
+++ PKGBUILD2019-04-29 15:52:30 UTC (rev 456287)
@@ -1,52 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Adria Arrufat 
-# Contributor: Sami B. 
-# Contributor: Yunhui Fu 
-
-pkgname=cudnn
-pkgver=7.5.0.56
-_cudaver=10
-pkgrel=1
-pkgdesc="NVIDIA CUDA Deep Neural Network library"
-arch=('x86_64')
-url="https://developer.nvidia.com/cuDNN;
-license=('custom')
-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=("https://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1804/x86_64/libcudnn7-dev_${pkgver}-1+cuda${_cudaver}.0_amd64.deb;
-
"https://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1804/x86_64/libcudnn7_${pkgver}-1+cuda${_cudaver}.0_amd64.deb;
-"NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf")
-sha512sums=('febf1d6ceed4b4c3151b9d107943ca400ae8d15d0c3d70cd32fa6b56167839eed757514c820fc2d6dca9807e1ae2caac49394a0f1536a8a8b1a51e35fca941dd'
-
'67f3ac075a710d05ead5bb7c3a8ea5032eb75891119fab1b838a765ef7d97c2282f4c4724fd96a8f555c29122d68b7482e56e4bf1988338f8b7ae76b8c981c66'
-
'38bbb7eb287914e4d7ba79da20a47222382687832d4ba0290715199a129c08715a23681800cf8d381f40e24202470a7b20505a31c8cea51a78762a740860251b')
-noextract=("libcudnn7-dev_${pkgver}-1+cuda${_cudaver}.0_amd64.deb"
-   "libcudnn7_${pkgver}-1+cuda${_cudaver}.0_amd64.deb")
-
-package() {
-  mkdir -p "${pkgdir}"/usr/{lib,include}
-
-  mkdir libcudnn7-dev
-  cd libcudnn7-dev
-  ar xv "${srcdir}"/libcudnn7-dev_${pkgver}-1+cuda${_cudaver}.0_amd64.deb
-  tar xf data.tar.xz
-  cp -a usr/include/x86_64-linux-gnu/* "${pkgdir}"/usr/include/
-  cp -a usr/lib/x86_64-linux-gnu/* "${pkgdir}"/usr/lib/
-
-  mkdir libcudnn7
-  cd libcudnn7
-  ar xv "${srcdir}"/libcudnn7_${pkgver}-1+cuda${_cudaver}.0_amd64.deb
-  tar xf data.tar.xz
-  cp -a usr/lib/x86_64-linux-gnu/* "${pkgdir}"/usr/lib/
-
-  # Get rid of some Ubuntu-isms but at the same time still allow for them to
-  # work because nobody is ever quite sure what the right names are.
-  ln -s cudnn_v7.h "${pkgdir}"/usr/include/cudnn.h
-  ln -s libcudnn.so.7 "${pkgdir}"/usr/lib/libcudnn.so
-
-  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 456286, 
cudnn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-29 15:52:30 UTC (rev 456287)
@@ -0,0 +1,53 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Adria Arrufat 
+# Contributor: Sami B. 
+# Contributor: Yunhui Fu 
+
+pkgname=cudnn
+pkgver=7.5.1.10
+_cudaver=10.1
+pkgrel=1
+pkgdesc="NVIDIA CUDA Deep Neural Network library"
+arch=('x86_64')
+url="https://developer.nvidia.com/cuDNN;
+license=('custom')
+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=("https://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1804/x86_64/libcudnn7-dev_${pkgver}-1+cuda${_cudaver}_amd64.deb;
+
"https://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1804/x86_64/libcudnn7_${pkgver}-1+cuda${_cudaver}_amd64.deb;
+"NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf")
+sha512sums=('506bb47a3ec3e667bf781dff4dfc4c1279269e17f6f9dd573f795656ed3a31db6c1188f7c57044b10d4caf14cba1a51fca8d5090e174012f9dcb2fb6babc702a'
+
'03407d484126a6ed0698fde41b6594faa6410133e6369e9a056d70376693ce2fa6a11b834d7683bc27d894cad33d33840b325bec1fc7df820edf9d6dbfbb1958'
+

[arch-commits] Commit in cudnn/repos/community-x86_64 (4 files)

2019-02-24 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, February 24, 2019 @ 23:06:14
  Author: svenstaro
Revision: 435614

archrelease: copy trunk to community-x86_64

Added:
  cudnn/repos/community-x86_64/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf
(from rev 435613, cudnn/trunk/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf)
  cudnn/repos/community-x86_64/PKGBUILD
(from rev 435613, cudnn/trunk/PKGBUILD)
Deleted:
  cudnn/repos/community-x86_64/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf
  cudnn/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  104 ++---
 1 file changed, 52 insertions(+), 52 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 435613, cudnn/trunk/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf)
===
(Binary files differ)

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-24 23:06:02 UTC (rev 435613)
+++ PKGBUILD2019-02-24 23:06:14 UTC (rev 435614)
@@ -1,52 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Adria Arrufat 
-# Contributor: Sami B. 
-# Contributor: Yunhui Fu 
-
-pkgname=cudnn
-pkgver=7.4.2.24
-_cudaver=10
-pkgrel=1
-pkgdesc="NVIDIA CUDA Deep Neural Network library"
-arch=('x86_64')
-url="https://developer.nvidia.com/cuDNN;
-license=('custom')
-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=("https://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1804/x86_64/libcudnn7-dev_${pkgver}-1+cuda${_cudaver}.0_amd64.deb;
-
"https://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1804/x86_64/libcudnn7_${pkgver}-1+cuda${_cudaver}.0_amd64.deb;
-"NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf")
-sha512sums=('d99b3de0f063462dafe60c43dd2407778eb5ab1ccd2f082d5d1d4c0650754b5e136f0f3b4c2525a49381eba01e771727a61f781138e9a13eaf1abdedceafea37'
-
'5e504bfaea9185759c012689e9679dff2ae98074b1b204623147baf38bf2ad2dc5f348d8b0437bcefe2c73668519d9a5ad05f2db5054d12b34a8589753cb2951'
-
'38bbb7eb287914e4d7ba79da20a47222382687832d4ba0290715199a129c08715a23681800cf8d381f40e24202470a7b20505a31c8cea51a78762a740860251b')
-noextract=("libcudnn7-dev_${pkgver}-1+cuda${_cudaver}.0_amd64.deb"
-   "libcudnn7_${pkgver}-1+cuda${_cudaver}.0_amd64.deb")
-
-package() {
-  mkdir -p "${pkgdir}"/usr/{lib,include}
-
-  mkdir libcudnn7-dev
-  cd libcudnn7-dev
-  ar xv "${srcdir}"/libcudnn7-dev_${pkgver}-1+cuda${_cudaver}.0_amd64.deb
-  tar xf data.tar.xz
-  cp -a usr/include/x86_64-linux-gnu/* "${pkgdir}"/usr/include/
-  cp -a usr/lib/x86_64-linux-gnu/* "${pkgdir}"/usr/lib/
-
-  mkdir libcudnn7
-  cd libcudnn7
-  ar xv "${srcdir}"/libcudnn7_${pkgver}-1+cuda${_cudaver}.0_amd64.deb
-  tar xf data.tar.xz
-  cp -a usr/lib/x86_64-linux-gnu/* "${pkgdir}"/usr/lib/
-
-  # Get rid of some Ubuntu-isms but at the same time still allow for them to
-  # work because nobody is ever quite sure what the right names are.
-  ln -s cudnn_v7.h "${pkgdir}"/usr/include/cudnn.h
-  ln -s libcudnn.so.7 "${pkgdir}"/usr/lib/libcudnn.so
-
-  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 435613, 
cudnn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-24 23:06:14 UTC (rev 435614)
@@ -0,0 +1,52 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Adria Arrufat 
+# Contributor: Sami B. 
+# Contributor: Yunhui Fu 
+
+pkgname=cudnn
+pkgver=7.5.0.56
+_cudaver=10
+pkgrel=1
+pkgdesc="NVIDIA CUDA Deep Neural Network library"
+arch=('x86_64')
+url="https://developer.nvidia.com/cuDNN;
+license=('custom')
+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=("https://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1804/x86_64/libcudnn7-dev_${pkgver}-1+cuda${_cudaver}.0_amd64.deb;
+
"https://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1804/x86_64/libcudnn7_${pkgver}-1+cuda${_cudaver}.0_amd64.deb;
+"NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf")
+sha512sums=('febf1d6ceed4b4c3151b9d107943ca400ae8d15d0c3d70cd32fa6b56167839eed757514c820fc2d6dca9807e1ae2caac49394a0f1536a8a8b1a51e35fca941dd'
+
'67f3ac075a710d05ead5bb7c3a8ea5032eb75891119fab1b838a765ef7d97c2282f4c4724fd96a8f555c29122d68b7482e56e4bf1988338f8b7ae76b8c981c66'
+

[arch-commits] Commit in cudnn/repos/community-x86_64 (4 files)

2019-01-25 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, January 25, 2019 @ 11:05:36
  Author: svenstaro
Revision: 427729

archrelease: copy trunk to community-x86_64

Added:
  cudnn/repos/community-x86_64/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf
(from rev 427728, cudnn/trunk/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf)
  cudnn/repos/community-x86_64/PKGBUILD
(from rev 427728, cudnn/trunk/PKGBUILD)
Deleted:
  cudnn/repos/community-x86_64/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf
  cudnn/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  104 ++---
 1 file changed, 52 insertions(+), 52 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 427728, cudnn/trunk/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf)
===
(Binary files differ)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-25 11:05:22 UTC (rev 427728)
+++ PKGBUILD2019-01-25 11:05:36 UTC (rev 427729)
@@ -1,52 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Adria Arrufat 
-# Contributor: Sami B. 
-# Contributor: Yunhui Fu 
-
-pkgname=cudnn
-pkgver=7.4.1.5
-_cudaver=10
-pkgrel=2
-pkgdesc="NVIDIA CUDA Deep Neural Network library"
-arch=('x86_64')
-url="https://developer.nvidia.com/cuDNN;
-license=('custom')
-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=("https://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1804/x86_64/libcudnn7-dev_${pkgver}-1+cuda${_cudaver}.0_amd64.deb;
-
"https://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1804/x86_64/libcudnn7_${pkgver}-1+cuda${_cudaver}.0_amd64.deb;
-"NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf")
-sha512sums=('b2eb16fd2f00eb064fe7a4c5c13f72e3218c5535b6d32f6a9c7d990f4ef4c1b8322112d1475a07b7d8d286a60acaad47b3b5d614a9fd7174cab8d1bf5e260c00'
-
'5f455149d659b38551808ac56013631baccaef11632eb51e75381c04d0a662988be047903d8a3d827c56d151c55ebb76db205344322e0ca1c9df2aa482787195'
-
'38bbb7eb287914e4d7ba79da20a47222382687832d4ba0290715199a129c08715a23681800cf8d381f40e24202470a7b20505a31c8cea51a78762a740860251b')
-noextract=("libcudnn7-dev_${pkgver}-1+cuda${_cudaver}.0_amd64.deb"
-   "libcudnn7_${pkgver}-1+cuda${_cudaver}.0_amd64.deb")
-
-package() {
-  mkdir -p "${pkgdir}"/usr/{lib,include}
-
-  mkdir libcudnn7-dev
-  cd libcudnn7-dev
-  ar xv "${srcdir}"/libcudnn7-dev_${pkgver}-1+cuda${_cudaver}.0_amd64.deb
-  tar xf data.tar.xz
-  cp -a usr/include/x86_64-linux-gnu/* "${pkgdir}"/usr/include/
-  cp -a usr/lib/x86_64-linux-gnu/* "${pkgdir}"/usr/lib/
-
-  mkdir libcudnn7
-  cd libcudnn7
-  ar xv "${srcdir}"/libcudnn7_${pkgver}-1+cuda${_cudaver}.0_amd64.deb
-  tar xf data.tar.xz
-  cp -a usr/lib/x86_64-linux-gnu/* "${pkgdir}"/usr/lib/
-
-  # Get rid of some Ubuntu-isms but at the same time still allow for them to
-  # work because nobody is ever quite sure what the right names are.
-  ln -s cudnn_v7.h "${pkgdir}"/usr/include/cudnn.h
-  ln -s libcudnn.so.7 "${pkgdir}"/usr/lib/libcudnn.so
-
-  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 427728, 
cudnn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-25 11:05:36 UTC (rev 427729)
@@ -0,0 +1,52 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Adria Arrufat 
+# Contributor: Sami B. 
+# Contributor: Yunhui Fu 
+
+pkgname=cudnn
+pkgver=7.4.2.24
+_cudaver=10
+pkgrel=1
+pkgdesc="NVIDIA CUDA Deep Neural Network library"
+arch=('x86_64')
+url="https://developer.nvidia.com/cuDNN;
+license=('custom')
+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=("https://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1804/x86_64/libcudnn7-dev_${pkgver}-1+cuda${_cudaver}.0_amd64.deb;
+
"https://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1804/x86_64/libcudnn7_${pkgver}-1+cuda${_cudaver}.0_amd64.deb;
+"NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf")
+sha512sums=('d99b3de0f063462dafe60c43dd2407778eb5ab1ccd2f082d5d1d4c0650754b5e136f0f3b4c2525a49381eba01e771727a61f781138e9a13eaf1abdedceafea37'
+
'5e504bfaea9185759c012689e9679dff2ae98074b1b204623147baf38bf2ad2dc5f348d8b0437bcefe2c73668519d9a5ad05f2db5054d12b34a8589753cb2951'
+

[arch-commits] Commit in cudnn/repos/community-x86_64 (4 files)

2018-12-06 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, December 6, 2018 @ 09:18:40
  Author: svenstaro
Revision: 411681

archrelease: copy trunk to community-x86_64

Added:
  cudnn/repos/community-x86_64/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf
(from rev 411680, cudnn/trunk/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf)
  cudnn/repos/community-x86_64/PKGBUILD
(from rev 411680, cudnn/trunk/PKGBUILD)
Deleted:
  cudnn/repos/community-x86_64/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf
  cudnn/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   97 -
 1 file changed, 52 insertions(+), 45 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 411680, cudnn/trunk/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf)
===
(Binary files differ)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-06 09:18:28 UTC (rev 411680)
+++ PKGBUILD2018-12-06 09:18:40 UTC (rev 411681)
@@ -1,45 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Adria Arrufat 
-# Contributor: Sami B. 
-# Contributor: Yunhui Fu 
-
-pkgname=cudnn
-pkgver=7.4.1.5
-_cudaver=10
-pkgrel=1
-pkgdesc="NVIDIA CUDA Deep Neural Network library"
-arch=('x86_64')
-url="https://developer.nvidia.com/cuDNN;
-license=('custom')
-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=("https://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1804/x86_64/libcudnn7-dev_${pkgver}-1+cuda${_cudaver}.0_amd64.deb;
-
"https://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1804/x86_64/libcudnn7_${pkgver}-1+cuda${_cudaver}.0_amd64.deb;
-"NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf")
-sha512sums=('b2eb16fd2f00eb064fe7a4c5c13f72e3218c5535b6d32f6a9c7d990f4ef4c1b8322112d1475a07b7d8d286a60acaad47b3b5d614a9fd7174cab8d1bf5e260c00'
-
'5f455149d659b38551808ac56013631baccaef11632eb51e75381c04d0a662988be047903d8a3d827c56d151c55ebb76db205344322e0ca1c9df2aa482787195'
-
'38bbb7eb287914e4d7ba79da20a47222382687832d4ba0290715199a129c08715a23681800cf8d381f40e24202470a7b20505a31c8cea51a78762a740860251b')
-noextract=("libcudnn7-dev_${pkgver}-1+cuda${_cudaver}.0_amd64.deb"
-   "libcudnn7_${pkgver}-1+cuda${_cudaver}.0_amd64.deb")
-
-package() {
-  mkdir -p "${pkgdir}"/usr/{lib,include}
-
-  mkdir libcudnn7-dev
-  cd libcudnn7-dev
-  ar xv "${srcdir}"/libcudnn7-dev_${pkgver}-1+cuda${_cudaver}.0_amd64.deb
-  tar xf data.tar.xz
-  cp -a usr/include/x86_64-linux-gnu/* "${pkgdir}"/usr/include/
-  cp -a usr/lib/x86_64-linux-gnu/* "${pkgdir}"/usr/lib/
-
-  mkdir libcudnn7
-  cd libcudnn7
-  ar xv "${srcdir}"/libcudnn7_${pkgver}-1+cuda${_cudaver}.0_amd64.deb
-  tar xf data.tar.xz
-  cp -a usr/lib/x86_64-linux-gnu/* "${pkgdir}"/usr/lib/
-
-  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 411680, 
cudnn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-06 09:18:40 UTC (rev 411681)
@@ -0,0 +1,52 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Adria Arrufat 
+# Contributor: Sami B. 
+# Contributor: Yunhui Fu 
+
+pkgname=cudnn
+pkgver=7.4.1.5
+_cudaver=10
+pkgrel=2
+pkgdesc="NVIDIA CUDA Deep Neural Network library"
+arch=('x86_64')
+url="https://developer.nvidia.com/cuDNN;
+license=('custom')
+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=("https://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1804/x86_64/libcudnn7-dev_${pkgver}-1+cuda${_cudaver}.0_amd64.deb;
+
"https://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1804/x86_64/libcudnn7_${pkgver}-1+cuda${_cudaver}.0_amd64.deb;
+"NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf")
+sha512sums=('b2eb16fd2f00eb064fe7a4c5c13f72e3218c5535b6d32f6a9c7d990f4ef4c1b8322112d1475a07b7d8d286a60acaad47b3b5d614a9fd7174cab8d1bf5e260c00'
+
'5f455149d659b38551808ac56013631baccaef11632eb51e75381c04d0a662988be047903d8a3d827c56d151c55ebb76db205344322e0ca1c9df2aa482787195'
+
'38bbb7eb287914e4d7ba79da20a47222382687832d4ba0290715199a129c08715a23681800cf8d381f40e24202470a7b20505a31c8cea51a78762a740860251b')
+noextract=("libcudnn7-dev_${pkgver}-1+cuda${_cudaver}.0_amd64.deb"
+   "libcudnn7_${pkgver}-1+cuda${_cudaver}.0_amd64.deb")
+
+package() {
+  mkdir 

[arch-commits] Commit in cudnn/repos/community-x86_64 (4 files)

2018-12-04 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, December 4, 2018 @ 19:27:13
  Author: svenstaro
Revision: 411212

archrelease: copy trunk to community-x86_64

Added:
  cudnn/repos/community-x86_64/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf
(from rev 411211, cudnn/trunk/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf)
  cudnn/repos/community-x86_64/PKGBUILD
(from rev 411211, cudnn/trunk/PKGBUILD)
Deleted:
  cudnn/repos/community-x86_64/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf
  cudnn/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   80 ++---
 1 file changed, 45 insertions(+), 35 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 411211, cudnn/trunk/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf)
===
(Binary files differ)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-04 19:27:07 UTC (rev 411211)
+++ PKGBUILD2018-12-04 19:27:13 UTC (rev 411212)
@@ -1,35 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Adria Arrufat 
-# Contributor: Sami B. 
-# Contributor: Yunhui Fu 
-
-pkgname=cudnn
-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>=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-${_cudaver}-linux-x64-v${_pkgver}.tgz;
-"NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf")
-sha512sums=('0c95b7080e0457afed485b351f681addd3266e60030e00ee5da45b8556309d0442f9136f6854ce638a2ca8ae74d5913e6d0e294213a831024719e651533112ed'
-
'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 411211, 
cudnn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-04 19:27:13 UTC (rev 411212)
@@ -0,0 +1,45 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Adria Arrufat 
+# Contributor: Sami B. 
+# Contributor: Yunhui Fu 
+
+pkgname=cudnn
+pkgver=7.4.1.5
+_cudaver=10
+pkgrel=1
+pkgdesc="NVIDIA CUDA Deep Neural Network library"
+arch=('x86_64')
+url="https://developer.nvidia.com/cuDNN;
+license=('custom')
+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=("https://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1804/x86_64/libcudnn7-dev_${pkgver}-1+cuda${_cudaver}.0_amd64.deb;
+
"https://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1804/x86_64/libcudnn7_${pkgver}-1+cuda${_cudaver}.0_amd64.deb;
+"NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf")
+sha512sums=('b2eb16fd2f00eb064fe7a4c5c13f72e3218c5535b6d32f6a9c7d990f4ef4c1b8322112d1475a07b7d8d286a60acaad47b3b5d614a9fd7174cab8d1bf5e260c00'
+
'5f455149d659b38551808ac56013631baccaef11632eb51e75381c04d0a662988be047903d8a3d827c56d151c55ebb76db205344322e0ca1c9df2aa482787195'
+
'38bbb7eb287914e4d7ba79da20a47222382687832d4ba0290715199a129c08715a23681800cf8d381f40e24202470a7b20505a31c8cea51a78762a740860251b')
+noextract=("libcudnn7-dev_${pkgver}-1+cuda${_cudaver}.0_amd64.deb"
+   "libcudnn7_${pkgver}-1+cuda${_cudaver}.0_amd64.deb")
+
+package() {
+  mkdir -p "${pkgdir}"/usr/{lib,include}
+
+  mkdir libcudnn7-dev
+  cd libcudnn7-dev
+  ar xv "${srcdir}"/libcudnn7-dev_${pkgver}-1+cuda${_cudaver}.0_amd64.deb
+  tar xf data.tar.xz
+  cp -a usr/include/x86_64-linux-gnu/* "${pkgdir}"/usr/include/
+  cp -a usr/lib/x86_64-linux-gnu/* "${pkgdir}"/usr/lib/
+
+  mkdir libcudnn7
+  cd libcudnn7
+  ar xv "${srcdir}"/libcudnn7_${pkgver}-1+cuda${_cudaver}.0_amd64.deb
+  tar xf data.tar.xz
+  cp -a usr/lib/x86_64-linux-gnu/* "${pkgdir}"/usr/lib/
+
+  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


[arch-commits] Commit in cudnn/repos/community-x86_64 (4 files)

2018-08-14 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, August 14, 2018 @ 18:02:29
  Author: svenstaro
Revision: 371627

archrelease: copy trunk to community-x86_64

Added:
  cudnn/repos/community-x86_64/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf
(from rev 371626, cudnn/trunk/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf)
  cudnn/repos/community-x86_64/PKGBUILD
(from rev 371626, 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 371626, cudnn/trunk/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf)
===
(Binary files differ)

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-14 18:02:17 UTC (rev 371626)
+++ PKGBUILD2018-08-14 18:02:29 UTC (rev 371627)
@@ -1,33 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Adria Arrufat 
-# Contributor: Sami B. 
-# Contributor: Yunhui Fu 
-
-pkgname=cudnn
-pkgver=7.1.4
-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.2-linux-x64-v7.1.tgz;
-"NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf")
-sha512sums=('2f67c905976eb041512eb012a7cc98e1f408ec867f6a1d9d440afbcddc622c03c40de10386e44e4ab138c1a4ad040d39b0e9243f68e22975ca27ec297be25c5d'
-
'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 371626, 
cudnn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-14 18:02:29 UTC (rev 371627)
@@ -0,0 +1,33 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Adria Arrufat 
+# Contributor: Sami B. 
+# Contributor: Yunhui Fu 
+
+pkgname=cudnn
+pkgver=7.2.1
+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.2-linux-x64-v7.2.1.38.tgz;
+"NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf")
+sha512sums=('169c7bb522a6ac942fed7865907bb6f322639c4245f8fe2ea2d012122b44d07991f3feba72e687251b0664cdc77fdf00e68af875f1702cc508c5c8997f0a9bc0'
+
'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


[arch-commits] Commit in cudnn/repos/community-x86_64 (4 files)

2018-06-04 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, June 4, 2018 @ 09:18:16
  Author: svenstaro
Revision: 340243

archrelease: copy trunk to community-x86_64

Added:
  cudnn/repos/community-x86_64/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf
(from rev 340242, cudnn/trunk/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf)
  cudnn/repos/community-x86_64/PKGBUILD
(from rev 340242, 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 340242, cudnn/trunk/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf)
===
(Binary files differ)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-04 09:18:03 UTC (rev 340242)
+++ PKGBUILD2018-06-04 09:18:16 UTC (rev 340243)
@@ -1,33 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Adria Arrufat 
-# Contributor: Sami B. 
-# Contributor: Yunhui Fu 
-
-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

Copied: cudnn/repos/community-x86_64/PKGBUILD (from rev 340242, 
cudnn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-04 09:18:16 UTC (rev 340243)
@@ -0,0 +1,33 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Adria Arrufat 
+# Contributor: Sami B. 
+# Contributor: Yunhui Fu 
+
+pkgname=cudnn
+pkgver=7.1.4
+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.2-linux-x64-v7.1.tgz;
+"NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf")
+sha512sums=('2f67c905976eb041512eb012a7cc98e1f408ec867f6a1d9d440afbcddc622c03c40de10386e44e4ab138c1a4ad040d39b0e9243f68e22975ca27ec297be25c5d'
+
'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


[arch-commits] Commit in cudnn/repos/community-x86_64 (4 files)

2018-05-08 Thread Sven-Hendrik Haase via arch-commits
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
===
--- PKGBUILD2018-05-09 01:58:49 UTC (rev 319747)
+++ PKGBUILD2018-05-09 01:59:01 UTC (rev 319748)
@@ -1,33 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Adria Arrufat 
-# Contributor: Sami B. 
-# Contributor: Yunhui Fu 
-
-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)
+++ PKGBUILD2018-05-09 01:59:01 UTC (rev 319748)
@@ -0,0 +1,33 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Adria Arrufat 
+# Contributor: Sami B. 
+# Contributor: Yunhui Fu 
+
+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


[arch-commits] Commit in cudnn/repos/community-x86_64 (4 files)

2018-03-28 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, March 28, 2018 @ 09:59:00
  Author: svenstaro
Revision: 313086

archrelease: copy trunk to community-x86_64

Added:
  cudnn/repos/community-x86_64/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf
(from rev 313084, cudnn/trunk/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf)
  cudnn/repos/community-x86_64/PKGBUILD
(from rev 313084, 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 313084, cudnn/trunk/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf)
===
(Binary files differ)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-28 09:58:58 UTC (rev 313085)
+++ PKGBUILD2018-03-28 09:59:00 UTC (rev 313086)
@@ -1,33 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Adria Arrufat 
-# Contributor: Sami B. 
-# Contributor: Yunhui Fu 
-
-pkgname=cudnn
-pkgver=7.1.1
-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=('7d70895deee1d3da86f365873937919c28d3c1dea90397404fa17faefcdd98ed8c784db884286f53879b4304a661168601cae789062ab8efc01d925e3bf683eb'
-
'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 313084, 
cudnn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-28 09:59:00 UTC (rev 313086)
@@ -0,0 +1,33 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Adria Arrufat 
+# Contributor: Sami B. 
+# Contributor: Yunhui Fu 
+
+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


[arch-commits] Commit in cudnn/repos/community-x86_64 (4 files)

2018-03-13 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, March 14, 2018 @ 05:05:27
  Author: svenstaro
Revision: 307552

archrelease: copy trunk to community-x86_64

Added:
  cudnn/repos/community-x86_64/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf
(from rev 307551, cudnn/trunk/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf)
  cudnn/repos/community-x86_64/PKGBUILD
(from rev 307551, 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 307551, cudnn/trunk/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf)
===
(Binary files differ)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-14 05:05:15 UTC (rev 307551)
+++ PKGBUILD2018-03-14 05:05:27 UTC (rev 307552)
@@ -1,33 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Adria Arrufat 
-# Contributor: Sami B. 
-# Contributor: Yunhui Fu 
-
-pkgname=cudnn
-pkgver=7.0.5
-pkgrel=2
-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.tgz;
-"NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf")
-sha512sums=('7eadb64a3d5e49aec2761e6f7dc0295c1d356910b114eed450c47081fc81b6e3b7748f3a4153f6a9d957691e3689cd52823bfa12816b1950dfc8794d6f332749'
-
'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 307551, 
cudnn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-14 05:05:27 UTC (rev 307552)
@@ -0,0 +1,33 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Adria Arrufat 
+# Contributor: Sami B. 
+# Contributor: Yunhui Fu 
+
+pkgname=cudnn
+pkgver=7.1.1
+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=('7d70895deee1d3da86f365873937919c28d3c1dea90397404fa17faefcdd98ed8c784db884286f53879b4304a661168601cae789062ab8efc01d925e3bf683eb'
+
'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


[arch-commits] Commit in cudnn/repos/community-x86_64 (4 files)

2018-01-11 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, January 11, 2018 @ 17:58:54
  Author: svenstaro
Revision: 281358

archrelease: copy trunk to community-x86_64

Added:
  cudnn/repos/community-x86_64/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf
(from rev 281357, cudnn/trunk/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf)
  cudnn/repos/community-x86_64/PKGBUILD
(from rev 281357, 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 281357, cudnn/trunk/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf)
===
(Binary files differ)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-11 17:58:37 UTC (rev 281357)
+++ PKGBUILD2018-01-11 17:58:54 UTC (rev 281358)
@@ -1,33 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Adria Arrufat 
-# Contributor: Sami B. 
-# Contributor: Yunhui Fu 
-
-pkgname=cudnn
-pkgver=7.0.5
-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.0-linux-x64-v7.tgz;
-"NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf")
-sha512sums=('63752fe8991b750794bd41d720d1ab2c94584fd9a0e297c68549d8e44cf2742f0601021ae54f5227e4865869fddb5d5b2f7445bfda2c0808b8973345337a907e'
-
'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 281357, 
cudnn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-11 17:58:54 UTC (rev 281358)
@@ -0,0 +1,33 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Adria Arrufat 
+# Contributor: Sami B. 
+# Contributor: Yunhui Fu 
+
+pkgname=cudnn
+pkgver=7.0.5
+pkgrel=2
+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.tgz;
+"NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf")
+sha512sums=('7eadb64a3d5e49aec2761e6f7dc0295c1d356910b114eed450c47081fc81b6e3b7748f3a4153f6a9d957691e3689cd52823bfa12816b1950dfc8794d6f332749'
+
'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


[arch-commits] Commit in cudnn/repos/community-x86_64 (4 files)

2017-12-14 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, December 14, 2017 @ 20:57:23
  Author: svenstaro
Revision: 274453

archrelease: copy trunk to community-x86_64

Added:
  cudnn/repos/community-x86_64/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf
(from rev 274452, cudnn/trunk/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf)
  cudnn/repos/community-x86_64/PKGBUILD
(from rev 274452, 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 274452, cudnn/trunk/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf)
===
(Binary files differ)

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-14 20:57:17 UTC (rev 274452)
+++ PKGBUILD2017-12-14 20:57:23 UTC (rev 274453)
@@ -1,33 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Adria Arrufat 
-# Contributor: Sami B. 
-# Contributor: Yunhui Fu 
-
-pkgname=cudnn
-pkgver=7.0.4
-pkgrel=2
-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.0-linux-x64-v7.tgz;
-"NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf")
-sha512sums=('a465990ae6bf35745635798ff337802778960e9cbbda4071fb6151c5f5733a00cf2da9496ee70e6207d2b02159a35c97cdaac184e4dda95137465fd731ab6b20'
-
'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 274452, 
cudnn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-14 20:57:23 UTC (rev 274453)
@@ -0,0 +1,33 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Adria Arrufat 
+# Contributor: Sami B. 
+# Contributor: Yunhui Fu 
+
+pkgname=cudnn
+pkgver=7.0.5
+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.0-linux-x64-v7.tgz;
+"NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf")
+sha512sums=('63752fe8991b750794bd41d720d1ab2c94584fd9a0e297c68549d8e44cf2742f0601021ae54f5227e4865869fddb5d5b2f7445bfda2c0808b8973345337a907e'
+
'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


[arch-commits] Commit in cudnn/repos/community-x86_64 (4 files)

2017-11-28 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, November 28, 2017 @ 08:20:53
  Author: svenstaro
Revision: 270443

archrelease: copy trunk to community-x86_64

Added:
  cudnn/repos/community-x86_64/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf
(from rev 270442, cudnn/trunk/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf)
  cudnn/repos/community-x86_64/PKGBUILD
(from rev 270442, 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 270442, cudnn/trunk/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf)
===
(Binary files differ)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-28 08:20:43 UTC (rev 270442)
+++ PKGBUILD2017-11-28 08:20:53 UTC (rev 270443)
@@ -1,33 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Adria Arrufat 
-# Contributor: Sami B. 
-# Contributor: Yunhui Fu 
-
-pkgname=cudnn
-pkgver=7.0.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}::http://developer.download.nvidia.com/compute/redist/cudnn/v${pkgver}/cudnn-9.0-linux-x64-v7.tgz;
-"NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf")
-sha512sums=('b3615e9ebb0324d80fc4c51aa9873f9b0a0641c3f94ae857cd37180a329bf83ac42b457b3145902df6115ed19c4dd5848502fc93695bba085e6848db7aa7fe78'
-
'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 270442, 
cudnn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-11-28 08:20:53 UTC (rev 270443)
@@ -0,0 +1,33 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Adria Arrufat 
+# Contributor: Sami B. 
+# Contributor: Yunhui Fu 
+
+pkgname=cudnn
+pkgver=7.0.4
+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}::http://developer.download.nvidia.com/compute/redist/cudnn/v${pkgver}/cudnn-9.0-linux-x64-v7.tgz;
+"NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf")
+sha512sums=('a465990ae6bf35745635798ff337802778960e9cbbda4071fb6151c5f5733a00cf2da9496ee70e6207d2b02159a35c97cdaac184e4dda95137465fd731ab6b20'
+
'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


[arch-commits] Commit in cudnn/repos/community-x86_64 (4 files)

2017-10-15 Thread Sven-Hendrik Haase
Date: Sunday, October 15, 2017 @ 14:17:10
  Author: svenstaro
Revision: 262913

archrelease: copy trunk to community-x86_64

Added:
  cudnn/repos/community-x86_64/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf
(from rev 262912, cudnn/trunk/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf)
  cudnn/repos/community-x86_64/PKGBUILD
(from rev 262912, 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 262912, cudnn/trunk/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf)
===
(Binary files differ)

Deleted: PKGBUILD
===
--- PKGBUILD2017-10-15 14:16:59 UTC (rev 262912)
+++ PKGBUILD2017-10-15 14:17:10 UTC (rev 262913)
@@ -1,33 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Adria Arrufat 
-# Contributor: Sami B. 
-# Contributor: Yunhui Fu 
-
-pkgname=cudnn
-pkgver=7.0.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}::http://developer.download.nvidia.com/compute/redist/cudnn/v${pkgver}/cudnn-8.0-linux-x64-v7.tgz;
-"NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf")
-sha512sums=('d53be865a5ae445df3fb4557f66ad4c47a5f8983a7f61ad4f3586c461e1db032fb193fb85ca96b86bb14ae9135414771ac6ad417c55502f72d3e3342a6cea8eb'
-
'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 262912, 
cudnn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-10-15 14:17:10 UTC (rev 262913)
@@ -0,0 +1,33 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Adria Arrufat 
+# Contributor: Sami B. 
+# Contributor: Yunhui Fu 
+
+pkgname=cudnn
+pkgver=7.0.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}::http://developer.download.nvidia.com/compute/redist/cudnn/v${pkgver}/cudnn-9.0-linux-x64-v7.tgz;
+"NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf")
+sha512sums=('b3615e9ebb0324d80fc4c51aa9873f9b0a0641c3f94ae857cd37180a329bf83ac42b457b3145902df6115ed19c4dd5848502fc93695bba085e6848db7aa7fe78'
+
'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


[arch-commits] Commit in cudnn/repos/community-x86_64 (4 files)

2017-09-19 Thread Sven-Hendrik Haase
Date: Tuesday, September 19, 2017 @ 07:43:27
  Author: svenstaro
Revision: 258794

archrelease: copy trunk to community-x86_64

Added:
  cudnn/repos/community-x86_64/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf
(from rev 258793, cudnn/trunk/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf)
  cudnn/repos/community-x86_64/PKGBUILD
(from rev 258793, 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 258793, cudnn/trunk/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf)
===
(Binary files differ)

Deleted: PKGBUILD
===
--- PKGBUILD2017-09-19 07:43:15 UTC (rev 258793)
+++ PKGBUILD2017-09-19 07:43:27 UTC (rev 258794)
@@ -1,33 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Adria Arrufat 
-# Contributor: Sami B. 
-# Contributor: Yunhui Fu 
-
-pkgname=cudnn
-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')
-# 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=('5e25462cf63d3b257029d327dcdb9b75ceafacf56a4035d87db4e15ab9959561e22200d4a7a1e4bf3781bd56fe7a9641205fe5d73e6272b073ac81c2b04698b4'
-
'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 258793, 
cudnn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-09-19 07:43:27 UTC (rev 258794)
@@ -0,0 +1,33 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Adria Arrufat 
+# Contributor: Sami B. 
+# Contributor: Yunhui Fu 
+
+pkgname=cudnn
+pkgver=7.0.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}::http://developer.download.nvidia.com/compute/redist/cudnn/v${pkgver}/cudnn-8.0-linux-x64-v7.tgz;
+"NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf")
+sha512sums=('d53be865a5ae445df3fb4557f66ad4c47a5f8983a7f61ad4f3586c461e1db032fb193fb85ca96b86bb14ae9135414771ac6ad417c55502f72d3e3342a6cea8eb'
+
'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


[arch-commits] Commit in cudnn/repos/community-x86_64 (4 files)

2017-08-06 Thread Sven-Hendrik Haase
Date: Sunday, August 6, 2017 @ 09:51:59
  Author: svenstaro
Revision: 248951

archrelease: copy trunk to community-x86_64

Added:
  cudnn/repos/community-x86_64/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf
(from rev 248950, cudnn/trunk/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf)
  cudnn/repos/community-x86_64/PKGBUILD
(from rev 248950, cudnn/trunk/PKGBUILD)
Deleted:
  cudnn/repos/community-x86_64/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf
  cudnn/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   64 +++--
 1 file changed, 33 insertions(+), 31 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 248950, cudnn/trunk/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf)
===
(Binary files differ)

Deleted: PKGBUILD
===
--- PKGBUILD2017-08-06 09:51:54 UTC (rev 248950)
+++ PKGBUILD2017-08-06 09:51:59 UTC (rev 248951)
@@ -1,31 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Adria Arrufat 
-# Contributor: Sami B. 
-# Contributor: Yunhui Fu 
-
-pkgname=cudnn
-pkgver=6.0.21
-pkgrel=2
-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;
-"NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf")
-sha512sums=('ddeeacb5b449920d942a26b98c353d78fd6f7d7fb3b3ce42a078626473efdda25c7ae641232702d62eb5749e39ecfd03e88346119c920c19348ac3ee82d3ff47'
-
'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 248950, 
cudnn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-08-06 09:51:59 UTC (rev 248951)
@@ -0,0 +1,33 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Adria Arrufat 
+# Contributor: Sami B. 
+# Contributor: Yunhui Fu 
+
+pkgname=cudnn
+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')
+# 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=('5e25462cf63d3b257029d327dcdb9b75ceafacf56a4035d87db4e15ab9959561e22200d4a7a1e4bf3781bd56fe7a9641205fe5d73e6272b073ac81c2b04698b4'
+
'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