[arch-commits] Commit in fflas-ffpack/repos (4 files)

Antonio Rojas arojas at archlinux.org
Sun Jan 15 11:23:48 UTC 2017


    Date: Sunday, January 15, 2017 @ 11:23:48
  Author: arojas
Revision: 207438

archrelease: copy trunk to community-i686, community-x86_64

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

---------------------------+
 /PKGBUILD                 |   48 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   24 ----------------------
 community-x86_64/PKGBUILD |   24 ----------------------
 3 files changed, 48 insertions(+), 48 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-01-15 11:18:46 UTC (rev 207437)
+++ community-i686/PKGBUILD	2017-01-15 11:23:48 UTC (rev 207438)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=fflas-ffpack
-pkgver=2.2.2
-pkgrel=2
-pkgdesc="A library for dense linear algebra over word-size finite fields"
-arch=(i686 x86_64) # pkgconfig file is arch-specific
-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=('d661ade1eb33dbdf145c8d08451f2630')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --with-blas-libs="-lcblas -llapack -lgomp" --disable-simd
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: fflas-ffpack/repos/community-i686/PKGBUILD (from rev 207437, fflas-ffpack/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-01-15 11:23:48 UTC (rev 207438)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=fflas-ffpack
+pkgver=2.2.2
+pkgrel=3
+pkgdesc="A library for dense linear algebra over word-size finite fields"
+arch=(i686 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")
+md5sums=('d661ade1eb33dbdf145c8d08451f2630')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-blas-libs="-lcblas -llapack -lgomp" --disable-simd --enable-precompilation
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-01-15 11:18:46 UTC (rev 207437)
+++ community-x86_64/PKGBUILD	2017-01-15 11:23:48 UTC (rev 207438)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=fflas-ffpack
-pkgver=2.2.2
-pkgrel=2
-pkgdesc="A library for dense linear algebra over word-size finite fields"
-arch=(i686 x86_64) # pkgconfig file is arch-specific
-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=('d661ade1eb33dbdf145c8d08451f2630')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --with-blas-libs="-lcblas -llapack -lgomp" --disable-simd
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: fflas-ffpack/repos/community-x86_64/PKGBUILD (from rev 207437, fflas-ffpack/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-01-15 11:23:48 UTC (rev 207438)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=fflas-ffpack
+pkgver=2.2.2
+pkgrel=3
+pkgdesc="A library for dense linear algebra over word-size finite fields"
+arch=(i686 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")
+md5sums=('d661ade1eb33dbdf145c8d08451f2630')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --with-blas-libs="-lcblas -llapack -lgomp" --disable-simd --enable-precompilation
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list