Jakub Klinkovský pushed to branch main at Arch Linux / Packaging / Packages / 
cudss


Commits:
5eb62f14 by Jakub Klinkovský at 2026-02-14T12:24:38+01:00
upgpkg: 0.7.1.4-2: Replace deprecated gcc-libs dependency

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,13 +1,15 @@
 pkgbase = cudss
        pkgdesc = A high-performance CUDA library for Direct Sparse Solvers
        pkgver = 0.7.1.4
-       pkgrel = 1
+       pkgrel = 2
        url = https://docs.nvidia.com/cuda/cudss/
        arch = x86_64
        license = LicenseRef-NVIDIA-cuDSS
        depends = cuda>=13
-       depends = gcc-libs
        depends = glibc
+       depends = libgcc
+       depends = libgomp
+       depends = libstdc++
        optdepends = nccl: for the NCCL multi-GPU communication layer
        optdepends = openmpi: for the OpenMPI multi-GPU communication layer
        options = !strip


=====================================
PKGBUILD
=====================================
@@ -3,15 +3,17 @@
 pkgname=cudss
 pkgver=0.7.1.4
 _cudaver=13
-pkgrel=1
+pkgrel=2
 pkgdesc="A high-performance CUDA library for Direct Sparse Solvers"
 arch=(x86_64)
 url="https://docs.nvidia.com/cuda/cudss/";
 license=(LicenseRef-NVIDIA-cuDSS)
 depends=(
   "cuda>=$_cudaver"
-  gcc-libs
   glibc
+  libgcc
+  libgomp
+  libstdc++
 )
 optdepends=(
   'nccl: for the NCCL multi-GPU communication layer'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cudss/-/commit/5eb62f1445e000f8e255bd788755de2006309d1e

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cudss/-/commit/5eb62f1445e000f8e255bd788755de2006309d1e
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to