Date: Sunday, May 12, 2019 @ 14:56:49 Author: arojas Revision: 466576
Update to 1.6.0 Modified: linbox/trunk/PKGBUILD Deleted: linbox/trunk/linbox-gcc8.patch -------------------+ PKGBUILD | 17 ++++++----------- linbox-gcc8.patch | 12 ------------ 2 files changed, 6 insertions(+), 23 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-05-12 14:56:44 UTC (rev 466575) +++ PKGBUILD 2019-05-12 14:56:49 UTC (rev 466576) @@ -1,22 +1,17 @@ # Maintainer: Antonio Rojas < [email protected] > pkgname=linbox -pkgver=1.5.2 -pkgrel=11 +pkgver=1.6.0 +pkgrel=1 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=(x86_64) url="http://linalg.org/" license=(LGPL) -depends=(ntl iml fflas-ffpack) -source=("https://github.com/linbox-team/linbox/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz" linbox-gcc8.patch) -sha256sums=('7b69ab617b15ca6684b29d08531ed8899cd4d07ec75799e5d624c4c0a60dc6b2' - 'f0977ba881fae0c6a1d21e61367dbd7c2cc582362bab753398a731c80714bc66') +depends=(fflas-ffpack) +makedepends=(m4rie flint iml fplll) +source=("https://github.com/linbox-team/linbox/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz") +sha256sums=('2024d7dd8779eb1808244f4063e5bdc745a27268db4de29bbef0dff086bca4b6') -prepare() { - cd $pkgname-$pkgver - patch -p1 -i ../linbox-gcc8.patch # Fix build with GCC 8 -} - build() { cd $pkgname-$pkgver Deleted: linbox-gcc8.patch =================================================================== --- linbox-gcc8.patch 2019-05-12 14:56:44 UTC (rev 466575) +++ linbox-gcc8.patch 2019-05-12 14:56:49 UTC (rev 466576) @@ -1,12 +0,0 @@ ---- linbox-1.5.2/linbox/matrix/densematrix/blas-transposed-matrix.h.orig 2018-05-06 10:35:33.852181382 +0000 -+++ linbox-1.5.2/linbox/matrix/densematrix/blas-transposed-matrix.h 2018-05-06 10:35:59.598847558 +0000 -@@ -67,9 +67,6 @@ - /*! TransposedBlasMatrix. - * NO DOC - */ --#if !defined(__INTEL_COMPILER) && !defined(__CUDACC__) & !defined(__clang__) -- template <> --#endif - template< class Matrix > - class TransposedBlasMatrix< TransposedBlasMatrix< Matrix > > : public Matrix { -
