Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / m4ri
Commits:
ae09e16e by Antonio Rojas at 2024-10-18T18:18:22+02:00
upgpkg: 20240729-6
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = m4ri
pkgdesc = Algorithms for linear algebra over F_2
pkgver = 20240729
- pkgrel = 5
+ pkgrel = 6
url = https://bitbucket.org/malb/m4ri
arch = x86_64
license = GPL-2.0-or-later
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=m4ri
pkgver=20240729
-pkgrel=5
+pkgrel=6
pkgdesc='Algorithms for linear algebra over F_2'
arch=(x86_64)
url='https://bitbucket.org/malb/m4ri'
@@ -19,7 +19,7 @@ prepare() {
cd $pkgname
git cherry-pick -n 3197be5f7d3c67e8f13e32516557f35cbf4ff6ce # Fix CFLAGS in
pc file
sed -e '/AX_EXT/d' -i configure.ac # Disable CPU autodetection
- sed -e 's|\@SIMD_FLAGS\@ ||' -i m4ri.pc.in -i m4ri/m4ri_config.h.in
+ sed -e 's|\@SIMD_FLAGS\@||' -i m4ri.pc.in -i m4ri/m4ri_config.h.in
autoreconf -vi
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/m4ri/-/commit/ae09e16edcf40b1dbd4104b47d4ece045e8de131
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/m4ri/-/commit/ae09e16edcf40b1dbd4104b47d4ece045e8de131
You're receiving this email because of your account on gitlab.archlinux.org.