Your message dated Fri, 12 Sep 2025 13:00:44 +0000
with message-id <[email protected]>
and subject line Bug#1114235: fixed in nvidia-cuda-toolkit 12.5.0-1
has caused the Debian Bug report #1114235,
regarding nvidia-cuda-toolkit: FTBFS: cudaapi.c:38:33: error: initialization of 
'CUDBGResult (*)(uint32_t)' {aka 'CUDBGResult (*)(unsigned int)'} from 
incompatible pointer type 'CUDBGResult (*)(void)' [-Wincompatible-pointer-types]
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1114235: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1114235
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:nvidia-cuda-toolkit
Version: 12.4.1-3
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

During a rebuild of all packages in unstable, your package failed to build.

Below you will find how the build ends (probably the most relevant part,
but not necessarily). If required, the full build log is available here:

https://people.debian.org/~sanvila/build-logs/202509/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:nvidia-cuda-toolkit, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
   debian/rules build
make[2]: Entering directory '/<<PKGBUILDDIR>>'
dh build
   debian/rules execute_before_dh_update_autotools_config
make[3]: Entering directory '/<<PKGBUILDDIR>>'
perl -p \
-e 's{#VERSION_TOOLKIT#}{12.4.1}g;' \
-e 's{#DEFAULT_GCC_VERSION#}{13}g;' \
-e 's{#DEB_HOST_MULTIARCH#}{x86_64-linux-gnu}g;' \
-e 's{#LIBDIR#}{usr/lib/x86_64-linux-gnu}g;' \
-e 's{#!ppc64el#}{}g;' \
-e 's{#arm64#}{#}g;' \
-e 's{#!arm64#}{}g;' \
-e 's{#CUDA_JAVA_HOME#}{/usr/lib/jvm/java-8-openjdk-amd64}g;' \

[... snipped ...]

cudaapi.c:1851:5: note: in expansion of macro ‘API_CALL’
 1851 |     API_CALL(notSupported),
      |     ^~~~~~~~
cudaapi.c:38:33: note: (near initialization for 
‘cudbgCoreApi.writeUniformPredicates’)
   38 | #define API_CALL(name)          cuCoreApi_##name
      |                                 ^~~~~~~~~~
cudaapi.c:1851:5: note: in expansion of macro ‘API_CALL’
 1851 |     API_CALL(notSupported),
      |     ^~~~~~~~
cudaapi.c:37:52: note: ‘cuCoreApi_notSupported’ declared here
   37 | #define DEF_API_CALL(name)      static CUDBGResult cuCoreApi_##name
      |                                                    ^~~~~~~~~~
cudaapi.c:90:1: note: in expansion of macro ‘DEF_API_CALL’
   90 | DEF_API_CALL(notSupported)()
      | ^~~~~~~~~~~~
cudaapi.c:38:33: error: initialization of ‘CUDBGResult (*)(uint32_t,  
uint64_t,  CUDBGLoadedFunctionInfo *, uint32_t)’ {aka ‘CUDBGResult 
(*)(unsigned int,  long unsigned int,  CUDBGLoadedFunctionInfo *, unsigned 
int)’} from incompatible pointer type ‘CUDBGResult (*)(void)’ 
[-Wincompatible-pointer-types]
   38 | #define API_CALL(name)          cuCoreApi_##name
      |                                 ^~~~~~~~~~
cudaapi.c:1854:5: note: in expansion of macro ‘API_CALL’
 1854 |     API_CALL(notSupported),
      |     ^~~~~~~~
cudaapi.c:38:33: note: (near initialization for 
‘cudbgCoreApi.getLoadedFunctionInfo118’)
   38 | #define API_CALL(name)          cuCoreApi_##name
      |                                 ^~~~~~~~~~
cudaapi.c:1854:5: note: in expansion of macro ‘API_CALL’
 1854 |     API_CALL(notSupported),
      |     ^~~~~~~~
cudaapi.c:37:52: note: ‘cuCoreApi_notSupported’ declared here
   37 | #define DEF_API_CALL(name)      static CUDBGResult cuCoreApi_##name
      |                                                    ^~~~~~~~~~
cudaapi.c:90:1: note: in expansion of macro ‘DEF_API_CALL’
   90 | DEF_API_CALL(notSupported)()
      | ^~~~~~~~~~~~
cudaapi.c:38:33: error: initialization of ‘CUDBGResult (*)(uint32_t,  
uint64_t,  CUDBGLoadedFunctionInfo *, uint32_t,  uint32_t)’ {aka 
‘CUDBGResult (*)(unsigned int,  long unsigned int,  CUDBGLoadedFunctionInfo 
*, unsigned int,  unsigned int)’} from incompatible pointer type 
‘CUDBGResult (*)(void)’ [-Wincompatible-pointer-types]
   38 | #define API_CALL(name)          cuCoreApi_##name
      |                                 ^~~~~~~~~~
cudaapi.c:1866:5: note: in expansion of macro ‘API_CALL’
 1866 |     API_CALL(notSupported), /* getLoadedFunctionInfo */
      |     ^~~~~~~~
cudaapi.c:38:33: note: (near initialization for 
‘cudbgCoreApi.getLoadedFunctionInfo’)
   38 | #define API_CALL(name)          cuCoreApi_##name
      |                                 ^~~~~~~~~~
cudaapi.c:1866:5: note: in expansion of macro ‘API_CALL’
 1866 |     API_CALL(notSupported), /* getLoadedFunctionInfo */
      |     ^~~~~~~~
cudaapi.c:37:52: note: ‘cuCoreApi_notSupported’ declared here
   37 | #define DEF_API_CALL(name)      static CUDBGResult cuCoreApi_##name
      |                                                    ^~~~~~~~~~
cudaapi.c:90:1: note: in expansion of macro ‘DEF_API_CALL’
   90 | DEF_API_CALL(notSupported)()
      | ^~~~~~~~~~~~
cudaapi.c:38:33: error: initialization of ‘CUDBGResult (*)(const char *, 
CUDBGCoredumpGenerationFlags)’ from incompatible pointer type ‘CUDBGResult 
(*)(void)’ [-Wincompatible-pointer-types]
   38 | #define API_CALL(name)          cuCoreApi_##name
      |                                 ^~~~~~~~~~
cudaapi.c:1867:5: note: in expansion of macro ‘API_CALL’
 1867 |     API_CALL(notSupported), /* generateCoredump */
      |     ^~~~~~~~
cudaapi.c:38:33: note: (near initialization for 
‘cudbgCoreApi.generateCoredump’)
   38 | #define API_CALL(name)          cuCoreApi_##name
      |                                 ^~~~~~~~~~
cudaapi.c:1867:5: note: in expansion of macro ‘API_CALL’
 1867 |     API_CALL(notSupported), /* generateCoredump */
      |     ^~~~~~~~
cudaapi.c:37:52: note: ‘cuCoreApi_notSupported’ declared here
   37 | #define DEF_API_CALL(name)      static CUDBGResult cuCoreApi_##name
      |                                                    ^~~~~~~~~~
cudaapi.c:90:1: note: in expansion of macro ‘DEF_API_CALL’
   90 | DEF_API_CALL(notSupported)()
      | ^~~~~~~~~~~~
cudaapi.c:38:33: error: initialization of ‘CUDBGResult (*)(uint32_t,  
CUDBGDeviceInfoSizes *)’ {aka ‘CUDBGResult (*)(unsigned int,  
CUDBGDeviceInfoSizes *)’} from incompatible pointer type ‘CUDBGResult 
(*)(void)’ [-Wincompatible-pointer-types]
   38 | #define API_CALL(name)          cuCoreApi_##name
      |                                 ^~~~~~~~~~
cudaapi.c:1871:5: note: in expansion of macro ‘API_CALL’
 1871 |     API_CALL(notSupported), /* getDeviceInfoSizes */
      |     ^~~~~~~~
cudaapi.c:38:33: note: (near initialization for 
‘cudbgCoreApi.getDeviceInfoSizes’)
   38 | #define API_CALL(name)          cuCoreApi_##name
      |                                 ^~~~~~~~~~
cudaapi.c:1871:5: note: in expansion of macro ‘API_CALL’
 1871 |     API_CALL(notSupported), /* getDeviceInfoSizes */
      |     ^~~~~~~~
cudaapi.c:37:52: note: ‘cuCoreApi_notSupported’ declared here
   37 | #define DEF_API_CALL(name)      static CUDBGResult cuCoreApi_##name
      |                                                    ^~~~~~~~~~
cudaapi.c:90:1: note: in expansion of macro ‘DEF_API_CALL’
   90 | DEF_API_CALL(notSupported)()
      | ^~~~~~~~~~~~
cudaapi.c:38:33: error: initialization of ‘CUDBGResult (*)(uint32_t,  
CUDBGDeviceInfoQueryType_t,  void *, uint32_t,  uint32_t *)’ {aka 
‘CUDBGResult (*)(unsigned int,  CUDBGDeviceInfoQueryType_t,  void *, unsigned 
int,  unsigned int *)’} from incompatible pointer type ‘CUDBGResult 
(*)(void)’ [-Wincompatible-pointer-types]
   38 | #define API_CALL(name)          cuCoreApi_##name
      |                                 ^~~~~~~~~~
cudaapi.c:1872:5: note: in expansion of macro ‘API_CALL’
 1872 |     API_CALL(notSupported), /* getDeviceInfo */
      |     ^~~~~~~~
cudaapi.c:38:33: note: (near initialization for 
‘cudbgCoreApi.getDeviceInfo’)
   38 | #define API_CALL(name)          cuCoreApi_##name
      |                                 ^~~~~~~~~~
cudaapi.c:1872:5: note: in expansion of macro ‘API_CALL’
 1872 |     API_CALL(notSupported), /* getDeviceInfo */
      |     ^~~~~~~~
cudaapi.c:37:52: note: ‘cuCoreApi_notSupported’ declared here
   37 | #define DEF_API_CALL(name)      static CUDBGResult cuCoreApi_##name
      |                                                    ^~~~~~~~~~
cudaapi.c:90:1: note: in expansion of macro ‘DEF_API_CALL’
   90 | DEF_API_CALL(notSupported)()
      | ^~~~~~~~~~~~
cudaapi.c:38:33: error: initialization of ‘CUDBGResult (*)(uint32_t,  
uint32_t,  uint32_t,  uint32_t,  uint32_t,  uint32_t,  uint64_t *)’ {aka 
‘CUDBGResult (*)(unsigned int,  unsigned int,  unsigned int,  unsigned int,  
unsigned int,  unsigned int,  long unsigned int *)’} from incompatible 
pointer type ‘CUDBGResult (*)(void)’ [-Wincompatible-pointer-types]
   38 | #define API_CALL(name)          cuCoreApi_##name
      |                                 ^~~~~~~~~~
cudaapi.c:1874:5: note: in expansion of macro ‘API_CALL’
 1874 |     API_CALL(notSupported), /* singleStepWarp */
      |     ^~~~~~~~
cudaapi.c:38:33: note: (near initialization for 
‘cudbgCoreApi.singleStepWarp’)
   38 | #define API_CALL(name)          cuCoreApi_##name
      |                                 ^~~~~~~~~~
cudaapi.c:1874:5: note: in expansion of macro ‘API_CALL’
 1874 |     API_CALL(notSupported), /* singleStepWarp */
      |     ^~~~~~~~
cudaapi.c:37:52: note: ‘cuCoreApi_notSupported’ declared here
   37 | #define DEF_API_CALL(name)      static CUDBGResult cuCoreApi_##name
      |                                                    ^~~~~~~~~~
cudaapi.c:90:1: note: in expansion of macro ‘DEF_API_CALL’
   90 | DEF_API_CALL(notSupported)()
      | ^~~~~~~~~~~~
make[6]: *** [Makefile:389: cudaapi.o] Error 1
make[6]: Leaving directory '/<<PKGBUILDDIR>>/cuda-gdb/libcudacore'
make[5]: *** [Makefile:13350: all-libcudacore] Error 2
make[5]: *** Waiting for unfinished jobs....
yes
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... yes
checking for size_t... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for pid_t... yes
checking for a sed that does not truncate output... /usr/bin/sed
checking for ld used by GCC... ld
checking if the linker (ld) is GNU ld... yes
checking for shared library run path origin... done
checking for ANSI C header files... (cached) yes
checking for working alloca.h... yes
checking for alloca... yes
checking for nl_langinfo and CODESET... yes
checking linux/perf_event.h usability... yes
checking linux/perf_event.h presence... yes
checking for linux/perf_event.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for memory.h... (cached) yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/un.h usability... yes
checking sys/un.h presence... yes
checking for sys/un.h... yes
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking thread_db.h usability... yes
checking thread_db.h presence... yes
checking for thread_db.h... yes
checking wait.h usability... yes
checking wait.h presence... yes
checking for wait.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking for dlfcn.h... (cached) yes
checking linux/elf.h usability... yes
checking linux/elf.h presence... yes
checking for linux/elf.h... yes
checking proc_service.h usability... yes
checking proc_service.h presence... yes
checking for proc_service.h... yes
checking poll.h usability... yes
checking poll.h presence... yes
checking for poll.h... yes
checking sys/poll.h usability... yes
checking sys/poll.h presence... yes
checking for sys/poll.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking for getpagesize... yes
checking for working mmap... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for fdwalk... no
checking for getrlimit... yes
checking for pipe... yes
checking for pipe2... yes
checking for poll... yes
checking for socketpair... yes
checking for sigaction... yes
checking for ptrace64... no
checking for sbrk... yes
checking for setns... yes
checking for sigaltstack... yes
checking for sigprocmask... yes
checking for setpgid... yes
checking for setpgrp... yes
checking for getrusage... yes
checking for getauxval... yes
checking for sigtimedwait... yes
checking whether ADDR_NO_RANDOMIZE is declared... yes
checking whether strstr is declared... yes
checking for struct stat.st_blocks... yes
checking for struct stat.st_blksize... yes
checking for library containing kinfo_getfile... no
checking for kinfo_getfile... no
checking whether gcc is Clang... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking whether more special flags are required for pthreads... no
checking for PTHREAD_PRIO_INHERIT... yes
checking for std::thread... yes
checking for pthread_sigmask... yes
checking for pthread_setname_np... yes
checking for sigsetjmp... yes
checking whether to use intel pt... yes
checking for libipt... yes
checking how to link with libipt... /usr/lib/x86_64-linux-gnu/libipt.so
checking for pt_insn_event... yes
checking for struct pt_insn.enabled... no
checking for struct pt_insn.resynced... no
checking for long long support in printf... yes
checking sys/procfs.h usability... yes
checking sys/procfs.h presence... yes
checking for sys/procfs.h... yes
checking for gregset_t in sys/procfs.h... no
checking for fpregset_t in sys/procfs.h... no
checking for prgregset_t in sys/procfs.h... yes
checking for prfpregset_t in sys/procfs.h... yes
checking for prgregset32_t in sys/procfs.h... no
checking for lwpid_t in sys/procfs.h... yes
checking for psaddr_t in sys/procfs.h... yes
checking for elf_fpregset_t in sys/procfs.h... yes
checking sys/ptrace.h usability... yes
checking sys/ptrace.h presence... yes
checking for sys/ptrace.h... yes
checking ptrace.h usability... no
checking ptrace.h presence... no
checking for ptrace.h... no
checking return type of ptrace... long
checking types of arguments for ptrace... enum __ptrace_request,int,long,long
checking the compiler type... gcc
checking compiler warning flags...  -Wall -Wpointer-arith -Wno-unused 
-Wunused-value -Wunused-variable -Wunused-function -Wno-switch 
-Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter 
-Wunused-but-set-variable -Wno-sign-compare -Wno-error=maybe-uninitialized 
-Wno-mismatched-tags -Wsuggest-override -Wimplicit-fallthrough=3 
-Wduplicated-cond -Wshadow=local -Wdeprecated-copy -Wdeprecated-copy-dtor 
-Wredundant-move -Wmissing-declarations -Wstrict-null-sentinel -Wformat 
-Wformat-nonliteral 
configure: updating cache ./config.cache
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands
make[5]: Leaving directory '/<<PKGBUILDDIR>>/cuda-gdb'
make[4]: *** [Makefile:1006: all] Error 2
make[4]: Leaving directory '/<<PKGBUILDDIR>>/cuda-gdb'
dh_auto_build: error: cd cuda-gdb && make -j2 V=1 returned exit code 2
make[3]: *** [debian/rules:498: override_dh_auto_build-arch] Error 25
make[3]: Leaving directory '/<<PKGBUILDDIR>>'
make[2]: *** [debian/rules:227: build] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [debian/rules:227: install] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:227: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: nvidia-cuda-toolkit
Source-Version: 12.5.0-1
Done: Andreas Beckmann <[email protected]>

We believe that the bug you reported is fixed in the latest version of
nvidia-cuda-toolkit, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Beckmann <[email protected]> (supplier of updated nvidia-cuda-toolkit 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Wed, 10 Sep 2025 10:24:53 +0200
Source: nvidia-cuda-toolkit
Binary: gds-tools libaccinj64-12.5 libarrow500 libcublas12 libcublaslt12 
libcudart12 libcufft11 libcufftw11 libcufile-dev libcufile-rdma1 libcufile0 
libcuinj64-12.5 libcupti-dev libcupti-doc libcupti12 libcurand10 libcusolver11 
libcusolvermg11 libcusparse12 libnppc12 libnppial12 libnppicc12 libnppidei12 
libnppif12 libnppig12 libnppim12 libnppist12 libnppisu12 libnppitc12 libnpps12 
libnvblas12 libnvfatbin12 libnvidia-ml-dev libnvjitlink12 libnvjpeg12 
libnvrtc-builtins12.5 libnvrtc12 libnvtoolsext1 libnvvm4 libparquet500 
nsight-compute nsight-compute-target nsight-systems nsight-systems-target 
nvidia-cuda-dev nvidia-cuda-gdb nvidia-cuda-gdb-dbgsym nvidia-cuda-toolkit 
nvidia-cuda-toolkit-doc nvidia-cuda-toolkit-gcc nvidia-fs-dkms 
nvidia-opencl-dev nvidia-openjdk-8-jre nvidia-profiler nvidia-visual-profiler
Architecture: source amd64 all
Version: 12.5.0-1
Distribution: experimental
Urgency: medium
Maintainer: Debian NVIDIA Maintainers <[email protected]>
Changed-By: Andreas Beckmann <[email protected]>
Description:
 gds-tools  - GPUDirect Storage - tools
 libaccinj64-12.5 - NVIDIA ACCINJ Library (64-bit)
 libarrow500 - NVIDIA Nsight Systems internal library libarrow
 libcublas12 - NVIDIA cuBLAS Library
 libcublaslt12 - NVIDIA cuBLASLt Library
 libcudart12 - NVIDIA CUDA Runtime Library
 libcufft11 - NVIDIA cuFFT Library
 libcufftw11 - NVIDIA cuFFTW Library
 libcufile-dev - GPUDirect Storage - development files
 libcufile-rdma1 - GPUDirect Storage cuFile RDMA runtime library
 libcufile0 - GPUDirect Storage cuFile runtime library
 libcuinj64-12.5 - NVIDIA CUINJ Library (64-bit)
 libcupti-dev - NVIDIA CUDA Profiler Tools Interface development files
 libcupti-doc - NVIDIA CUDA Profiler Tools Interface documentation
 libcupti12 - NVIDIA CUDA Profiler Tools Interface runtime library
 libcurand10 - NVIDIA cuRAND Library
 libcusolver11 - NVIDIA cuSOLVER Library
 libcusolvermg11 - NVIDIA cuSOLVERmg Library
 libcusparse12 - NVIDIA cuSPARSE Library
 libnppc12  - NVIDIA Performance Primitives core runtime library
 libnppial12 - NVIDIA Performance Primitives lib for Image Arithmetic and Logic
 libnppicc12 - NVIDIA Performance Primitives lib for Image Color Conversion
 libnppidei12 - NVIDIA Performance Primitives lib for Image Data Exchange and 
Ini
 libnppif12 - NVIDIA Performance Primitives lib for Image Filters
 libnppig12 - NVIDIA Performance Primitives lib for Image Geometry transforms
 libnppim12 - NVIDIA Performance Primitives lib for Image Morphological operati
 libnppist12 - NVIDIA Performance Primitives lib for Image Statistics
 libnppisu12 - NVIDIA Performance Primitives lib for Image Support
 libnppitc12 - NVIDIA Performance Primitives lib for Image Threshold and Compare
 libnpps12  - NVIDIA Performance Primitives for signal processing runtime libra
 libnvblas12 - NVBLAS runtime library
 libnvfatbin12 - NVIDIA compiler library for fatbin interaction
 libnvidia-ml-dev - NVIDIA Management Library (NVML) development files
 libnvjitlink12 - NVIDIA Compiler JIT LTO Library
 libnvjpeg12 - NVIDIA JPEG library (nvJPEG)
 libnvrtc-builtins12.5 - CUDA Runtime Compilation (NVIDIA NVRTC Builtins 
Library)
 libnvrtc12 - CUDA Runtime Compilation (NVIDIA NVRTC Library)
 libnvtoolsext1 - NVIDIA Tools Extension Library
 libnvvm4   - NVIDIA NVVM Library
 libparquet500 - NVIDIA Nsight Systems internal library libparquet
 nsight-compute - NVIDIA Nsight Compute
 nsight-compute-target - NVIDIA Nsight Compute (target specific libraries)
 nsight-systems - NVIDIA Nsight Systems
 nsight-systems-target - NVIDIA Nsight Systems (target specific libraries)
 nvidia-cuda-dev - NVIDIA CUDA development files
 nvidia-cuda-gdb - NVIDIA CUDA Debugger (GDB)
 nvidia-cuda-toolkit - NVIDIA CUDA development toolkit
 nvidia-cuda-toolkit-doc - NVIDIA CUDA and OpenCL documentation
 nvidia-cuda-toolkit-gcc - NVIDIA CUDA development toolkit (GCC compatibility)
 nvidia-fs-dkms - NVIDIA file-system - nvidia-fs.ko kernel driver
 nvidia-opencl-dev - NVIDIA OpenCL development files
 nvidia-openjdk-8-jre - Obsolete OpenJDK Java runtime, for NVIDIA applications
 nvidia-profiler - NVIDIA Profiler for CUDA and OpenCL
 nvidia-visual-profiler - NVIDIA Visual Profiler for CUDA and OpenCL
Closes: 1114235
Changes:
 nvidia-cuda-toolkit (12.5.0-1) experimental; urgency=medium
 .
   * New upstream release 12.5.0 (May 2024).
     * Support for the ppc64el architecture has been discontinued.
   * [ppc64el] Remove packaging support.
   * [arm64] Remove math-vector.h workaround.
   * Refresh patches.
   * SOVERSION bump, rename library packages:
     - libaccinj64-12.4 => libaccinj64-12.5
     - libcuinj64-12.4 => libcuinj64-12.5
     - libnvrtc-builtins12.4 => libnvrtc-builtins12.5
   * Update symbols control files.
   * Upload to experimental.
 .
 nvidia-cuda-toolkit (12.4.1-4) UNRELEASED; urgency=medium
 .
   * Use system libsqlite3.so.0.
   * Add separate packages libarrow500 and libparquet500.
   * Build cuda-gdb with -std=gnu17 to fix FTBFS with gcc-15.
     (Closes: #1114235)
   * Add explicit B-D: librdmacm1t64.
Checksums-Sha1:
 6a4a295410d7118a87c3b4709ef179d52b73f26d 8642 nvidia-cuda-toolkit_12.5.0-1.dsc
 be1ad0eef595add8d53a10bf09ce11fae3779102 2560524040 
nvidia-cuda-toolkit_12.5.0.orig-amd64.tar.xz
 9f4994a2913bc88c3d6750c52f200d6867d2471b 2093963612 
nvidia-cuda-toolkit_12.5.0.orig-arm64.tar.xz
 926c90c2a84e0db00a7da94c9d9bece87653131c 28422880 
nvidia-cuda-toolkit_12.5.0.orig-openjdk-8-jre-amd64-8u462-ga-1.tar.xz
 bedda73510385988175707f688b77de334bf99f4 66902296 
nvidia-cuda-toolkit_12.5.0.orig-openjdk-8-source-8u462-ga-1.tar.xz
 0e5b37ff6d5252296b1debb8d20a236396a0fadc 204 
nvidia-cuda-toolkit_12.5.0.orig.tar.xz
 9656caa254979d80950c2e75cd8b51cdd9d21c3a 115344 
nvidia-cuda-toolkit_12.5.0-1.debian.tar.xz
 baf00b5004215d5b519631ad5736cca355758924 39022024 
gds-tools_1.10.0.4~12.5.0-1_amd64.deb
 6b0b116cc2a829034aad468e6db34c84d665b467 905932 
libaccinj64-12.5_12.5.39~12.5.0-1_amd64.deb
 8e5231280de2718ddedde63f01a5fcf091116fb9 2523996 
libarrow500_0~~12.5.0-1_amd64.deb
 f67e44fff43fcfc5e5fe90154e84e873b3e940b6 48378124 
libcublas12_12.5.2.13~12.5.0-1_amd64.deb
 620c944d4ea8756799e0fa13c3e571ee98a2b6fb 192989224 
libcublaslt12_12.5.2.13~12.5.0-1_amd64.deb
 c4db1a0d5c5982d7a6b3a0e45e6516911209883b 176344 
libcudart12_12.5.39~12.5.0-1_amd64.deb
 3813f1e0de734798ffd74e3e078fbea7cd57f0d3 152297384 
libcufft11_11.2.3.18~12.5.0-1_amd64.deb
 7bd29c628345b452236a44a7d85c3dbeea1b5bfc 267040 
libcufftw11_11.2.3.18~12.5.0-1_amd64.deb
 f08d4782a7d904d5362a2e1d7215b4bab0ed30b6 2473784 
libcufile-dev_1.10.0.4~12.5.0-1_amd64.deb
 be6a433e283c2139690f3693b6b98d9e6104b35c 36408 
libcufile-rdma1_1.10.0.4~12.5.0-1_amd64.deb
 692a6c261b2eb35d8ecd7c30fdacc4500048118f 842624 
libcufile0_1.10.0.4~12.5.0-1_amd64.deb
 c6d6fbbca268a25a2faaaa686cc760c92809ab0f 1050504 
libcuinj64-12.5_12.5.39~12.5.0-1_amd64.deb
 a7c2f92df7b7548fa4a6b38aa227a3a162262d14 8576156 
libcupti-dev_12.5.39~12.5.0-1_amd64.deb
 4c9a6c614018dd6d6e1b7ceef28a836b82af55ca 2383256 
libcupti-doc_12.5.39~12.5.0-1_all.deb
 cadd6d29cfd64fe3260f3a487b2891b3303f0952 8684776 
libcupti12_12.5.39~12.5.0-1_amd64.deb
 2ee6c089e8c282cfdc00a87609b44bf4547a18aa 41408112 
libcurand10_11.1.1+~10.3.6.39~12.5.0-1_amd64.deb
 f6bef6793053f8ff4b9719d00fb7df96a2425c1d 51115824 
libcusolver11_11.6.2.40~12.5.0-1_amd64.deb
 f5a229eb672ca8d8074eabff1f929f7ea1ef6d68 29578836 
libcusolvermg11_11.6.2.40~12.5.0-1_amd64.deb
 c35b535a1825a4b485d93ca1ed546eab213ee489 115050348 
libcusparse12_12.4.1.24~12.5.0-1_amd64.deb
 4f0382eddadb664ff4c208d547c0d19d4ef5a21f 398688 
libnppc12_12.3.0.116~12.5.0-1_amd64.deb
 6d05f55782fd40256f3866a6477ebaf8cf0ebbc1 5738072 
libnppial12_12.3.0.116~12.5.0-1_amd64.deb
 141207e551fff7b7b7824aabca8e5cf17dc4044b 2574176 
libnppicc12_12.3.0.116~12.5.0-1_amd64.deb
 4a6a8e8bb5eddb9a3864511b2c0d20b79c7bfa65 2671352 
libnppidei12_12.3.0.116~12.5.0-1_amd64.deb
 49ac39072c30dfc4260bfe02fc17f6287cead3d6 44642436 
libnppif12_12.3.0.116~12.5.0-1_amd64.deb
 63d06c43ba10cb9ff72bc1124a81bd9b19d8a293 15270396 
libnppig12_12.3.0.116~12.5.0-1_amd64.deb
 d439bf1282b4b07cf4da45982bdb693a1e178818 3188948 
libnppim12_12.3.0.116~12.5.0-1_amd64.deb
 885ec35d5a83259e7e7ebfeeab1a74faa6128a61 14710068 
libnppist12_12.3.0.116~12.5.0-1_amd64.deb
 f7b16660f7b7991abcbd8852292b4e189f4b9029 172700 
libnppisu12_12.3.0.116~12.5.0-1_amd64.deb
 4e1dcda8ca857449d37bc7e89e18dab9dee1dfeb 1446448 
libnppitc12_12.3.0.116~12.5.0-1_amd64.deb
 499b37d64fc1610cacba1a355b87267e3b72622c 4534332 
libnpps12_12.3.0.116~12.5.0-1_amd64.deb
 a8284c6aff4ebc62e087cacf3f3d583a48bcd0a9 182140 
libnvblas12_12.5.2.13~12.5.0-1_amd64.deb
 66c358cac9d0f874cd072e973eae971a31030a71 742084 
libnvfatbin12_12.5.39~12.5.0-1_amd64.deb
 4fae72cc5f2728c5df938912cbea5a9c1331d592 92572 
libnvidia-ml-dev_12.5.39~12.5.0-1_amd64.deb
 5ef39a3d4bdabbbb9e8d9ca0e29a1df182e03c31 15736420 
libnvjitlink12_12.5.40~12.5.0-1_amd64.deb
 59d0a066b2a321bbabb74c007c2d741203c93e29 2340380 
libnvjpeg12_12.3.2.38~12.5.0-1_amd64.deb
 8bbf6df1ebc66dc26059dd61489ce211ec0f4afe 267996 
libnvrtc-builtins12.5_12.5.40~12.5.0-1_amd64.deb
 e0db78e657413605f908744cb526505724360f99 17575828 
libnvrtc12_12.5.40~12.5.0-1_amd64.deb
 fc35a169b192bdeceac0e7fe11d9bad18d2010e6 33840 
libnvtoolsext1_12.5.39~12.5.0-1_amd64.deb
 1bac4c4c6218b0e0dc3137fab3080dd6de800870 8462460 
libnvvm4_12.5.40~12.5.0-1_amd64.deb
 65bee1a3b7546e270fe107d1330b3a58b3335c4d 650028 
libparquet500_0~~12.5.0-1_amd64.deb
 033af71b6c5225ef174847347674d537c9fcf401 62825232 
nsight-compute-target_2024.2.0.16~12.5.0-1_amd64.deb
 bcab458860119ac53ac659d081ed039b71b697c6 234694872 
nsight-compute_2024.2.0.16~12.5.0-1_amd64.deb
 8192c21c148abde278fe19109f54454280a74acd 42356388 
nsight-systems-target_2024.2.3.38~12.5.0-1_amd64.deb
 deb01a4304fc232ee25b1c07b230b0c7e9c63a0b 154066540 
nsight-systems_2024.2.3.38~12.5.0-1_amd64.deb
 39889377cb392ab871d57dfcbd5d3cbb9378c0e7 917240052 
nvidia-cuda-dev_12.5.39~12.5.0-1_amd64.deb
 ed275ca08609ae0fccf14553d9f6356dbd150b79 48701648 
nvidia-cuda-gdb-dbgsym_12.5.39~12.5.0-1_amd64.deb
 79ad456ae6b420ce10ffbe7a9adb509ce3bc2f15 4083132 
nvidia-cuda-gdb_12.5.39~12.5.0-1_amd64.deb
 8bcee49313c95866332e96197d93ebccda0a05b3 6784372 
nvidia-cuda-toolkit-doc_12.5.0-1_all.deb
 bdfbe5afd91e93c9cfe1436e196bb61df043d526 25064 
nvidia-cuda-toolkit-gcc_12.5.0-1_amd64.deb
 79e106c9d106ece360989062f6a555c42d0d0f4a 31462 
nvidia-cuda-toolkit_12.5.0-1_amd64.buildinfo
 ff6be1d53d931a103424b14aad0076d6eb6117d1 87618296 
nvidia-cuda-toolkit_12.5.40~12.5.0-1_amd64.deb
 c91fb26ddc4f46a65e932afa64f7d16a466a9352 83700 
nvidia-fs-dkms_2.20.5~12.5.0-1_amd64.deb
 8e4003242bfa055facc9cf791593cf4e1ab0ed7c 24780 
nvidia-opencl-dev_12.5.39~12.5.0-1_amd64.deb
 ddbc69a2d487480547efbf6635eeb702747ff98b 28354896 
nvidia-openjdk-8-jre_9.+8u462-ga-1~12.5.0-1_amd64.deb
 37f03f42da8d43e55b372b04fd63b543d090d03f 2072576 
nvidia-profiler_12.5.39~12.5.0-1_amd64.deb
 6b0d05a0261460f3e1aea18899197e5df8268974 112336016 
nvidia-visual-profiler_12.5.39~12.5.0-1_amd64.deb
Checksums-Sha256:
 f86bcc1fcd495be4ec076a48c1b70e2318d993aa0c08737e48019215fe1cb30b 8642 
nvidia-cuda-toolkit_12.5.0-1.dsc
 aef2fa30c214c88f8cd0816b385a866eb264523fc9db253d850017bd017c0517 2560524040 
nvidia-cuda-toolkit_12.5.0.orig-amd64.tar.xz
 75d80ed072b7c8c7dce4023422e7f2c46cb8e2e4c463a3e07807d599851486e7 2093963612 
nvidia-cuda-toolkit_12.5.0.orig-arm64.tar.xz
 b576737c83ba8b7a0e6be6fdcb11f4a66da1cdc1056fbeba37a20bd5e6a4d553 28422880 
nvidia-cuda-toolkit_12.5.0.orig-openjdk-8-jre-amd64-8u462-ga-1.tar.xz
 a17e6ed2bf37badb87be6feac903330af2f7177aaad9b75d7c07a083ef7e0ccb 66902296 
nvidia-cuda-toolkit_12.5.0.orig-openjdk-8-source-8u462-ga-1.tar.xz
 f5a0ad32ec762cc7b5277f3317402b32283771a2b75c976825fb58c76021971c 204 
nvidia-cuda-toolkit_12.5.0.orig.tar.xz
 d8e2afeebfe270ff238038fbad10814ad39155f385071f72fca54d906ba940f7 115344 
nvidia-cuda-toolkit_12.5.0-1.debian.tar.xz
 57889b754abd293e6b206b73a2a7bd0f8c15666af9507b4cec122d70ffb8d64b 39022024 
gds-tools_1.10.0.4~12.5.0-1_amd64.deb
 33355d192d37c6230f7ad6c29a5b03f85fc49fcd549c4273454cdda6f9578ee3 905932 
libaccinj64-12.5_12.5.39~12.5.0-1_amd64.deb
 7bf8004858e95c36dc9b4539d32ad3771d191e6594a4b0ba9c7f4044931f4ca7 2523996 
libarrow500_0~~12.5.0-1_amd64.deb
 25e2c9bea8e1929da4aac984437495d364019d3c47021aa3c2e49bc28ed2709e 48378124 
libcublas12_12.5.2.13~12.5.0-1_amd64.deb
 574cea02260230e855bdd612ed42b9a10cdb470ec8338f9657f459c8a7a53358 192989224 
libcublaslt12_12.5.2.13~12.5.0-1_amd64.deb
 22cd25d786146be37621b62970f66479ad37f4e4f01f1739121d83216f373883 176344 
libcudart12_12.5.39~12.5.0-1_amd64.deb
 1b9da429adf904dc2cdafb486d86f2ac4da247b2dbd989b0be1b1f24ffc94c22 152297384 
libcufft11_11.2.3.18~12.5.0-1_amd64.deb
 706ebcaacdb755a4cb7ba66437211b54905d90fc5bcbbea60df2ae83b918b575 267040 
libcufftw11_11.2.3.18~12.5.0-1_amd64.deb
 62c960fa02ada8fdecf206cdb1ff83235286c9c3c40b2316d822131efe1c27c1 2473784 
libcufile-dev_1.10.0.4~12.5.0-1_amd64.deb
 c301098d05e643a9e119f469dfe791d31b8567fc61de027b3a9802082adca963 36408 
libcufile-rdma1_1.10.0.4~12.5.0-1_amd64.deb
 cc3bd5a72bf344ffb02bac8e2122082da64a227a5acb685e68022e3e1b8271f0 842624 
libcufile0_1.10.0.4~12.5.0-1_amd64.deb
 5df3147842113ba020240b4df260f3edec2716c601230a8d9dcf4d26568537bf 1050504 
libcuinj64-12.5_12.5.39~12.5.0-1_amd64.deb
 16c3fcccb315df5c7e981a88aea33bf691ffa49616ecf7f0481cd6940cf469a0 8576156 
libcupti-dev_12.5.39~12.5.0-1_amd64.deb
 3e4009601abac8147d8837a5481a5cc4498ea867dda39b1d327df84a5b83c696 2383256 
libcupti-doc_12.5.39~12.5.0-1_all.deb
 c7f0adbce71a97bbb35bcc85b3865226f5d3a5855db93cc7dc016ed15bfdee3c 8684776 
libcupti12_12.5.39~12.5.0-1_amd64.deb
 f5468a9767956ff419e714062da537b5cdb09b7bf2c686adf5cf3e6a700d6ed4 41408112 
libcurand10_11.1.1+~10.3.6.39~12.5.0-1_amd64.deb
 333b3f1852c0e05143579764e00404aaf2c98342756363d514af9610117222c9 51115824 
libcusolver11_11.6.2.40~12.5.0-1_amd64.deb
 fe1836a1436e0cdf48ed72c0227b7e303b5134bc0897af2b966d253c4d4264b3 29578836 
libcusolvermg11_11.6.2.40~12.5.0-1_amd64.deb
 e3eb10455928379c6cdf41c03b2620f682d2e2e4d6862daf0e3040e7d457e53a 115050348 
libcusparse12_12.4.1.24~12.5.0-1_amd64.deb
 0db41e077967af2bb054af1a3c9f90429e007f90f80691518025012364d45825 398688 
libnppc12_12.3.0.116~12.5.0-1_amd64.deb
 96fa0e6e46b3d047cf00e46c2615de1e448706e705dbeb0e24717e3fa8d30369 5738072 
libnppial12_12.3.0.116~12.5.0-1_amd64.deb
 e19ba4ad2cfe3846b2b5710bba18167d278b53d165f78664ecc4343623a5f0c0 2574176 
libnppicc12_12.3.0.116~12.5.0-1_amd64.deb
 b9b020e2637372d7c1776d482c40ad50eba67e7d3d5183b237641b5d8a51feb8 2671352 
libnppidei12_12.3.0.116~12.5.0-1_amd64.deb
 0a79163c68d05e55aaf011ebc728e0266f3c64825b4aa7e7c8f16cc5728f31f8 44642436 
libnppif12_12.3.0.116~12.5.0-1_amd64.deb
 47c2a3f57b70409a8a444fd84bc2182ff008f7e99245dc17257aa09589ed7048 15270396 
libnppig12_12.3.0.116~12.5.0-1_amd64.deb
 91da49fe4266338bd4f8e84bf1303503e0646a887b46b05692049032085c9312 3188948 
libnppim12_12.3.0.116~12.5.0-1_amd64.deb
 119b750d639d703254d29ba7118ee1f1d4823e893e551d895115e0560564b124 14710068 
libnppist12_12.3.0.116~12.5.0-1_amd64.deb
 3f96893b49238ef0bb598de57030627d79512d917cdbd4dd4412f8ff26867289 172700 
libnppisu12_12.3.0.116~12.5.0-1_amd64.deb
 5238ec9ba39951646824e6502d365305c9512ea3a2cd02008d76baa9eca9c4df 1446448 
libnppitc12_12.3.0.116~12.5.0-1_amd64.deb
 b3122adf58afffa87692f25dfa6d9ad75cf4ae0384f486f08fb432dd879d4d83 4534332 
libnpps12_12.3.0.116~12.5.0-1_amd64.deb
 fd0fc46b38b38dcf1bd896081eeddade63e9cd233ac84106093e27d2e514c1d9 182140 
libnvblas12_12.5.2.13~12.5.0-1_amd64.deb
 2bd0012f846420a7785d3a77b36cf8ce4ead945e1664615c3614770b7b9f9b25 742084 
libnvfatbin12_12.5.39~12.5.0-1_amd64.deb
 28d5024656bd4eeb0041046d096ca04a30fec57bd9b5fa365648ae8e45f2945f 92572 
libnvidia-ml-dev_12.5.39~12.5.0-1_amd64.deb
 bef0795af18a2479597a0b3f0e6a6fb253d5bb74ea8ae70b014b9b3d8806ffd9 15736420 
libnvjitlink12_12.5.40~12.5.0-1_amd64.deb
 66ed4523e9ca0f8f4510fb609c0d4ec555e6aeb1667ab886b8a390440988a9c4 2340380 
libnvjpeg12_12.3.2.38~12.5.0-1_amd64.deb
 bffc7af4461e459b136916bd1cca433807c3a10dfc4d37fbb77d9f308f2607cc 267996 
libnvrtc-builtins12.5_12.5.40~12.5.0-1_amd64.deb
 e9cbcaa823d5be52ae4374277297a6054885225388d59e164c6fce39e2c09934 17575828 
libnvrtc12_12.5.40~12.5.0-1_amd64.deb
 f12e0c5c09c93f3198944c00cbf5e802630b2667c9cbcf8214d294a800f9d1d3 33840 
libnvtoolsext1_12.5.39~12.5.0-1_amd64.deb
 aff6139f8e8cfd6402f869d18b53ee3cedb1b5c57d71521657ec764dfb3eb43f 8462460 
libnvvm4_12.5.40~12.5.0-1_amd64.deb
 7e2897af2afe69fd3fdcd49e6760a6c9025227db0be03ce7e37b65a6ea8e0d51 650028 
libparquet500_0~~12.5.0-1_amd64.deb
 d6e2ba897b33963abc1790e714513db2f2ac61c22988f23c86bd1abc1fd5f271 62825232 
nsight-compute-target_2024.2.0.16~12.5.0-1_amd64.deb
 a5795b9f869c84392e759b8966520f12a8cb7409ce54d075fc18e73a7aeb6b8a 234694872 
nsight-compute_2024.2.0.16~12.5.0-1_amd64.deb
 0f2c260cc4d7b9532455c97e6b0f673df83bfd039aeb26f1dd2640208f64e8ae 42356388 
nsight-systems-target_2024.2.3.38~12.5.0-1_amd64.deb
 fb044055a1c3b0413102d78dd4d9f5158888e0af16479e807f645f31b3434407 154066540 
nsight-systems_2024.2.3.38~12.5.0-1_amd64.deb
 c5756a1032490300f9cb43c3868f380a82d4ddb7b2a25e7ea478b0082291f1f3 917240052 
nvidia-cuda-dev_12.5.39~12.5.0-1_amd64.deb
 419ebb6b77852aeb4291e7ea0b4b039264a51dcf9c7daa6aad4a7f5fe6992abe 48701648 
nvidia-cuda-gdb-dbgsym_12.5.39~12.5.0-1_amd64.deb
 5fb5419d269b8c7fce2afec63a8ea984549aa12efe461f8b3c76f97267de33a9 4083132 
nvidia-cuda-gdb_12.5.39~12.5.0-1_amd64.deb
 86f699334eacf19a687d953952822481222f925d953529b3201864f1fb076563 6784372 
nvidia-cuda-toolkit-doc_12.5.0-1_all.deb
 87b1657c1af46b3b404894c1addb0820462d9ae1df46d67bbabd531f3d469765 25064 
nvidia-cuda-toolkit-gcc_12.5.0-1_amd64.deb
 c36ac9636f55a0b8cae11c5093b0dc1337b0f4ed43ca6cd4f42c80207a375fef 31462 
nvidia-cuda-toolkit_12.5.0-1_amd64.buildinfo
 e576215139c166aa209983a50b224524782d4cfcff025729a4c5b7b3fd1f6217 87618296 
nvidia-cuda-toolkit_12.5.40~12.5.0-1_amd64.deb
 3ea0b1d549e42f10a54cf73e6a9ce9b5b9456c268cb8b9367b2882626b81581f 83700 
nvidia-fs-dkms_2.20.5~12.5.0-1_amd64.deb
 e91bba0fe71af446001dd30eca9e29480f7f27ca4cc29e01df109ed06a170b4b 24780 
nvidia-opencl-dev_12.5.39~12.5.0-1_amd64.deb
 e5cb420e8f7234c34070cc4459129fd39d485dfbc0154c1b8f6ffbf44d6e600f 28354896 
nvidia-openjdk-8-jre_9.+8u462-ga-1~12.5.0-1_amd64.deb
 cc7a96a40be7225ad37b03292497e5adb6d4e727ad20f1c42d77fe5bfa1d24c6 2072576 
nvidia-profiler_12.5.39~12.5.0-1_amd64.deb
 370f6e14e21077729b6fef452ac209ce495b2b218c486f6a0d22abb9e19cddd6 112336016 
nvidia-visual-profiler_12.5.39~12.5.0-1_amd64.deb
Files:
 35faf3defeda4e1f952534ac099b2a25 8642 non-free/libs optional 
nvidia-cuda-toolkit_12.5.0-1.dsc
 86dcc0cb704fdaeea0fc1d600abbffc9 2560524040 non-free/libs optional 
nvidia-cuda-toolkit_12.5.0.orig-amd64.tar.xz
 0c25d4d7dfa789c95c6b6216575a022d 2093963612 non-free/libs optional 
nvidia-cuda-toolkit_12.5.0.orig-arm64.tar.xz
 c5c503239edf4dc22c0c44864e3758ee 28422880 non-free/libs optional 
nvidia-cuda-toolkit_12.5.0.orig-openjdk-8-jre-amd64-8u462-ga-1.tar.xz
 eb7f4ef8a7691d3a6faadbbf1307ace8 66902296 non-free/libs optional 
nvidia-cuda-toolkit_12.5.0.orig-openjdk-8-source-8u462-ga-1.tar.xz
 4468f8e00a290dba0dd0a0a6f1d43117 204 non-free/libs optional 
nvidia-cuda-toolkit_12.5.0.orig.tar.xz
 01677ccb4e85aa188723ecc6fe460748 115344 non-free/libs optional 
nvidia-cuda-toolkit_12.5.0-1.debian.tar.xz
 0b4e11924a6d82b5ba7f4dfb556950c3 39022024 non-free/utils optional 
gds-tools_1.10.0.4~12.5.0-1_amd64.deb
 c82495491755c2a7aeafb5bffd01006f 905932 non-free/libs optional 
libaccinj64-12.5_12.5.39~12.5.0-1_amd64.deb
 87e4c03081c0b55cfc4adc4d4549253d 2523996 non-free/libs optional 
libarrow500_0~~12.5.0-1_amd64.deb
 4077b858b7219fff8a624020563b8d97 48378124 non-free/libs optional 
libcublas12_12.5.2.13~12.5.0-1_amd64.deb
 6b2ec36e6e441b845a62ef617df48793 192989224 non-free/libs optional 
libcublaslt12_12.5.2.13~12.5.0-1_amd64.deb
 4b385ecbdd3e7f82f0372874d182f5b6 176344 non-free/libs optional 
libcudart12_12.5.39~12.5.0-1_amd64.deb
 b463a78e41ef4e5c191151b696665a8d 152297384 non-free/libs optional 
libcufft11_11.2.3.18~12.5.0-1_amd64.deb
 2c01191c445734b1c0a2fa013ea3ce71 267040 non-free/libs optional 
libcufftw11_11.2.3.18~12.5.0-1_amd64.deb
 40d20989947c95e005b1ea12baf49cc5 2473784 non-free/libdevel optional 
libcufile-dev_1.10.0.4~12.5.0-1_amd64.deb
 b28663f6821c4b9b64f1323b339ded7c 36408 non-free/libs optional 
libcufile-rdma1_1.10.0.4~12.5.0-1_amd64.deb
 1625e797a776afbb92ec7ddcfd1bb714 842624 non-free/libs optional 
libcufile0_1.10.0.4~12.5.0-1_amd64.deb
 10a9a9b83987d846ed61d09a3c47dfdc 1050504 non-free/libs optional 
libcuinj64-12.5_12.5.39~12.5.0-1_amd64.deb
 8c24d54a6b972bea3f3b7251d7c6c4ff 8576156 non-free/libdevel optional 
libcupti-dev_12.5.39~12.5.0-1_amd64.deb
 b9ef2a90f6cba6e9c159ec6b05664a16 2383256 non-free/doc optional 
libcupti-doc_12.5.39~12.5.0-1_all.deb
 13a91e50d900a15a5b67b0239ed9a266 8684776 non-free/libs optional 
libcupti12_12.5.39~12.5.0-1_amd64.deb
 b81a3c50c26c928b32c6dc64033604ef 41408112 non-free/libs optional 
libcurand10_11.1.1+~10.3.6.39~12.5.0-1_amd64.deb
 d8722df4cd3c9953374409c04c5aaf3b 51115824 non-free/libs optional 
libcusolver11_11.6.2.40~12.5.0-1_amd64.deb
 8fabb2a401a57391db63e0e5cb8210fa 29578836 non-free/libs optional 
libcusolvermg11_11.6.2.40~12.5.0-1_amd64.deb
 5e2a3af8e6ec3067b6e8fa0545e86779 115050348 non-free/libs optional 
libcusparse12_12.4.1.24~12.5.0-1_amd64.deb
 f7974681eeeaf36e75d3c038c0e626d7 398688 non-free/libs optional 
libnppc12_12.3.0.116~12.5.0-1_amd64.deb
 f39fc7e70496af9f6557af89d3c07175 5738072 non-free/libs optional 
libnppial12_12.3.0.116~12.5.0-1_amd64.deb
 630e30d2a5abd21a25967251c2ab444b 2574176 non-free/libs optional 
libnppicc12_12.3.0.116~12.5.0-1_amd64.deb
 0033da4bfc0dbaffe28ac7138cc25362 2671352 non-free/libs optional 
libnppidei12_12.3.0.116~12.5.0-1_amd64.deb
 9dbe8a380cf57d9e221df4c9ad79faa7 44642436 non-free/libs optional 
libnppif12_12.3.0.116~12.5.0-1_amd64.deb
 ac7375922b041f2f0155613adeecdb80 15270396 non-free/libs optional 
libnppig12_12.3.0.116~12.5.0-1_amd64.deb
 3f855a9f46c17f5a291b8d551206ec87 3188948 non-free/libs optional 
libnppim12_12.3.0.116~12.5.0-1_amd64.deb
 ffc671333ccadc9bfd486900c7b98845 14710068 non-free/libs optional 
libnppist12_12.3.0.116~12.5.0-1_amd64.deb
 6ea4666afdcf73780e3de8b83178ad0b 172700 non-free/libs optional 
libnppisu12_12.3.0.116~12.5.0-1_amd64.deb
 099f6b51bd89e317b1021d2724a5432c 1446448 non-free/libs optional 
libnppitc12_12.3.0.116~12.5.0-1_amd64.deb
 1c710ce44024a0807084b80912895d0a 4534332 non-free/libs optional 
libnpps12_12.3.0.116~12.5.0-1_amd64.deb
 fd3ee245230da31aaeeb89e23199f62f 182140 non-free/libs optional 
libnvblas12_12.5.2.13~12.5.0-1_amd64.deb
 4e4288c7622e9c5a489177c1802d97de 742084 non-free/libs optional 
libnvfatbin12_12.5.39~12.5.0-1_amd64.deb
 f59190805db325f8a85f79a41b470777 92572 non-free/libdevel optional 
libnvidia-ml-dev_12.5.39~12.5.0-1_amd64.deb
 6b04323d0ef61c280e0a15732a76121b 15736420 non-free/libs optional 
libnvjitlink12_12.5.40~12.5.0-1_amd64.deb
 b1201d49d21c3dfe62fdc5c49464c47b 2340380 non-free/libs optional 
libnvjpeg12_12.3.2.38~12.5.0-1_amd64.deb
 73683d17d369a444b286fcfe349b9be6 267996 non-free/libs optional 
libnvrtc-builtins12.5_12.5.40~12.5.0-1_amd64.deb
 bbc41af6d45bdb392049b83009de0259 17575828 non-free/libs optional 
libnvrtc12_12.5.40~12.5.0-1_amd64.deb
 3909a159a32d9a5decaead44ff82f3e9 33840 non-free/libs optional 
libnvtoolsext1_12.5.39~12.5.0-1_amd64.deb
 8a7a92143e77c3e2caac99e252d924d5 8462460 non-free/libs optional 
libnvvm4_12.5.40~12.5.0-1_amd64.deb
 dbe2ae13458a6c6d03bc176690bbf9c7 650028 non-free/libs optional 
libparquet500_0~~12.5.0-1_amd64.deb
 924322095b392aaf3633fb4599165157 62825232 non-free/devel optional 
nsight-compute-target_2024.2.0.16~12.5.0-1_amd64.deb
 26ec3c9c1d8a66366ac815e0add2c025 234694872 non-free/devel optional 
nsight-compute_2024.2.0.16~12.5.0-1_amd64.deb
 f272bb54d14a65ff21780b552b8b3cdd 42356388 non-free/devel optional 
nsight-systems-target_2024.2.3.38~12.5.0-1_amd64.deb
 1e34c10ec01aafa2a7546b4e2d1b826e 154066540 non-free/devel optional 
nsight-systems_2024.2.3.38~12.5.0-1_amd64.deb
 0704adb5a0c6e069f44e495f196300fd 917240052 non-free/libdevel optional 
nvidia-cuda-dev_12.5.39~12.5.0-1_amd64.deb
 850643c3b0572dc289b85d5d4cfc69d3 48701648 non-free/debug optional 
nvidia-cuda-gdb-dbgsym_12.5.39~12.5.0-1_amd64.deb
 ce3a02f18fa8e4bd3f0ae04ca1d35ef5 4083132 non-free/devel optional 
nvidia-cuda-gdb_12.5.39~12.5.0-1_amd64.deb
 11a831e89c8bc563dc16fc3ecd0eaf5e 6784372 non-free/doc optional 
nvidia-cuda-toolkit-doc_12.5.0-1_all.deb
 d6151202030fb3af26a503b791b0d193 25064 non-free/devel optional 
nvidia-cuda-toolkit-gcc_12.5.0-1_amd64.deb
 f878e92441adf5375ad1efec4e494e9c 31462 non-free/libs optional 
nvidia-cuda-toolkit_12.5.0-1_amd64.buildinfo
 8fda59351fe768bd11390a5b0a6111cd 87618296 non-free/devel optional 
nvidia-cuda-toolkit_12.5.40~12.5.0-1_amd64.deb
 f5d2b55ec7d250b3a9b4408d7f6d9f24 83700 non-free/kernel optional 
nvidia-fs-dkms_2.20.5~12.5.0-1_amd64.deb
 6c4bd7965a835cdd7c0611c2ceedb7fb 24780 non-free/libdevel optional 
nvidia-opencl-dev_12.5.39~12.5.0-1_amd64.deb
 e7a09a220175d1d2398c7ad31d7e4d4d 28354896 non-free/java optional 
nvidia-openjdk-8-jre_9.+8u462-ga-1~12.5.0-1_amd64.deb
 8b8b41c94752b273db801bc7428d5708 2072576 non-free/devel optional 
nvidia-profiler_12.5.39~12.5.0-1_amd64.deb
 e53c473f90b4c66d9c4ab82a9ad6047e 112336016 non-free/devel optional 
nvidia-visual-profiler_12.5.39~12.5.0-1_amd64.deb

-----BEGIN PGP SIGNATURE-----

iQJEBAEBCAAuFiEE6/MKMKjZxjvaRMaUX7M/k1np7QgFAmjBTPYQHGFuYmVAZGVi
aWFuLm9yZwAKCRBfsz+TWentCJPFD/96ObjlKFjxWcGeh7Fx4j9vbmHszuTnUoep
jVzPyJbuKh1K3+807LIlg9R8edD9+xg0G4pM4awiiJPK33p04sZeDZb2yHBISoPY
cxMh2rHnsWS9Vw3cJZV288QH4U5ZH9aM8njAP8Okg6yCPBPifSwHfFqWDiyHYx7U
YjOH+/d9nMCpV68Qp+kw6BRxzDlLZdu9HXBsKeBO4QM8n5bAaAcyCWYW1hh9jEMQ
e/FSJosVF7QZPBkOtO+FRpDgZu/RTSLLpENZ5cJ0lYNaIE4tK385gZecoxyZtHOV
E2aKjbQ2h4bSno242pE4Xjg2UjXJOPYxLihB9ICPBns5FlV+XgVZNFHWgoezX4Vd
VVB9iVuPCF1sIpqXs0BRucr0xh7j5s/jsTxrzZ/w27xOfB/LnvHyRJcKQOMSgBRy
3ebZ9Ih3RxFHxjSFBERU85qGjvJGakE7eMz6iFuArERerJKe0KYHy2YT80znZtZr
9AF4MYhMB/6xHUTZGp/dJIbxy/6/K8ULLqikFc6UR4v4XpywIYtDuWNIg7ZTKiis
AnhkJ6FZzuPKJbvSWpIy4Pd+mDswOvs/fvDmedn1PUQQUOE6ao2MWMKbVZk+VAWC
wJ1UsjvAAeiSFAAjDUO0eTH1ubgYr3ZPXiKD+rk5q43NuGH0zGn/N8BswsbCFFRl
hS+uctmH9g==
=uFig
-----END PGP SIGNATURE-----

Attachment: pgpL7XfdVCG5L.pgp
Description: PGP signature


--- End Message ---

Reply via email to