Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 4ti2
Commits:
95a4ddf8 by Erwin-Iosef at 2026-02-16T09:40:22+05:30
Rebuild with gcc-libs deprecation
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -6,10 +6,11 @@ pkgbase = 4ti2
arch = x86_64
license = GPL-2.0-or-later
makedepends = git
- depends = gcc-libs
depends = glibc
depends = glpk
depends = gmp
+ depends = libgcc
+ depends = libstdc++
depends = sh
source = git+https://github.com/4ti2/4ti2#tag=Release_1_6_14
sha256sums =
eb5de78199de6b5d84b7d19650054edf7d2bca3dc9a7203cbacc7a39190bf1b5
=====================================
PKGBUILD
=====================================
@@ -7,10 +7,11 @@ pkgdesc='A software package for algebraic, geometric and
combinatorial problems
arch=(x86_64)
url='https://4ti2.github.io/'
license=(GPL-2.0-or-later)
-depends=(gcc-libs
- glibc
+depends=(glibc
glpk
gmp
+ libgcc
+ libstdc++
sh)
makedepends=(git)
source=(git+https://github.com/4ti2/4ti2#tag=Release_${pkgver//./_})
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/4ti2/-/commit/95a4ddf838d6a42afe5321010390c4df07e3977d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/4ti2/-/commit/95a4ddf838d6a42afe5321010390c4df07e3977d
You're receiving this email because of your account on gitlab.archlinux.org.