[arch-commits] Commit in linbox/repos (4 files)

2017-09-11 Thread Antonio Rojas
Date: Monday, September 11, 2017 @ 12:17:40
  Author: arojas
Revision: 256910

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  linbox/repos/community-staging-i686/
  linbox/repos/community-staging-i686/PKGBUILD
(from rev 256909, linbox/trunk/PKGBUILD)
  linbox/repos/community-staging-x86_64/
  linbox/repos/community-staging-x86_64/PKGBUILD
(from rev 256909, linbox/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   39 
 community-staging-x86_64/PKGBUILD |   39 
 2 files changed, 78 insertions(+)

Copied: linbox/repos/community-staging-i686/PKGBUILD (from rev 256909, 
linbox/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-09-11 12:17:40 UTC (rev 256910)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Antonio Rojas < nqn7...@gmail.com >
+
+pkgname=linbox
+pkgver=1.4.2
+pkgrel=11
+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 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')
+
+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
+
+  ./configure --prefix=/usr --enable-sage --enable-optimization 
--with-fplll=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+# make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: linbox/repos/community-staging-x86_64/PKGBUILD (from rev 256909, 
linbox/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-09-11 12:17:40 UTC (rev 256910)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Antonio Rojas < nqn7...@gmail.com >
+
+pkgname=linbox
+pkgver=1.4.2
+pkgrel=11
+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 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')
+
+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
+
+  ./configure --prefix=/usr --enable-sage --enable-optimization 
--with-fplll=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+# make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in linbox/repos (4 files)

2017-07-08 Thread Antonio Rojas
Date: Saturday, July 8, 2017 @ 08:53:14
  Author: arojas
Revision: 243299

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  linbox/repos/community-staging-i686/
  linbox/repos/community-staging-i686/PKGBUILD
(from rev 243298, linbox/trunk/PKGBUILD)
  linbox/repos/community-staging-x86_64/
  linbox/repos/community-staging-x86_64/PKGBUILD
(from rev 243298, linbox/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   39 
 community-staging-x86_64/PKGBUILD |   39 
 2 files changed, 78 insertions(+)

Copied: linbox/repos/community-staging-i686/PKGBUILD (from rev 243298, 
linbox/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-07-08 08:53:14 UTC (rev 243299)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Antonio Rojas < nqn7...@gmail.com >
+
+pkgname=linbox
+pkgver=1.4.2
+pkgrel=10
+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 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')
+
+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
+
+  ./configure --prefix=/usr --enable-sage --enable-optimization 
--with-fplll=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+# make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: linbox/repos/community-staging-x86_64/PKGBUILD (from rev 243298, 
linbox/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-07-08 08:53:14 UTC (rev 243299)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Antonio Rojas < nqn7...@gmail.com >
+
+pkgname=linbox
+pkgver=1.4.2
+pkgrel=10
+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 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')
+
+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
+
+  ./configure --prefix=/usr --enable-sage --enable-optimization 
--with-fplll=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+# make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in linbox/repos (4 files)

2017-06-20 Thread Antonio Rojas
Date: Tuesday, June 20, 2017 @ 16:04:59
  Author: arojas
Revision: 239064

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  linbox/repos/community-staging-i686/
  linbox/repos/community-staging-i686/PKGBUILD
(from rev 239063, linbox/trunk/PKGBUILD)
  linbox/repos/community-staging-x86_64/
  linbox/repos/community-staging-x86_64/PKGBUILD
(from rev 239063, linbox/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   39 
 community-staging-x86_64/PKGBUILD |   39 
 2 files changed, 78 insertions(+)

Copied: linbox/repos/community-staging-i686/PKGBUILD (from rev 239063, 
linbox/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-20 16:04:59 UTC (rev 239064)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Antonio Rojas < nqn7...@gmail.com >
+
+pkgname=linbox
+pkgver=1.4.2
+pkgrel=9
+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 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')
+
+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
+
+  ./configure --prefix=/usr --enable-sage --enable-optimization 
--with-fplll=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+# make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: linbox/repos/community-staging-x86_64/PKGBUILD (from rev 239063, 
linbox/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-06-20 16:04:59 UTC (rev 239064)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Antonio Rojas < nqn7...@gmail.com >
+
+pkgname=linbox
+pkgver=1.4.2
+pkgrel=9
+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 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')
+
+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
+
+  ./configure --prefix=/usr --enable-sage --enable-optimization 
--with-fplll=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+# make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in linbox/repos (4 files)

2017-03-26 Thread Antonio Rojas
Date: Sunday, March 26, 2017 @ 18:15:11
  Author: arojas
Revision: 219160

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  linbox/repos/community-staging-i686/
  linbox/repos/community-staging-i686/PKGBUILD
(from rev 219159, linbox/trunk/PKGBUILD)
  linbox/repos/community-staging-x86_64/
  linbox/repos/community-staging-x86_64/PKGBUILD
(from rev 219159, linbox/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   39 
 community-staging-x86_64/PKGBUILD |   39 
 2 files changed, 78 insertions(+)

Copied: linbox/repos/community-staging-i686/PKGBUILD (from rev 219159, 
linbox/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-26 18:15:11 UTC (rev 219160)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Antonio Rojas < nqn7...@gmail.com >
+
+pkgname=linbox
+pkgver=1.4.2
+pkgrel=8
+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 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'
+'e58d03deb3c6379a6dbcae035153081d3d0e15beec60fbb47a6d3557658735bb')
+
+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
+
+  ./configure --prefix=/usr --enable-sage --enable-optimization 
--with-fplll=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+# make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: linbox/repos/community-staging-x86_64/PKGBUILD (from rev 219159, 
linbox/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-26 18:15:11 UTC (rev 219160)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Antonio Rojas < nqn7...@gmail.com >
+
+pkgname=linbox
+pkgver=1.4.2
+pkgrel=8
+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 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'
+'e58d03deb3c6379a6dbcae035153081d3d0e15beec60fbb47a6d3557658735bb')
+
+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
+
+  ./configure --prefix=/usr --enable-sage --enable-optimization 
--with-fplll=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+# make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in linbox/repos (4 files)

2017-01-15 Thread Antonio Rojas
Date: Sunday, January 15, 2017 @ 18:20:12
  Author: arojas
Revision: 207482

archrelease: copy trunk to community-i686, community-x86_64

Added:
  linbox/repos/community-i686/PKGBUILD
(from rev 207481, linbox/trunk/PKGBUILD)
  linbox/repos/community-x86_64/PKGBUILD
(from rev 207481, linbox/trunk/PKGBUILD)
Deleted:
  linbox/repos/community-i686/PKGBUILD
  linbox/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   78 
 community-i686/PKGBUILD   |   40 --
 community-x86_64/PKGBUILD |   40 --
 3 files changed, 78 insertions(+), 80 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-15 18:19:19 UTC (rev 207481)
+++ community-i686/PKGBUILD 2017-01-15 18:20:12 UTC (rev 207482)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas < nqn7...@gmail.com >
-
-pkgname=linbox
-pkgver=1.4.2
-pkgrel=6
-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)
-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'
- '47d5fa608972cd6807b9facc5d828e53')
-
-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
-
-  ./configure --prefix=/usr --enable-sage --enable-optimization 
--with-fplll=/usr
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-# make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: linbox/repos/community-i686/PKGBUILD (from rev 207481, 
linbox/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-15 18:20:12 UTC (rev 207482)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Antonio Rojas < nqn7...@gmail.com >
+
+pkgname=linbox
+pkgver=1.4.2
+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 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'
+ '47d5fa608972cd6807b9facc5d828e53')
+
+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
+
+  ./configure --prefix=/usr --enable-sage --enable-optimization 
--with-fplll=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+# make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-01-15 18:19:19 UTC (rev 207481)
+++ community-x86_64/PKGBUILD   2017-01-15 18:20:12 UTC (rev 207482)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas < nqn7...@gmail.com >
-
-pkgname=linbox
-pkgver=1.4.2
-pkgrel=6
-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)
-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'
- '47d5fa608972cd6807b9facc5d828e53')
-
-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
-
-  ./configure --prefix=/usr --enable-sage --enable-optimization 
--with-fplll=/usr
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-# make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: linbox/repos/community-x86_64/PKGBUILD (from rev 207481, 
linbox/trunk/PKGBUILD

[arch-commits] Commit in linbox/repos (4 files)

2016-11-20 Thread Antonio Rojas
Date: Sunday, November 20, 2016 @ 10:51:03
  Author: arojas
Revision: 196365

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  linbox/repos/community-staging-i686/
  linbox/repos/community-staging-i686/PKGBUILD
(from rev 196364, linbox/trunk/PKGBUILD)
  linbox/repos/community-staging-x86_64/
  linbox/repos/community-staging-x86_64/PKGBUILD
(from rev 196364, linbox/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   40 
 community-staging-x86_64/PKGBUILD |   40 
 2 files changed, 80 insertions(+)

Copied: linbox/repos/community-staging-i686/PKGBUILD (from rev 196364, 
linbox/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-11-20 10:51:03 UTC (rev 196365)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Antonio Rojas < nqn7...@gmail.com >
+
+pkgname=linbox
+pkgver=1.4.2
+pkgrel=6
+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)
+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'
+ '47d5fa608972cd6807b9facc5d828e53')
+
+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
+
+  ./configure --prefix=/usr --enable-sage --enable-optimization 
--with-fplll=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+# make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: linbox/repos/community-staging-x86_64/PKGBUILD (from rev 196364, 
linbox/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-11-20 10:51:03 UTC (rev 196365)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Antonio Rojas < nqn7...@gmail.com >
+
+pkgname=linbox
+pkgver=1.4.2
+pkgrel=6
+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)
+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'
+ '47d5fa608972cd6807b9facc5d828e53')
+
+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
+
+  ./configure --prefix=/usr --enable-sage --enable-optimization 
--with-fplll=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+# make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in linbox/repos (4 files)

2016-11-11 Thread Antonio Rojas
Date: Friday, November 11, 2016 @ 10:13:11
  Author: arojas
Revision: 195332

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  linbox/repos/community-staging-i686/
  linbox/repos/community-staging-i686/PKGBUILD
(from rev 195331, linbox/trunk/PKGBUILD)
  linbox/repos/community-staging-x86_64/
  linbox/repos/community-staging-x86_64/PKGBUILD
(from rev 195331, linbox/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   40 
 community-staging-x86_64/PKGBUILD |   40 
 2 files changed, 80 insertions(+)

Copied: linbox/repos/community-staging-i686/PKGBUILD (from rev 195331, 
linbox/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-11-11 10:13:11 UTC (rev 195332)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Antonio Rojas < nqn7...@gmail.com >
+
+pkgname=linbox
+pkgver=1.4.2
+pkgrel=5
+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)
+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'
+ '47d5fa608972cd6807b9facc5d828e53')
+
+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
+
+  ./configure --prefix=/usr --enable-sage --enable-optimization 
--with-fplll=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+# make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: linbox/repos/community-staging-x86_64/PKGBUILD (from rev 195331, 
linbox/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-11-11 10:13:11 UTC (rev 195332)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Antonio Rojas < nqn7...@gmail.com >
+
+pkgname=linbox
+pkgver=1.4.2
+pkgrel=5
+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)
+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'
+ '47d5fa608972cd6807b9facc5d828e53')
+
+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
+
+  ./configure --prefix=/usr --enable-sage --enable-optimization 
--with-fplll=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+# make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in linbox/repos (4 files)

2016-10-19 Thread Antonio Rojas
Date: Wednesday, October 19, 2016 @ 17:03:54
  Author: arojas
Revision: 192610

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  linbox/repos/community-staging-i686/PKGBUILD
(from rev 192609, linbox/trunk/PKGBUILD)
  linbox/repos/community-staging-x86_64/PKGBUILD
(from rev 192609, linbox/trunk/PKGBUILD)
Deleted:
  linbox/repos/community-staging-i686/PKGBUILD
  linbox/repos/community-staging-x86_64/PKGBUILD

---+
 /PKGBUILD |   80 
 community-staging-i686/PKGBUILD   |   31 -
 community-staging-x86_64/PKGBUILD |   31 -
 3 files changed, 80 insertions(+), 62 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2016-10-19 17:03:24 UTC (rev 192609)
+++ community-staging-i686/PKGBUILD 2016-10-19 17:03:54 UTC (rev 192610)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas < nqn7...@gmail.com >
-
-pkgname=linbox
-pkgver=1.4.2
-pkgrel=4
-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 libfplll iml givaro) 
-makedepends=(fflas-ffpack)
-source=("https://github.com/linbox-team/linbox/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz";)
-md5sums=('c0daf8a74b373cf577dec975bca4fb9c')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --enable-sage --enable-optimization 
--with-fplll=/usr
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-# make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: linbox/repos/community-staging-i686/PKGBUILD (from rev 192609, 
linbox/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-10-19 17:03:54 UTC (rev 192610)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Antonio Rojas < nqn7...@gmail.com >
+
+pkgname=linbox
+pkgver=1.4.2
+pkgrel=4
+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)
+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'
+ '47d5fa608972cd6807b9facc5d828e53')
+
+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
+
+  ./configure --prefix=/usr --enable-sage --enable-optimization 
--with-fplll=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+# make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-staging-x86_64/PKGBUILD
===
--- community-staging-x86_64/PKGBUILD   2016-10-19 17:03:24 UTC (rev 192609)
+++ community-staging-x86_64/PKGBUILD   2016-10-19 17:03:54 UTC (rev 192610)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas < nqn7...@gmail.com >
-
-pkgname=linbox
-pkgver=1.4.2
-pkgrel=4
-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 libfplll iml givaro) 
-makedepends=(fflas-ffpack)
-source=("https://github.com/linbox-team/linbox/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz";)
-md5sums=('c0daf8a74b373cf577dec975bca4fb9c')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --enable-sage --enable-optimization 
--with-fplll=/usr
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-# make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: linbox/repos/community-staging-x86_64/PKGBUILD (from rev 192609, 
linbox/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-10-19 17:03:54 UTC (rev 192610)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Antonio Rojas < nqn7...@gmail.com >
+
+pkgname=linbox
+pkgver=1.4.2
+pkgrel=4
+pkgdesc="A template library for exact, high-performance linear algebra 
computation with dense, sparse, and structured matrices over the i

[arch-commits] Commit in linbox/repos (4 files)

2016-10-19 Thread Antonio Rojas
Date: Wednesday, October 19, 2016 @ 16:40:15
  Author: arojas
Revision: 192607

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  linbox/repos/community-staging-i686/
  linbox/repos/community-staging-i686/PKGBUILD
(from rev 192605, linbox/trunk/PKGBUILD)
  linbox/repos/community-staging-x86_64/
  linbox/repos/community-staging-x86_64/PKGBUILD
(from rev 192606, linbox/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   31 +++
 community-staging-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: linbox/repos/community-staging-i686/PKGBUILD (from rev 192605, 
linbox/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-10-19 16:40:15 UTC (rev 192607)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Antonio Rojas < nqn7...@gmail.com >
+
+pkgname=linbox
+pkgver=1.4.2
+pkgrel=4
+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 libfplll iml givaro) 
+makedepends=(fflas-ffpack)
+source=("https://github.com/linbox-team/linbox/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz";)
+md5sums=('c0daf8a74b373cf577dec975bca4fb9c')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-sage --enable-optimization 
--with-fplll=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+# make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: linbox/repos/community-staging-x86_64/PKGBUILD (from rev 192606, 
linbox/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-10-19 16:40:15 UTC (rev 192607)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Antonio Rojas < nqn7...@gmail.com >
+
+pkgname=linbox
+pkgver=1.4.2
+pkgrel=4
+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 libfplll iml givaro) 
+makedepends=(fflas-ffpack)
+source=("https://github.com/linbox-team/linbox/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz";)
+md5sums=('c0daf8a74b373cf577dec975bca4fb9c')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-sage --enable-optimization 
--with-fplll=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+# make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in linbox/repos (4 files)

2016-09-04 Thread Antonio Rojas
Date: Sunday, September 4, 2016 @ 09:59:37
  Author: arojas
Revision: 188517

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  linbox/repos/community-staging-i686/
  linbox/repos/community-staging-i686/PKGBUILD
(from rev 188516, linbox/trunk/PKGBUILD)
  linbox/repos/community-staging-x86_64/
  linbox/repos/community-staging-x86_64/PKGBUILD
(from rev 188516, linbox/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   31 +++
 community-staging-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: linbox/repos/community-staging-i686/PKGBUILD (from rev 188516, 
linbox/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-09-04 09:59:37 UTC (rev 188517)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Antonio Rojas < nqn7...@gmail.com >
+
+pkgname=linbox
+pkgver=1.4.2
+pkgrel=3
+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 libfplll iml givaro) 
+makedepends=(fflas-ffpack)
+source=("https://github.com/linbox-team/linbox/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz";)
+md5sums=('c0daf8a74b373cf577dec975bca4fb9c')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-sage --enable-optimization 
--with-fplll=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+# make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: linbox/repos/community-staging-x86_64/PKGBUILD (from rev 188516, 
linbox/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-09-04 09:59:37 UTC (rev 188517)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Antonio Rojas < nqn7...@gmail.com >
+
+pkgname=linbox
+pkgver=1.4.2
+pkgrel=3
+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 libfplll iml givaro) 
+makedepends=(fflas-ffpack)
+source=("https://github.com/linbox-team/linbox/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz";)
+md5sums=('c0daf8a74b373cf577dec975bca4fb9c')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-sage --enable-optimization 
--with-fplll=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+# make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}