Date: Thursday, May 12, 2016 @ 18:24:30 Author: arojas Revision: 175063
Enable lapack Modified: fflas-ffpack/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-05-12 16:21:12 UTC (rev 175062) +++ PKGBUILD 2016-05-12 16:24:30 UTC (rev 175063) @@ -3,7 +3,7 @@ pkgname=fflas-ffpack pkgver=2.2.1 -pkgrel=1 +pkgrel=2 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" + ./configure --prefix=/usr --with-blas-libs="-lcblas -llapack" make }
