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

2016-05-23 Thread Antonio Rojas
Date: Monday, May 23, 2016 @ 21:11:50
  Author: arojas
Revision: 176158

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

Added:
  linbox/repos/community-i686/PKGBUILD
(from rev 176157, linbox/trunk/PKGBUILD)
  linbox/repos/community-i686/lapack.patch
(from rev 176157, linbox/trunk/lapack.patch)
  linbox/repos/community-i686/linbox-fplll.patch
(from rev 176157, linbox/trunk/linbox-fplll.patch)
  linbox/repos/community-i686/underlink.patch
(from rev 176157, linbox/trunk/underlink.patch)
  linbox/repos/community-x86_64/PKGBUILD
(from rev 176157, linbox/trunk/PKGBUILD)
  linbox/repos/community-x86_64/lapack.patch
(from rev 176157, linbox/trunk/lapack.patch)
  linbox/repos/community-x86_64/linbox-fplll.patch
(from rev 176157, linbox/trunk/linbox-fplll.patch)
  linbox/repos/community-x86_64/underlink.patch
(from rev 176157, linbox/trunk/underlink.patch)
Deleted:
  linbox/repos/community-i686/PKGBUILD
  linbox/repos/community-i686/lapack.patch
  linbox/repos/community-i686/linbox-fplll.patch
  linbox/repos/community-i686/underlink.patch
  linbox/repos/community-x86_64/PKGBUILD
  linbox/repos/community-x86_64/lapack.patch
  linbox/repos/community-x86_64/linbox-fplll.patch
  linbox/repos/community-x86_64/underlink.patch

-+
 /PKGBUILD   |   62 
 /lapack.patch   |   44 
 /linbox-fplll.patch |  174 ++
 /underlink.patch|   82 
 community-i686/PKGBUILD |   31 --
 community-i686/lapack.patch |   22 
 community-i686/linbox-fplll.patch   |   87 -
 community-i686/underlink.patch  |   41 
 community-x86_64/PKGBUILD   |   31 --
 community-x86_64/lapack.patch   |   22 
 community-x86_64/linbox-fplll.patch |   87 -
 community-x86_64/underlink.patch|   41 
 12 files changed, 362 insertions(+), 362 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-23 19:11:07 UTC (rev 176157)
+++ community-i686/PKGBUILD 2016-05-23 19:11:50 UTC (rev 176158)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas < nqn7...@gmail.com >
-
-pkgname=linbox
-pkgver=1.4.1
-pkgrel=2
-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=('e6638413bef578990d8764faca44ab17')
-
-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 176157, 
linbox/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-23 19:11:50 UTC (rev 176158)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Antonio Rojas < nqn7...@gmail.com >
+
+pkgname=linbox
+pkgver=1.4.1
+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=('e6638413bef578990d8764faca44ab17')
+
+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-i686/lapack.patch
===
--- community-i686/lapack.patch 2016-05-23 19:11:07 UTC (rev 176157)
+++ community-i686/lapack.patch 2016-05-23 19:11:50 UTC (rev 176158)
@@ -1,22 +0,0 @@
 ./macros/lapack-check.m4.orig  2012-06-07 02:30:26.0 -0600
-+++ ./macros/lapack-check.m4   2012-10-02 15:05:47.051001770 -0600
-@@ -38,7 +38,7 @@ LIBS="${BACKUP_LIBS} ${BLAS_LIBS}"
- 
- AC_TRY_RUN(dnl ICC ?
- [   #include "fflas-ffpack/fflas-ffpack-config.h"
--  #ifdef __FFLAS_FFPACK_HAVE_LAPACK
-+  #ifdef __FFLASFFPACK_HAVE_LAPACK
-  int main() { return 0 ; }
-#else
-a pas lapack
 ./configure.orig   2012-06-07 15:19:31.000

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

2016-05-15 Thread Antonio Rojas
Date: Monday, May 16, 2016 @ 08:59:07
  Author: arojas
Revision: 175467

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

Added:
  linbox/repos/community-testing-i686/PKGBUILD
(from rev 175466, linbox/trunk/PKGBUILD)
  linbox/repos/community-testing-i686/lapack.patch
(from rev 175466, linbox/trunk/lapack.patch)
  linbox/repos/community-testing-i686/linbox-fplll.patch
(from rev 175466, linbox/trunk/linbox-fplll.patch)
  linbox/repos/community-testing-i686/underlink.patch
(from rev 175466, linbox/trunk/underlink.patch)
  linbox/repos/community-testing-x86_64/PKGBUILD
(from rev 175466, linbox/trunk/PKGBUILD)
  linbox/repos/community-testing-x86_64/lapack.patch
(from rev 175466, linbox/trunk/lapack.patch)
  linbox/repos/community-testing-x86_64/linbox-fplll.patch
(from rev 175466, linbox/trunk/linbox-fplll.patch)
  linbox/repos/community-testing-x86_64/underlink.patch
(from rev 175466, linbox/trunk/underlink.patch)
Deleted:
  linbox/repos/community-testing-i686/PKGBUILD
  linbox/repos/community-testing-i686/lapack.patch
  linbox/repos/community-testing-i686/linbox-fplll.patch
  linbox/repos/community-testing-i686/underlink.patch
  linbox/repos/community-testing-x86_64/PKGBUILD
  linbox/repos/community-testing-x86_64/lapack.patch
  linbox/repos/community-testing-x86_64/linbox-fplll.patch
  linbox/repos/community-testing-x86_64/underlink.patch

-+
 /PKGBUILD   |   62 +
 /lapack.patch   |   44 ++
 /linbox-fplll.patch |  174 ++
 /underlink.patch|   82 
 community-testing-i686/PKGBUILD |   31 
 community-testing-i686/lapack.patch |   22 ---
 community-testing-i686/linbox-fplll.patch   |   87 -
 community-testing-i686/underlink.patch  |   41 --
 community-testing-x86_64/PKGBUILD   |   31 
 community-testing-x86_64/lapack.patch   |   22 ---
 community-testing-x86_64/linbox-fplll.patch |   87 -
 community-testing-x86_64/underlink.patch|   41 --
 12 files changed, 362 insertions(+), 362 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2016-05-16 06:58:30 UTC (rev 175466)
+++ community-testing-i686/PKGBUILD 2016-05-16 06:59:07 UTC (rev 175467)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas < nqn7...@gmail.com >
-
-pkgname=linbox
-pkgver=1.4.1
-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=(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=('e6638413bef578990d8764faca44ab17')
-
-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-testing-i686/PKGBUILD (from rev 175466, 
linbox/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-05-16 06:59:07 UTC (rev 175467)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Antonio Rojas < nqn7...@gmail.com >
+
+pkgname=linbox
+pkgver=1.4.1
+pkgrel=2
+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=('e6638413bef578990d8764faca44ab17')
+
+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-testing-i686/lapack.patch
===
--- community-testing-i686/lapack.patch 2016-05-16 06:58:30 UTC (rev 175466)
+++ community-testing-i686/lapack.patch 2016-05-16 06:59:07 UTC (rev 175467)
@@ -1,22 +0,0 @@
 ./macros/lapack-check.m4.orig  2012-06-07 02:30:26.0 -0600
-+++ ./macros/lapack-check.m4   2012-10-02 15:05:47.051001770 -0600
-@@ -38,7 +38,7 @@ LIBS="${BACKUP_LIBS} ${B

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

2016-05-12 Thread Antonio Rojas
Date: Thursday, May 12, 2016 @ 19:07:10
  Author: arojas
Revision: 175078

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

Added:
  linbox/repos/community-staging-i686/PKGBUILD
(from rev 175077, linbox/trunk/PKGBUILD)
  linbox/repos/community-staging-i686/lapack.patch
(from rev 175077, linbox/trunk/lapack.patch)
  linbox/repos/community-staging-i686/linbox-fplll.patch
(from rev 175077, linbox/trunk/linbox-fplll.patch)
  linbox/repos/community-staging-i686/underlink.patch
(from rev 175077, linbox/trunk/underlink.patch)
  linbox/repos/community-staging-x86_64/PKGBUILD
(from rev 175077, linbox/trunk/PKGBUILD)
  linbox/repos/community-staging-x86_64/lapack.patch
(from rev 175077, linbox/trunk/lapack.patch)
  linbox/repos/community-staging-x86_64/linbox-fplll.patch
(from rev 175077, linbox/trunk/linbox-fplll.patch)
  linbox/repos/community-staging-x86_64/underlink.patch
(from rev 175077, linbox/trunk/underlink.patch)
Deleted:
  linbox/repos/community-staging-i686/PKGBUILD
  linbox/repos/community-staging-i686/lapack.patch
  linbox/repos/community-staging-i686/linbox-fplll.patch
  linbox/repos/community-staging-i686/underlink.patch
  linbox/repos/community-staging-x86_64/PKGBUILD
  linbox/repos/community-staging-x86_64/lapack.patch
  linbox/repos/community-staging-x86_64/linbox-fplll.patch
  linbox/repos/community-staging-x86_64/underlink.patch

-+
 /PKGBUILD   |   62 +
 /lapack.patch   |   44 ++
 /linbox-fplll.patch |  174 ++
 /underlink.patch|   82 
 community-staging-i686/PKGBUILD |   51 ---
 community-staging-i686/lapack.patch |   22 ---
 community-staging-i686/linbox-fplll.patch   |   87 -
 community-staging-i686/underlink.patch  |   41 --
 community-staging-x86_64/PKGBUILD   |   51 ---
 community-staging-x86_64/lapack.patch   |   22 ---
 community-staging-x86_64/linbox-fplll.patch |   87 -
 community-staging-x86_64/underlink.patch|   41 --
 12 files changed, 362 insertions(+), 402 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2016-05-12 17:06:20 UTC (rev 175077)
+++ community-staging-i686/PKGBUILD 2016-05-12 17:07:10 UTC (rev 175078)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas < nqn7...@gmail.com >
-
-pkgname=linbox
-pkgver=1.3.2
-pkgrel=14
-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 ntl libfplll iml givaro) 
-makedepends=(fflas-ffpack)
-source=("http://linalg.org/$pkgname-$pkgver.tar.gz"; 'linbox-fplll.patch' 
'underlink.patch' 'lapack.patch')
-md5sums=('67c80345c8c3e93d213f2d7d37d8c9af'
- '76fbb525cceff1dd74a7c1892ca965d0'
- '731a6b17c40a56e38fef79e03391e0b5'
- '3525650c88f9a2809214216b914f4f46')
-
-prepare() {
-  cd $pkgname-$pkgver
-# fix build with newer givaro
-  sed -i 's|version_max=30800|version_max=30900|' configure
-# fix libfplll support - Fedora patch
-  patch -p0 -i ../linbox-fplll.patch
-# fix underlink - Fedora patch
-  patch -p0 -i ../underlink.patch
-# fix detecting lapack support in fflas-ffpack
-  patch -p0 -i ../lapack.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  export CFLAGS="$CFLAGS -g -fPIC"
-  export CXXFLAGS="$CXXFLAGS -g -fPIC -std=c++98"
-  export LDFLAGS="$LDFLAGS -L/usr/lib"
-
-  ./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 175077, 
linbox/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-05-12 17:07:10 UTC (rev 175078)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Antonio Rojas < nqn7...@gmail.com >
+
+pkgname=linbox
+pkgver=1.4.1
+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=(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=('e6638413bef578990d8764faca44ab17')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-sage --enable-optim