Jakub Klinkovský pushed to branch main at Arch Linux / Packaging / Packages /
python-nvmath
Commits:
a681e61a by Jakub Klinkovský at 2026-02-21T13:14:35+01:00
upgpkg: 0.8.0-2: Replace deprecated gcc-libs dependency
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-nvmath
pkgdesc = NVIDIA Math Libraries for Python
pkgver = 0.8.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/NVIDIA/nvmath-python
arch = x86_64
license = Apache-2.0
@@ -11,8 +11,9 @@ pkgbase = python-nvmath
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
- depends = gcc-libs
depends = glibc
+ depends = libgcc
+ depends = libstdc++
depends = python
depends = python-cuda-bindings
depends = python-cuda-core
=====================================
PKGBUILD
=====================================
@@ -3,14 +3,15 @@
_name=nvmath
pkgname=python-$_name
pkgver=0.8.0
-pkgrel=1
+pkgrel=2
pkgdesc="NVIDIA Math Libraries for Python"
arch=(x86_64)
url="https://github.com/NVIDIA/nvmath-python"
license=(Apache-2.0)
depends=(
- gcc-libs
glibc
+ libgcc
+ libstdc++
python
python-cuda-bindings
python-cuda-core
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-nvmath/-/commit/a681e61a7189a0bb9e90bdb12fce31a3937b387c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-nvmath/-/commit/a681e61a7189a0bb9e90bdb12fce31a3937b387c
You're receiving this email because of your account on gitlab.archlinux.org.