[arch-commits] Commit in fflas-ffpack/repos (testing-any testing-any/PKGBUILD)

Antonio Rojas arojas at archlinux.org
Mon May 16 06:49:02 UTC 2016


    Date: Monday, May 16, 2016 @ 08:49:02
  Author: arojas
Revision: 175463

archrelease: copy trunk to testing-any

Added:
  fflas-ffpack/repos/testing-any/
  fflas-ffpack/repos/testing-any/PKGBUILD
    (from rev 175462, fflas-ffpack/trunk/PKGBUILD)

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

Copied: fflas-ffpack/repos/testing-any/PKGBUILD (from rev 175462, fflas-ffpack/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2016-05-16 06:49:02 UTC (rev 175463)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=fflas-ffpack
+pkgver=2.2.1
+pkgrel=5
+pkgdesc="A library for dense linear algebra over word-size finite fields"
+arch=(any)
+url="http://linbox-team.github.io/fflas-ffpack/"
+license=(LGPL)
+makedepends=(givaro cblas lapack)
+source=("https://github.com/linbox-team/fflas-ffpack/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
+md5sums=('4aa8d77f233774ed29c4be84e43190dd')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-blas-libs="-lcblas -llapack -lgomp" --disable-avx
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list