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

Antonio Rojas arojas at archlinux.org
Thu Nov 23 11:03:24 UTC 2017


    Date: Thursday, November 23, 2017 @ 11:03:24
  Author: arojas
Revision: 268193

archrelease: copy trunk to community-x86_64

Added:
  fflas-ffpack/repos/community-x86_64/PKGBUILD
    (from rev 268192, fflas-ffpack/trunk/PKGBUILD)
Deleted:
  fflas-ffpack/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-11-23 11:02:59 UTC (rev 268192)
+++ PKGBUILD	2017-11-23 11:03:24 UTC (rev 268193)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=fflas-ffpack
-pkgver=2.3.0
-pkgrel=1
-pkgdesc="A library for dense linear algebra over word-size finite fields"
-arch=(x86_64) # pkgconfig file is arch-specific
-url="http://linbox-team.github.io/fflas-ffpack/"
-license=(LGPL)
-depends=(givaro cblas lapack)
-source=("https://github.com/linbox-team/fflas-ffpack/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('392c90faf3862099296944ff944780d4137fa8fc81c053b278b49861cd02bce9')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --enable-precompilation --with-blas-libs="-lblas -lcblas -llapack" \
-    --disable-sse3 --disable-ssse3 --disable-sse4.1 --disable-sse4.2avx --disable-avx --disable-avx2
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: fflas-ffpack/repos/community-x86_64/PKGBUILD (from rev 268192, fflas-ffpack/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-11-23 11:03:24 UTC (rev 268193)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=fflas-ffpack
+pkgver=2.3.1
+pkgrel=1
+pkgdesc="A library for dense linear algebra over word-size finite fields"
+arch=(x86_64) # pkgconfig file is arch-specific
+url="http://linbox-team.github.io/fflas-ffpack/"
+license=(LGPL)
+depends=(givaro cblas lapack)
+source=("https://github.com/linbox-team/fflas-ffpack/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('9eb2622c1eeab5e53e912502d0419b3f9b8536e840e47409f3fa211f790fd479')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --enable-precompilation --with-blas-libs="-lblas -lcblas -llapack" \
+    --disable-sse3 --disable-ssse3 --disable-sse41 --disable-sse42 --disable-avx --disable-avx2 --disable-fma
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list