Skip to content
Snippets Groups Projects
Commit 14a8d729 authored by Sven-Hendrik Haase's avatar Sven-Hendrik Haase
Browse files

upgpkg: 8.1.0.77-1

parent 273d6f81
No related branches found
Tags 0.8.1-2
No related merge requests found
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
# Contributor: Yunhui Fu <yhfdev@gmail.com> # Contributor: Yunhui Fu <yhfdev@gmail.com>
pkgname=cudnn pkgname=cudnn
pkgver=8.0.5.39 pkgver=8.1.0.77
_pkgver=8.0.5 _pkgver=8.1.0
_cudaver=11.1 _cudaver=11.2
_majorver=8 _majorver=8
pkgrel=1 pkgrel=1
pkgdesc="NVIDIA CUDA Deep Neural Network library" pkgdesc="NVIDIA CUDA Deep Neural Network library"
...@@ -14,13 +14,14 @@ arch=('x86_64') ...@@ -14,13 +14,14 @@ arch=('x86_64')
url="https://developer.nvidia.com/cuDNN" url="https://developer.nvidia.com/cuDNN"
license=('custom') license=('custom')
depends=('cuda>=11') depends=('cuda>=11')
options=(!strip staticlibs)
# To figure out these URLs, check out the Dockerfiles at # 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 # https://gitlab.com/nvidia/container-images/cuda/-/tree/master/dist for the appropriate cuda version
# or make an NVIDIA Developer account. # or make an NVIDIA Developer account.
# Alternatively, check https://github.com/pytorch/builder/blob/master/common/install_cuda.sh # 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" 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") "NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf")
sha512sums=('f704df22336376a9053a7c1f22e650beab61c6829325e0c221416f38a867180a65f9aca7a6f14f5a61c0b450d24a1dff27df47d996d3d26ff1c300b9bedaacc6' sha512sums=('855230cf218d3aa22cd2558f8ddeba0c6f06048ddb01370737be9a962128f155957f4ee39ddb8704161dc3542e47c74ff9e130f5c47de14c5581e0aa990555ab'
'38bbb7eb287914e4d7ba79da20a47222382687832d4ba0290715199a129c08715a23681800cf8d381f40e24202470a7b20505a31c8cea51a78762a740860251b') '38bbb7eb287914e4d7ba79da20a47222382687832d4ba0290715199a129c08715a23681800cf8d381f40e24202470a7b20505a31c8cea51a78762a740860251b')
noextract=("cudnn-${_cudaver}-linux-x64-v${pkgver}.tgz") noextract=("cudnn-${_cudaver}-linux-x64-v${pkgver}.tgz")
...@@ -29,6 +30,7 @@ package() { ...@@ -29,6 +30,7 @@ package() {
tar xf cudnn-${_cudaver}-linux-x64-v${pkgver}.tgz --strip-components 1 -C "${pkgdir}/usr" tar xf cudnn-${_cudaver}-linux-x64-v${pkgver}.tgz --strip-components 1 -C "${pkgdir}/usr"
mv "${pkgdir}"/usr/lib64 "${pkgdir}"/usr/lib mv "${pkgdir}"/usr/lib64 "${pkgdir}"/usr/lib
chmod 644 "${pkgdir}"/usr/lib/libcudnn_static_v8.a
install -Dm644 \ install -Dm644 \
"${srcdir}"/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf \ "${srcdir}"/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment