[arch-commits] Commit in linbox/repos/community-testing-x86_64 (3 files)
Antonio Rojas
arojas at archlinux.org
Sat Nov 18 17:06:55 UTC 2017
Date: Saturday, November 18, 2017 @ 17:06:54
Author: arojas
Revision: 267314
archrelease: copy trunk to community-testing-x86_64
Added:
linbox/repos/community-testing-x86_64/PKGBUILD
(from rev 267313, linbox/trunk/PKGBUILD)
linbox/repos/community-testing-x86_64/linbox-config.patch
(from rev 267313, linbox/trunk/linbox-config.patch)
Deleted:
linbox/repos/community-testing-x86_64/PKGBUILD
---------------------+
PKGBUILD | 67 +++++++++++++++++++++++++++-----------------------
linbox-config.patch | 12 ++++++++
2 files changed, 49 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2017-11-18 17:05:37 UTC (rev 267313)
+++ PKGBUILD 2017-11-18 17:06:54 UTC (rev 267314)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas < nqn76sw at gmail.com >
-
-pkgname=linbox
-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 tinyxml2)
-source=("https://github.com/linbox-team/linbox/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('ae6a9ffb5f32ad3ed4980d82d09b8c5cf023aa3298873467c15f610d64797749')
-
-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-x86_64/PKGBUILD (from rev 267313, linbox/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2017-11-18 17:06:54 UTC (rev 267314)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas < nqn76sw at gmail.com >
+
+pkgname=linbox
+pkgver=1.5.0
+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=(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=('ae6a9ffb5f32ad3ed4980d82d09b8c5cf023aa3298873467c15f610d64797749'
+ '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
+ make
+}
+
+check() {
+ cd $pkgname-$pkgver
+# make check
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
Copied: linbox/repos/community-testing-x86_64/linbox-config.patch (from rev 267313, linbox/trunk/linbox-config.patch)
===================================================================
--- linbox-config.patch (rev 0)
+++ linbox-config.patch 2017-11-18 17:06:54 UTC (rev 267314)
@@ -0,0 +1,12 @@
+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