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

Antonio Rojas <arojas at archlinux.org Antonio Rojas <arojas at archlinux.org
Mon Aug 1 22:51:44 UTC 2016


    Date: Monday, August 1, 2016 @ 22:51:44
  Author: arojas
Revision: 184790

Update to 2.2.2

Modified:
  fflas-ffpack/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-08-01 22:38:19 UTC (rev 184789)
+++ PKGBUILD	2016-08-01 22:51:44 UTC (rev 184790)
@@ -2,8 +2,8 @@
 # Maintainer: Antonio Rojas <arojas at archlinux.org>
 
 pkgname=fflas-ffpack
-pkgver=2.2.1
-pkgrel=7
+pkgver=2.2.2
+pkgrel=1
 pkgdesc="A library for dense linear algebra over word-size finite fields"
 arch=(i686 x86_64) # pkgconfig file is arch-specific
 url="http://linbox-team.github.io/fflas-ffpack/"
@@ -10,19 +10,14 @@
 license=(LGPL)
 makedepends=(givaro cblas lapack)
 source=("https://github.com/linbox-team/fflas-ffpack/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
-md5sums=('4aa8d77f233774ed29c4be84e43190dd')
+md5sums=('d661ade1eb33dbdf145c8d08451f2630')
 
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr --with-blas-libs="-lcblas -llapack -lgomp" --disable-avx --disable-sse
+  ./configure --prefix=/usr --with-blas-libs="-lcblas -llapack -lgomp" --disable-simd
   make
 }
 
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
 package() {
   cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install



More information about the arch-commits mailing list