[arch-commits] Commit in linbox/repos/community-x86_64 (3 files)

Antonio Rojas arojas at archlinux.org
Sun Dec 10 20:21:05 UTC 2017


    Date: Sunday, December 10, 2017 @ 20:21:04
  Author: arojas
Revision: 273627

archrelease: copy trunk to community-x86_64

Added:
  linbox/repos/community-x86_64/PKGBUILD
    (from rev 273626, linbox/trunk/PKGBUILD)
Deleted:
  linbox/repos/community-x86_64/PKGBUILD
  linbox/repos/community-x86_64/linbox-config.patch

---------------------+
 PKGBUILD            |   69 ++++++++++++++++++++++----------------------------
 linbox-config.patch |   12 --------
 2 files changed, 31 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-10 20:20:42 UTC (rev 273626)
+++ PKGBUILD	2017-12-10 20:21:04 UTC (rev 273627)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas < nqn76sw at gmail.com >
-
-pkgname=linbox
-pkgver=1.5.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=(x86_64)
-url="http://linalg.org/"
-license=(LGPL)
-depends=(m4rie flint fplll iml fflas-ffpack tinyxml2) 
-source=("https://github.com/linbox-team/linbox/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz" linbox-config.patch)
-sha256sums=('b2a4dbfe1e599f0ca5a5d3c63403ba7914463a0040cdd2a55e7b29aaab7d7589'
-            '2f60b1b598d04168622ad1cccf0e8745b73efc5b7686398cb6f0f89cc2032ceb')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -Rp1 -i ../linbox-config.patch # Install missing config.h header
-  autoreconf -vi
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --enable-sage --with-fplll=/usr \
-    --disable-sse3 --disable-ssse3 --disable-sse41 --disable-sse42 --disable-avx --disable-avx2 --disable-fma
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-# make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: linbox/repos/community-x86_64/PKGBUILD (from rev 273626, linbox/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-12-10 20:21:04 UTC (rev 273627)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Antonio Rojas < nqn76sw at gmail.com >
+
+pkgname=linbox
+pkgver=1.5.2
+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 tinyxml2) 
+source=("https://github.com/linbox-team/linbox/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('7b69ab617b15ca6684b29d08531ed8899cd4d07ec75799e5d624c4c0a60dc6b2')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-sage --with-fplll=/usr \
+    --disable-sse3 --disable-ssse3 --disable-sse41 --disable-sse42 --disable-avx --disable-avx2 --disable-fma
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+# make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: linbox-config.patch
===================================================================
--- linbox-config.patch	2017-12-10 20:20:42 UTC (rev 273626)
+++ linbox-config.patch	2017-12-10 20:21:04 UTC (rev 273627)
@@ -1,12 +0,0 @@
-diff --git a/linbox/Makefile.am b/linbox/Makefile.am
-index 68ee4e98d..bf2773952 100644
---- a/linbox/Makefile.am
-+++ b/linbox/Makefile.am
-@@ -30,7 +30,6 @@ SUBDIRS=util element field randiter vector matrix blackbox algorithms solutions
- 
- BASIC_HDRS =          \
-     linbox-config.h \
--    config.h \
-     config-blas.h     \
-     integer.h         \
-     linbox-tags.h



More information about the arch-commits mailing list