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

Antonio Rojas arojas at archlinux.org
Tue Jun 11 10:11:28 UTC 2019


    Date: Tuesday, June 11, 2019 @ 10:11:27
  Author: arojas
Revision: 480306

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-11 10:11:10 UTC (rev 480305)
+++ PKGBUILD	2019-06-11 10:11:27 UTC (rev 480306)
@@ -1,25 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=fflas-ffpack
-pkgver=2.4.1
-pkgrel=1
-pkgdesc="A library for dense linear algebra over word-size finite fields"
-arch=(x86_64) # pkgconfig file is arch-specific
-url="https://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=('5c5a214ca060dab0002382aef76acf5408f406aa67cbcb65139958f0aee36622')
-
-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
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: fflas-ffpack/repos/community-x86_64/PKGBUILD (from rev 480305, fflas-ffpack/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-06-11 10:11:27 UTC (rev 480306)
@@ -0,0 +1,25 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=fflas-ffpack
+pkgver=2.4.2
+pkgrel=1
+pkgdesc="A library for dense linear algebra over word-size finite fields"
+arch=(x86_64) # pkgconfig file is arch-specific
+url="https://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=('0b470fc986ee3041bd757e1b2e8808732cc547ba37196a97ab32b746af618daa')
+
+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
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list