[arch-commits] Commit in fflas-ffpack/repos/community-staging-any (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Thu May 12 16:58:27 UTC 2016
Date: Thursday, May 12, 2016 @ 18:58:27
Author: arojas
Revision: 175074
archrelease: copy trunk to community-staging-any
Added:
fflas-ffpack/repos/community-staging-any/PKGBUILD
(from rev 175073, 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:58:00 UTC (rev 175073)
+++ PKGBUILD 2016-05-12 16:58:27 UTC (rev 175074)
@@ -1,29 +0,0 @@
-# $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
-}
Copied: fflas-ffpack/repos/community-staging-any/PKGBUILD (from rev 175073, fflas-ffpack/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2016-05-12 16:58:27 UTC (rev 175074)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=fflas-ffpack
+pkgver=2.2.1
+pkgrel=4
+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" --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