Date: Sunday, January 15, 2017 @ 11:18:46 Author: arojas Revision: 207437
Provide precompiled libraries Modified: fflas-ffpack/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-01-15 11:09:12 UTC (rev 207436) +++ PKGBUILD 2017-01-15 11:18:46 UTC (rev 207437) @@ -3,18 +3,18 @@ pkgname=fflas-ffpack pkgver=2.2.2 -pkgrel=2 +pkgrel=3 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/" license=(LGPL) -makedepends=(givaro cblas lapack) +depends=(givaro cblas lapack) source=("https://github.com/linbox-team/fflas-ffpack/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz") md5sums=('d661ade1eb33dbdf145c8d08451f2630') build() { cd $pkgname-$pkgver - ./configure --prefix=/usr --with-blas-libs="-lcblas -llapack -lgomp" --disable-simd + ./configure --prefix=/usr --with-blas-libs="-lcblas -llapack -lgomp" --disable-simd --enable-precompilation make }
