nvidia-cudnn (8.7.0.84~cuda11.8)
[PTS] [DDPO]
COMMITS: VCS has seen 4 commits since the debian/8.7.0.84_cuda11.8 tag
- Git: https://salsa.debian.org/nvidia-team/nvidia-cudnn.git
-
- Branch: master
- Path: debian/changelog
- Repo size: 1257472
- Browser: https://salsa.debian.org/nvidia-team/nvidia-cudnn
- Last scan: 2023-06-08 00:04:30+00
- Next scan: 2023-06-14 11:33:00+00
- Debian changelog in Git:
nvidia-cudnn (8.7.0.84~cuda11.8) experimental; urgency=medium
* Upgrade to cuDNN v8.7.0.84
* Set the debconf template default choice to "I Agree".
Only in this way can we use the binary package nvidia-cudnn as a real
libcudnn.so provider to build its reverse dependencies with sbuild.
* For nvidia-cudnn reverse depenendies:
* Build a fake library libcudnn.so.8 which provies nothing at all.
This can fix the dh_shlibdeps resolving for reverse dependencies.
This fake library will be overridden by the downloaded libcudnn.so.8
* Add shlibs control file for reverse dependencies.
* Dynamically generate the d/shlibs from template shlibs.in.
* Updates to update-nvidia-cudnn downloader script:
* Fix the example commands in update-.
* Automatically detect and use curl/wget.
* Support recording the list of installed files.
* Support purge using the file list.
* Add instruction on how to maintain this script.
* Updates to the binary package dependency system (d/control):
* Depends on curl | wget instead.
* Depends on ca-certificates to avoid SSL error.
* Suggest nvidia-cuda-toolkit-gcc.
* Let the binary package Provides: libcudnn.so.8 as well.
* Updates to maintainer scripts:
* postinst/prerm: write filelist at /var/lib/nvidia-cudnn/filelist.txt
* prerm: Remove the leftover empty directory as well.
* Update lintian overrides and add d/clean.
-- Mo Zhou <lumin@debian.org> Tue, 21 Mar 2023 18:49:17 -0400
- This branch is 4 commits ahead of tag debian/8.7.0.84_cuda11.8
- Git log:
commit 21bb3b3e880119e2299e628d8d4ca5c0a0ebfad0
Author: Mo Zhou <cdluminate@gmail.com>
Date: Tue Mar 28 14:07:24 2023 -0400
trivial: license header
commit 700ac696b6f689b07884e25946d26021ecef9f90
Author: Mo Zhou <cdluminate@gmail.com>
Date: Sat Mar 25 18:25:38 2023 -0400
Let curl follow the redirection.
commit 25615343f005ea62bb5e5d743abdd2d9d34c9570
Author: Mo Zhou <cdluminate@gmail.com>
Date: Sat Mar 25 18:25:04 2023 -0400
Revert "Workaround a weird empty download issue."
This reverts commit e2ab0cd70ec1bbb10516da2f7242e60315074cd5.
commit e2ab0cd70ec1bbb10516da2f7242e60315074cd5
Author: Mo Zhou <cdluminate@gmail.com>
Date: Sat Mar 25 18:16:33 2023 -0400
Workaround a weird empty download issue.