Date: Saturday, November 18, 2017 @ 09:32:11
  Author: arojas
Revision: 267273

Update to 1.5.0

Modified:
  linbox/trunk/PKGBUILD

----------+
 PKGBUILD |   19 +++++--------------
 1 file changed, 5 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2017-11-18 09:22:48 UTC (rev 267272)
+++ PKGBUILD    2017-11-18 09:32:11 UTC (rev 267273)
@@ -2,25 +2,16 @@
 # Maintainer: Antonio Rojas < [email protected] >
 
 pkgname=linbox
-pkgver=1.4.2
-pkgrel=11
+pkgver=1.5.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=(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";)
-sha256sums=('47f025fe7aab204fb276307f32a562de357c887c6ef589b9e4f7a57a3b58ecaf'
-            '44ca7b3be35d0724dc0261726cffe31939c20bb61aaeb015da3e543953a2a887')
+depends=(m4rie flint fplll iml fflas-ffpack tinyxml2) 
+source=("https://github.com/linbox-team/linbox/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz";)
+sha256sums=('ae6a9ffb5f32ad3ed4980d82d09b8c5cf023aa3298873467c15f610d64797749')
 
-prepare() {
-  cd $pkgname-$pkgver
-# Fix build with fplll 5.0
-  patch -p1 -i ../linbox-fplll5.patch
-  sed -e 's|fplll/dpe.h|fplll/nr/dpe.h|g' -i linbox/algorithms/short-vector.h
-}
-
 build() {
   cd $pkgname-$pkgver
 

Reply via email to