[arch-commits] Commit in m4rie/trunk (PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Mon Nov 15 22:46:36 UTC 2021
Date: Monday, November 15, 2021 @ 22:46:35
Author: arojas
Revision: 1048511
Enable openmp
Modified:
m4rie/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-15 22:30:43 UTC (rev 1048510)
+++ PKGBUILD 2021-11-15 22:46:35 UTC (rev 1048511)
@@ -3,10 +3,10 @@
pkgname=m4rie
pkgver=20200125
-pkgrel=1
-pkgdesc="Algorithms for linear algebra over F_2^e"
+pkgrel=2
+pkgdesc='Algorithms for linear algebra over F_2^e'
arch=(x86_64)
-url="https://bitbucket.org/malb/m4rie"
+url='https://bitbucket.org/malb/m4rie'
license=(GPL)
depends=(m4ri)
source=(https://bitbucket.org/malb/m4rie/downloads/$pkgname-$pkgver.tar.gz)
@@ -14,7 +14,8 @@
build() {
cd $pkgname-$pkgver
- ./configure --prefix=/usr
+ ./configure --prefix=/usr \
+ --enable-openmp
make
}
More information about the arch-commits
mailing list