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

Antonio Rojas arojas at archlinux.org
Sun Jan 15 18:20:12 UTC 2017


    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 < nqn76sw at 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 < nqn76sw at 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 < nqn76sw at 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)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-01-15 18:20:12 UTC (rev 207482)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Antonio Rojas < nqn76sw at 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
+}



More information about the arch-commits mailing list