Date: Sunday, May 12, 2019 @ 14:42:51
  Author: arojas
Revision: 466547

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: fflas-ffpack/repos/community-testing-x86_64/PKGBUILD (from rev 466546, 
fflas-ffpack/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD                           (rev 0)
+++ community-testing-x86_64/PKGBUILD   2019-05-12 14:42:51 UTC (rev 466547)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas <[email protected]>
+
+pkgname=fflas-ffpack
+pkgver=2.4.0
+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=('c258907bb5a52c8543cd33024fda70eb4274c15f44cd68eec4ccc218b9155e54')
+
+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