Date: Wednesday, July 8, 2020 @ 07:36:59
  Author: felixonmars
Revision: 660485

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: fflas-ffpack/repos/community-staging-x86_64/PKGBUILD (from rev 660484, 
fflas-ffpack/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-07-08 07:36:59 UTC (rev 660485)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas <aro...@archlinux.org>
+
+pkgname=fflas-ffpack
+pkgver=2.4.3
+pkgrel=3
+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=('f372783a17a9899ee9f88d4c9421d80facccb95556146dad7020d07a03791cc9')
+
+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
+}

Reply via email to