I have the updated packages here: https://launchpad.net/~aglinserer/+archive/ubuntu/cuda-13-1-2
The repos in question: - https://code.launchpad.net/~canonical-nvidia/+git/cuda-meta-13-1/+ref/ubuntu/devel - https://code.launchpad.net/~canonical-nvidia/+git/libcublas-13-1/+ref/ubuntu/devel - https://code.launchpad.net/~canonical-nvidia/+git/nsight-systems-13-1/+ref/ubuntu/devel - https://code.launchpad.net/~canonical-nvidia/+git/nsight-compute-13-1/+ref/ubuntu/devel The latest `sponsor-upload` tag can be used against a diff point for all repos. Currently opening a MP against the git-ubuntu repos fails for me ** Description changed: # Short A new patch version for CUDA 13.1 has been release (13.1.2), which updates - libcublas from version 13.2.1.1 to 13.2.2.2. - nsight-systems version bump to satisfy dependency cuda-visual-tools-13-1 dependency (cuda-meta) - nsight-compute version bump to satisfy updated cuda-visual-tools-13-1 dependency (cuda-meta) + - cuda-meta drops cuda-toolkit and cuda-toolkit-13 Other than libcublas no other packages are updated. The meta is updated to correctly reflect the dependency. # Long ## common changes in every package - d/rules: `DEB_TARGET_ARCH` -> `DEB_HOST_ARCH` - d/control: - - Standards-Version bumped to 4.7.3 - - Priority: optional removed + - Standards-Version bumped to 4.7.3 + - Priority: optional removed - Vcs links updated (removed `/+source/` from URLs). - NVIDIA-CUDA-Proprietary license re-mirrored from NVIDIA packaging (punctuation and quote normalization). - lintian overrides adjusted; no new errors overall. - Everything named 13.1.1 is renamed to 13.1.2. - The `cuda-version` file has been updated across packages to reflect the new CUDA version `13.1.2`. ## package specifics ### cuda-meta-13-1 - Updated dependency version pins in `d/control`: - - `cuda-libraries-13-1` and `cuda-libraries-dev-13-1`: libcublas updated to >= 13.2.2.2. - - `cuda-visual-tools-13-1`: cuda-nsight-compute and cuda-nsight-systems updated to >= 13.1.2. + - `cuda-libraries-13-1` and `cuda-libraries-dev-13-1`: libcublas updated to >= 13.2.2.2. + - `cuda-visual-tools-13-1`: cuda-nsight-compute and cuda-nsight-systems updated to >= 13.1.2. - Added `cuda-sandbox-dev-13-1 (>= 13.1.115)` as a dependency to the `cuda-libraries-dev-13-1` binary. + - Dropped cuda-toolkit and cuda-toolkit-13. These binaries are provided by newer CUDA releases or will be in the near future. If a newer release were to be present this would result in building a older version for cuda-toolkit{,-13} which cannot be uploaded and thus fails to build/upload completely. ### libcublas-13-1 This package is the one package that actually has different content. The other packages are packaging improvements (lintian ignore, general alignment) and a version bump. - Added `hardening-no-fortify-functions` overrides for arm64 in `.lintian-overrides` covering `libcublas*` and `libnvblas*`. - Updated binaries ### nsight-compute-13-1 Issues with this package have been reported to Nvidia. Striclty speaking the contents are identical to what already is present. This package requires a version bump due to the updated version dependency from cuda-visual-tools (cuda-meta) being 13.1.2 now. `cuda-nsight-compute` therefor needs to receive the version bump from 13.1.1 to 13.1.2 resulting in the whole of nsight-compute being bumped. - Adjusted `d/control` to add `python3`, `libc6`, and `libstdc++6` as dependencies. - Updated `d/copyright`: - - NVIDIA-CUDA-Proprietary adjusted to not be reformatted by our tooling - - Added copyright entries for fonts (Roboto, Lato, FontAwesome) and Sphinx documentation JS. - - Removed redundant license blocks (unused LGPL-2.1 and duplicate Apache-2.0 LLVM exception). + - NVIDIA-CUDA-Proprietary adjusted to not be reformatted by our tooling + - Added copyright entries for fonts (Roboto, Lato, FontAwesome) and Sphinx documentation JS. + - Removed redundant license blocks (unused LGPL-2.1 and duplicate Apache-2.0 LLVM exception). - Significantly expanded `.lintian-overrides` - - Very verbose - - account for vendored fonts - - embedded JavaScript libraries - - unusual interpreters in the bundled Python environment - - deprecated Python stdlib usage - - including binaries from other archs + - Very verbose + - account for vendored fonts + - embedded JavaScript libraries + - unusual interpreters in the bundled Python environment + - deprecated Python stdlib usage + - including binaries from other archs - Added descriptive metadata (Description, Author) to `debian/patches/desktop_file.patch`. ### nsight-systems-13-1 Contents of this package stay the same. Same as nsight-compute, requires the version bump fro cuda-nsight-systems to 13.1.2 in order to satisfy the cuda-visuals-tools (cuda-meta) dependency. - `d/copyright` adjusted to not be a reformatted veresion of the Nvidia license - Updated lintian overrides to use wildcards (e.g. `*-linux-*`) and added architecture specific overrides where required - Added documentation to `README.source` explaining the purpose of `overridden_files`. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2154008 Title: Update CUDA 13.1.1 to CUDA 13.1.2 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/cuda-meta-13-1/+bug/2154008/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
