Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / gap
Commits:
89eae3dd by Antonio Rojas at 2025-10-10T20:30:08+02:00
upgpkg: 4.15.0-4: Fix performance regression
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = gap
pkgdesc = Groups, Algorithms, Programming: a system for computational
discrete algebra
pkgver = 4.15.0
- pkgrel = 3
+ pkgrel = 4
url = https://www.gap-system.org/
arch = x86_64
license = GPL-2.0-or-later
=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@ pkgbase=gap
pkgname=(gap
gap-packages)
pkgver=4.15.0
-pkgrel=3
+pkgrel=4
pkgdesc='Groups, Algorithms, Programming: a system for computational discrete
algebra'
arch=(x86_64)
url='https://www.gap-system.org/'
@@ -46,6 +46,7 @@ prepare() {
cd gap
ln -s ../gap-$pkgver/pkg .
git cherry-pick -n ad5dffcc97170f46c79acd1bf0a5bd284befc98b # Fix
regressions in rational matrix groups
+ git cherry-pick -n 9628fc7c1559a9bc2f036e89abb99eebaf2a816f # Fix
performance regression
autoreconf -fiv
# Use system normaliz
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gap/-/commit/89eae3ddfb89e8c8fb3d9ae2a3c4e63bc14d5915
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gap/-/commit/89eae3ddfb89e8c8fb3d9ae2a3c4e63bc14d5915
You're receiving this email because of your account on gitlab.archlinux.org.