[arch-commits] Commit in fflas-ffpack/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Thu May 12 16:58:00 UTC 2016


    Date: Thursday, May 12, 2016 @ 18:58:00
  Author: arojas
Revision: 175073

Disable AVX instructions

Modified:
  fflas-ffpack/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-12 16:49:42 UTC (rev 175072)
+++ PKGBUILD	2016-05-12 16:58:00 UTC (rev 175073)
@@ -3,7 +3,7 @@
 
 pkgname=fflas-ffpack
 pkgver=2.2.1
-pkgrel=3
+pkgrel=4
 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 -lgomp"
+  ./configure --prefix=/usr --with-blas-libs="-lcblas -llapack" --disable-avx
   make
 }
 



More information about the arch-commits mailing list