Date: Sunday, January 15, 2017 @ 18:19:19 Author: arojas Revision: 207481
Link to fflas-ffpack shared libs Modified: linbox/trunk/PKGBUILD ----------+ PKGBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-01-15 18:14:27 UTC (rev 207480) +++ PKGBUILD 2017-01-15 18:19:19 UTC (rev 207481) @@ -3,13 +3,12 @@ pkgname=linbox pkgver=1.4.2 -pkgrel=6 +pkgrel=7 pkgdesc="A template library for exact, high-performance linear algebra computation with dense, sparse, and structured matrices over the integers and over finite fields" arch=(i686 x86_64) url="http://linalg.org/" license=(LGPL) -depends=(m4rie lapack flint fplll iml givaro) -makedepends=(fflas-ffpack) +depends=(m4rie flint fplll iml fflas-ffpack) source=("https://github.com/linbox-team/linbox/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz" linbox-fplll5.patch::"https://github.com/fingolfin/linbox/commit/95355873.patch") md5sums=('c0daf8a74b373cf577dec975bca4fb9c'
