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

Antonio Rojas arojas at archlinux.org
Fri May 20 08:52:17 UTC 2016


    Date: Friday, May 20, 2016 @ 10:52:16
  Author: arojas
Revision: 175847

Disable SSE4 instructions (FS#49408)

Modified:
  fflas-ffpack/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-20 08:20:32 UTC (rev 175846)
+++ PKGBUILD	2016-05-20 08:52:16 UTC (rev 175847)
@@ -3,7 +3,7 @@
 
 pkgname=fflas-ffpack
 pkgver=2.2.1
-pkgrel=5
+pkgrel=6
 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" --disable-avx
+  ./configure --prefix=/usr --with-blas-libs="-lcblas -llapack -lgomp" --disable-avx --disable-sse
   make
 }
 



More information about the arch-commits mailing list