Date: Thursday, May 12, 2016 @ 18:36:40 Author: arojas Revision: 175067
Link to libgomp Modified: fflas-ffpack/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-05-12 16:25:09 UTC (rev 175066) +++ PKGBUILD 2016-05-12 16:36:40 UTC (rev 175067) @@ -3,7 +3,7 @@ pkgname=fflas-ffpack pkgver=2.2.1 -pkgrel=2 +pkgrel=3 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" + ./configure --prefix=/usr --with-blas-libs="-lcblas -llapack -lgomp" make }
