Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
pynormaliz
Commits:
05717500 by Antonio Rojas at 2026-05-28T08:32:47+02:00
upgpkg: 2.24-2: gcc-libs--
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = pynormaliz
pkgdesc = A Python interface to Normaliz
pkgver = 2.24
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Normaliz/PyNormaliz
arch = x86_64
license = GPL-2.0-or-later
@@ -11,8 +11,9 @@ pkgbase = pynormaliz
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
- depends = gcc-libs
depends = glibc
+ depends = libgcc
+ depends = libstdc++
depends = normaliz
depends = python
source = git+https://github.com/Normaliz/PyNormaliz#tag=v2.24
=====================================
PKGBUILD
=====================================
@@ -3,13 +3,14 @@
pkgbase=pynormaliz
pkgname=(python-pynormaliz)
pkgver=2.24
-pkgrel=1
+pkgrel=2
pkgdesc='A Python interface to Normaliz'
arch=(x86_64)
url='https://github.com/Normaliz/PyNormaliz'
license=(GPL-2.0-or-later)
-depends=(gcc-libs
- glibc
+depends=(glibc
+ libgcc
+ libstdc++
normaliz
python)
makedepends=(boost
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pynormaliz/-/commit/05717500a5edf9e2abfff48a5cab2042a8761fe8
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pynormaliz/-/commit/05717500a5edf9e2abfff48a5cab2042a8761fe8
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help