Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / m4ri
Commits:
cf85e68f by Antonio Rojas at 2024-10-18T17:01:17+02:00
upgpkg: 20240729-4: Disable CPU autodetection
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = m4ri
pkgdesc = Algorithms for linear algebra over F_2
pkgver = 20240729
- pkgrel = 3
+ pkgrel = 4
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=3
+pkgrel=4
pkgdesc='Algorithms for linear algebra over F_2'
arch=(x86_64)
url='https://bitbucket.org/malb/m4ri'
@@ -19,6 +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
autoreconf -vi
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/m4ri/-/commit/cf85e68fa57708323779ee58d2b64cfb054eedc4
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/m4ri/-/commit/cf85e68fa57708323779ee58d2b64cfb054eedc4
You're receiving this email because of your account on gitlab.archlinux.org.