Date: Friday, June 7, 2019 @ 16:37:50 Author: arojas Revision: 478183
Update to 2.4.1 Modified: fflas-ffpack/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-06-07 15:52:47 UTC (rev 478182) +++ PKGBUILD 2019-06-07 16:37:50 UTC (rev 478183) @@ -1,7 +1,7 @@ # Maintainer: Antonio Rojas <[email protected]> pkgname=fflas-ffpack -pkgver=2.4.0 +pkgver=2.4.1 pkgrel=1 pkgdesc="A library for dense linear algebra over word-size finite fields" arch=(x86_64) # pkgconfig file is arch-specific @@ -9,12 +9,13 @@ license=(LGPL) depends=(givaro cblas lapack) source=("https://github.com/linbox-team/fflas-ffpack/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz") -sha256sums=('c258907bb5a52c8543cd33024fda70eb4274c15f44cd68eec4ccc218b9155e54') +sha256sums=('5c5a214ca060dab0002382aef76acf5408f406aa67cbcb65139958f0aee36622') build() { cd $pkgname-$pkgver ./configure --prefix=/usr --enable-precompilation --with-blas-libs="-lblas -lcblas -llapack" \ --disable-sse3 --disable-ssse3 --disable-sse41 --disable-sse42 --disable-avx --disable-avx2 --disable-fma + sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool # https://bugzilla.gnome.org/show_bug.cgi?id=655517 make }
