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

Antonio Rojas arojas at archlinux.org
Thu May 12 16:37:08 UTC 2016


    Date: Thursday, May 12, 2016 @ 18:37:07
  Author: arojas
Revision: 175068

archrelease: copy trunk to community-staging-any

Added:
  fflas-ffpack/repos/community-staging-any/PKGBUILD
    (from rev 175067, fflas-ffpack/trunk/PKGBUILD)
Deleted:
  fflas-ffpack/repos/community-staging-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-12 16:36:40 UTC (rev 175067)
+++ PKGBUILD	2016-05-12 16:37:07 UTC (rev 175068)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=fflas-ffpack
-pkgver=2.2.1
-pkgrel=2
-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"
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: fflas-ffpack/repos/community-staging-any/PKGBUILD (from rev 175067, fflas-ffpack/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-05-12 16:37:07 UTC (rev 175068)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=fflas-ffpack
+pkgver=2.2.1
+pkgrel=3
+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"
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list