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

Antonio Rojas arojas at archlinux.org
Sat Nov 18 09:32:40 UTC 2017


    Date: Saturday, November 18, 2017 @ 09:32:39
  Author: arojas
Revision: 267274

archrelease: copy trunk to community-testing-x86_64

Added:
  linbox/repos/community-testing-x86_64/
  linbox/repos/community-testing-x86_64/PKGBUILD
    (from rev 267273, linbox/trunk/PKGBUILD)

----------+
 PKGBUILD |   30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

Copied: linbox/repos/community-testing-x86_64/PKGBUILD (from rev 267273, linbox/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2017-11-18 09:32:39 UTC (rev 267274)
@@ -0,0 +1,30 @@
+# $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
+}



More information about the arch-commits mailing list