[arch-commits] Commit in fflas-ffpack/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Mon May 16 06:48:40 UTC 2016
Date: Monday, May 16, 2016 @ 08:48:39
Author: arojas
Revision: 175462
Fix linking to libgomp
Modified:
fflas-ffpack/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-05-16 06:33:05 UTC (rev 175461)
+++ PKGBUILD 2016-05-16 06:48:39 UTC (rev 175462)
@@ -3,7 +3,7 @@
pkgname=fflas-ffpack
pkgver=2.2.1
-pkgrel=4
+pkgrel=5
pkgdesc="A library for dense linear algebra over word-size finite fields"
arch=(any)
url="http://linbox-team.github.io/fflas-ffpack/"
@@ -14,7 +14,7 @@
build() {
cd $pkgname-$pkgver
- ./configure --prefix=/usr --with-blas-libs="-lcblas -llapack" --disable-avx
+ ./configure --prefix=/usr --with-blas-libs="-lcblas -llapack -lgomp" --disable-avx
make
}
More information about the arch-commits
mailing list