Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / m4ri
Commits:
eb27512d by Antonio Rojas at 2024-10-18T16:54:16+02:00
upgpkg: 20240729-3: 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 = 2
+ pkgrel = 3
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=2
+pkgrel=3
pkgdesc='Algorithms for linear algebra over F_2'
arch=(x86_64)
url='https://bitbucket.org/malb/m4ri'
@@ -18,6 +18,7 @@
sha256sums=('3e1224490cb5c93e5ed18f89ae3345f710787d246c096b989583fa340e573b2a')
prepare() {
cd $pkgname
git cherry-pick -n 3197be5f7d3c67e8f13e32516557f35cbf4ff6ce # Fix CFLAGS in
pc file
+ sed -e '/AX_EXT/d' -i configure.ac # Disable CPU autodetection
autoreconf -vi
}
@@ -26,7 +27,8 @@ build() {
./configure \
--prefix=/usr \
--enable-openmp \
- --enable-thread-safe
+ --enable-thread-safe \
+ --disable-static
make
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/m4ri/-/commit/eb27512ddf4e1c798509b463cf70a5ad9bd4abae
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/m4ri/-/commit/eb27512ddf4e1c798509b463cf70a5ad9bd4abae
You're receiving this email because of your account on gitlab.archlinux.org.