[arch-commits] Commit in fflas-ffpack/trunk (PKGBUILD)

2020-07-08 Thread Felix Yan via arch-commits
Date: Wednesday, July 8, 2020 @ 07:36:50
  Author: felixonmars
Revision: 660484

upgpkg: fflas-ffpack 2.4.3-3: reproducibility rebuild

Modified:
  fflas-ffpack/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-08 07:23:06 UTC (rev 660483)
+++ PKGBUILD2020-07-08 07:36:50 UTC (rev 660484)
@@ -2,7 +2,7 @@
 
 pkgname=fflas-ffpack
 pkgver=2.4.3
-pkgrel=2
+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/;


[arch-commits] Commit in fflas-ffpack/trunk (PKGBUILD)

2020-07-08 Thread Antonio Rojas via arch-commits
Date: Wednesday, July 8, 2020 @ 07:23:06
  Author: arojas
Revision: 660483

Fix source URL

Modified:
  fflas-ffpack/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-08 07:13:49 UTC (rev 660482)
+++ PKGBUILD2020-07-08 07:23:06 UTC (rev 660483)
@@ -8,7 +8,7 @@
 url="https://linbox-team.github.io/fflas-ffpack/;
 license=(LGPL)
 depends=(givaro cblas lapack)
-source=("https://github.com/linbox-team/fflas-ffpack/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
+source=("https://github.com/linbox-team/fflas-ffpack/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz;)
 sha256sums=('f372783a17a9899ee9f88d4c9421d80facccb95556146dad7020d07a03791cc9')
 
 build() {


[arch-commits] Commit in fflas-ffpack/trunk (PKGBUILD)

2019-07-24 Thread Antonio Rojas via arch-commits
Date: Wednesday, July 24, 2019 @ 22:02:48
  Author: arojas
Revision: 492721

Don't link with --as-needed, it breaks blas symbols

Modified:
  fflas-ffpack/trunk/PKGBUILD

--+
 PKGBUILD |3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-07-24 21:16:18 UTC (rev 492720)
+++ PKGBUILD2019-07-24 22:02:48 UTC (rev 492721)
@@ -2,7 +2,7 @@
 
 pkgname=fflas-ffpack
 pkgver=2.4.3
-pkgrel=1
+pkgrel=2
 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/;
@@ -15,7 +15,6 @@
   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
 }
 


[arch-commits] Commit in fflas-ffpack/trunk (PKGBUILD)

2019-06-11 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 11, 2019 @ 19:07:18
  Author: arojas
Revision: 480514

Update to 2.4.3

Modified:
  fflas-ffpack/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-11 18:56:10 UTC (rev 480513)
+++ PKGBUILD2019-06-11 19:07:18 UTC (rev 480514)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=fflas-ffpack
-pkgver=2.4.2
+pkgver=2.4.3
 pkgrel=1
 pkgdesc="A library for dense linear algebra over word-size finite fields"
 arch=(x86_64) # pkgconfig file is arch-specific
@@ -8,8 +8,8 @@
 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')
+source=("https://github.com/linbox-team/fflas-ffpack/releases/download/$pkgver/$pkgname-$pkgver.tar.gz;)
+sha256sums=('f372783a17a9899ee9f88d4c9421d80facccb95556146dad7020d07a03791cc9')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in fflas-ffpack/trunk (PKGBUILD)

2019-06-11 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 11, 2019 @ 10:11:10
  Author: arojas
Revision: 480305

Update to 2.4.2

Modified:
  fflas-ffpack/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-11 10:05:00 UTC (rev 480304)
+++ PKGBUILD2019-06-11 10:11:10 UTC (rev 480305)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=fflas-ffpack
-pkgver=2.4.1
+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
@@ -9,7 +9,7 @@
 license=(LGPL)
 depends=(givaro cblas lapack)
 
source=("https://github.com/linbox-team/fflas-ffpack/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('5c5a214ca060dab0002382aef76acf5408f406aa67cbcb65139958f0aee36622')
+sha256sums=('0b470fc986ee3041bd757e1b2e8808732cc547ba37196a97ab32b746af618daa')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in fflas-ffpack/trunk (PKGBUILD)

2019-06-07 Thread Antonio Rojas via arch-commits
Date: Friday, June 7, 2019 @ 16:37:50
  Author: arojas
Revision: 478183

Update to 2.4.1

Modified:
  fflas-ffpack/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-07 15:52:47 UTC (rev 478182)
+++ PKGBUILD2019-06-07 16:37:50 UTC (rev 478183)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=fflas-ffpack
-pkgver=2.4.0
+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
@@ -9,12 +9,13 @@
 license=(LGPL)
 depends=(givaro cblas lapack)
 
source=("https://github.com/linbox-team/fflas-ffpack/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('c258907bb5a52c8543cd33024fda70eb4274c15f44cd68eec4ccc218b9155e54')
+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
 }
 


[arch-commits] Commit in fflas-ffpack/trunk (PKGBUILD)

2019-05-12 Thread Antonio Rojas via arch-commits
Date: Sunday, May 12, 2019 @ 14:42:29
  Author: arojas
Revision: 466546

Update to 2.4.0

Modified:
  fflas-ffpack/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-05-12 14:42:05 UTC (rev 466545)
+++ PKGBUILD2019-05-12 14:42:29 UTC (rev 466546)
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=fflas-ffpack
-pkgver=2.3.2
+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
@@ -9,7 +9,7 @@
 license=(LGPL)
 depends=(givaro cblas lapack)
 
source=("https://github.com/linbox-team/fflas-ffpack/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('c0c7426a983d961d75c61638be9406a74415b429251e5d4295ee1110d1ee0e69')
+sha256sums=('c258907bb5a52c8543cd33024fda70eb4274c15f44cd68eec4ccc218b9155e54')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in fflas-ffpack/trunk (PKGBUILD)

2017-12-21 Thread Antonio Rojas via arch-commits
Date: Thursday, December 21, 2017 @ 16:52:57
  Author: arojas
Revision: 275204

Update to 2.3.2

Modified:
  fflas-ffpack/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-12-21 16:41:08 UTC (rev 275203)
+++ PKGBUILD2017-12-21 16:52:57 UTC (rev 275204)
@@ -2,8 +2,8 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=fflas-ffpack
-pkgver=2.3.1
-pkgrel=2
+pkgver=2.3.2
+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/;
@@ -10,7 +10,7 @@
 license=(LGPL)
 depends=(givaro cblas lapack)
 
source=("https://github.com/linbox-team/fflas-ffpack/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('2835b01ff2092d9b8f520d66a38af574e41ab615f80dc202240a36cd78af3867')
+sha256sums=('c0c7426a983d961d75c61638be9406a74415b429251e5d4295ee1110d1ee0e69')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in fflas-ffpack/trunk (PKGBUILD)

2017-11-24 Thread Antonio Rojas
Date: Friday, November 24, 2017 @ 17:51:59
  Author: arojas
Revision: 268349

Retagged upstream (sigh)

Modified:
  fflas-ffpack/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-24 17:25:11 UTC (rev 268348)
+++ PKGBUILD2017-11-24 17:51:59 UTC (rev 268349)
@@ -3,7 +3,7 @@
 
 pkgname=fflas-ffpack
 pkgver=2.3.1
-pkgrel=1
+pkgrel=2
 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/;
@@ -10,7 +10,7 @@
 license=(LGPL)
 depends=(givaro cblas lapack)
 
source=("https://github.com/linbox-team/fflas-ffpack/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('9eb2622c1eeab5e53e912502d0419b3f9b8536e840e47409f3fa211f790fd479')
+sha256sums=('2835b01ff2092d9b8f520d66a38af574e41ab615f80dc202240a36cd78af3867')
 
 build() {
   cd $pkgname-$pkgver


[arch-commits] Commit in fflas-ffpack/trunk (PKGBUILD)

2017-11-23 Thread Antonio Rojas
Date: Thursday, November 23, 2017 @ 11:02:59
  Author: arojas
Revision: 268192

Update to 2.3.1

Modified:
  fflas-ffpack/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-23 10:55:02 UTC (rev 268191)
+++ PKGBUILD2017-11-23 11:02:59 UTC (rev 268192)
@@ -2,7 +2,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=fflas-ffpack
-pkgver=2.3.0
+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
@@ -10,12 +10,12 @@
 license=(LGPL)
 depends=(givaro cblas lapack)
 
source=("https://github.com/linbox-team/fflas-ffpack/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('392c90faf3862099296944ff944780d4137fa8fc81c053b278b49861cd02bce9')
+sha256sums=('9eb2622c1eeab5e53e912502d0419b3f9b8536e840e47409f3fa211f790fd479')
 
 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
+--disable-sse3 --disable-ssse3 --disable-sse41 --disable-sse42 
--disable-avx --disable-avx2 --disable-fma
   make
 }
 


[arch-commits] Commit in fflas-ffpack/trunk (PKGBUILD)

2017-11-18 Thread Antonio Rojas
Date: Saturday, November 18, 2017 @ 09:22:16
  Author: arojas
Revision: 267271

Update to 2.3.0

Modified:
  fflas-ffpack/trunk/PKGBUILD

--+
 PKGBUILD |9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-11-18 08:58:04 UTC (rev 267270)
+++ PKGBUILD2017-11-18 09:22:16 UTC (rev 267271)
@@ -2,8 +2,8 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=fflas-ffpack
-pkgver=2.2.2
-pkgrel=3
+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/;
@@ -10,11 +10,12 @@
 license=(LGPL)
 depends=(givaro cblas lapack)
 
source=("https://github.com/linbox-team/fflas-ffpack/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz;)
-md5sums=('d661ade1eb33dbdf145c8d08451f2630')
+sha256sums=('392c90faf3862099296944ff944780d4137fa8fc81c053b278b49861cd02bce9')
 
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr --with-blas-libs="-lcblas -llapack -lgomp" 
--disable-simd --enable-precompilation
+  ./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
 }
 


[arch-commits] Commit in fflas-ffpack/trunk (PKGBUILD)

2017-01-15 Thread Antonio Rojas
Date: Sunday, January 15, 2017 @ 11:18:46
  Author: arojas
Revision: 207437

Provide precompiled libraries

Modified:
  fflas-ffpack/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-15 11:09:12 UTC (rev 207436)
+++ PKGBUILD2017-01-15 11:18:46 UTC (rev 207437)
@@ -3,18 +3,18 @@
 
 pkgname=fflas-ffpack
 pkgver=2.2.2
-pkgrel=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)
-makedepends=(givaro cblas lapack)
+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
+  ./configure --prefix=/usr --with-blas-libs="-lcblas -llapack -lgomp" 
--disable-simd --enable-precompilation
   make
 }
 


[arch-commits] Commit in fflas-ffpack/trunk (PKGBUILD)

2016-08-02 Thread Antonio Rojas
Date: Tuesday, August 2, 2016 @ 16:23:55
  Author: arojas
Revision: 184856

Rebuild against givaro 4.0.2-2

Modified:
  fflas-ffpack/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-02 16:21:25 UTC (rev 184855)
+++ PKGBUILD2016-08-02 16:23:55 UTC (rev 184856)
@@ -3,7 +3,7 @@
 
 pkgname=fflas-ffpack
 pkgver=2.2.2
-pkgrel=1
+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/;


[arch-commits] Commit in fflas-ffpack/trunk (PKGBUILD)

2016-08-01 Thread Antonio Rojas
Date: Monday, August 1, 2016 @ 22:51:44
  Author: arojas
Revision: 184790

Update to 2.2.2

Modified:
  fflas-ffpack/trunk/PKGBUILD

--+
 PKGBUILD |   13 -
 1 file changed, 4 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-01 22:38:19 UTC (rev 184789)
+++ PKGBUILD2016-08-01 22:51:44 UTC (rev 184790)
@@ -2,8 +2,8 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=fflas-ffpack
-pkgver=2.2.1
-pkgrel=7
+pkgver=2.2.2
+pkgrel=1
 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/;
@@ -10,19 +10,14 @@
 license=(LGPL)
 makedepends=(givaro cblas lapack)
 
source=("https://github.com/linbox-team/fflas-ffpack/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz;)
-md5sums=('4aa8d77f233774ed29c4be84e43190dd')
+md5sums=('d661ade1eb33dbdf145c8d08451f2630')
 
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr --with-blas-libs="-lcblas -llapack -lgomp" 
--disable-avx --disable-sse
+  ./configure --prefix=/usr --with-blas-libs="-lcblas -llapack -lgomp" 
--disable-simd
   make
 }
 
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
 package() {
   cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install


[arch-commits] Commit in fflas-ffpack/trunk (PKGBUILD)

2016-05-20 Thread Antonio Rojas
Date: Friday, May 20, 2016 @ 11:56:57
  Author: arojas
Revision: 175849

pkgconfig file is arch-specific

Modified:
  fflas-ffpack/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-20 08:52:46 UTC (rev 175848)
+++ PKGBUILD2016-05-20 09:56:57 UTC (rev 175849)
@@ -3,9 +3,9 @@
 
 pkgname=fflas-ffpack
 pkgver=2.2.1
-pkgrel=6
+pkgrel=7
 pkgdesc="A library for dense linear algebra over word-size finite fields"
-arch=(any)
+arch=(i686 x86_64) # pkgconfig file is arch-specific
 url="http://linbox-team.github.io/fflas-ffpack/;
 license=(LGPL)
 makedepends=(givaro cblas lapack)


[arch-commits] Commit in fflas-ffpack/trunk (PKGBUILD)

2016-05-20 Thread Antonio Rojas
Date: Friday, May 20, 2016 @ 10:52:16
  Author: arojas
Revision: 175847

Disable SSE4 instructions (FS#49408)

Modified:
  fflas-ffpack/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-20 08:20:32 UTC (rev 175846)
+++ PKGBUILD2016-05-20 08:52:16 UTC (rev 175847)
@@ -3,7 +3,7 @@
 
 pkgname=fflas-ffpack
 pkgver=2.2.1
-pkgrel=5
+pkgrel=6
 pkgdesc="A library for dense linear algebra over word-size finite fields"
 arch=(any)
 url="http://linbox-team.github.io/fflas-ffpack/;
@@ -14,7 +14,7 @@
 
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr --with-blas-libs="-lcblas -llapack -lgomp" 
--disable-avx
+  ./configure --prefix=/usr --with-blas-libs="-lcblas -llapack -lgomp" 
--disable-avx --disable-sse
   make
 }
 


[arch-commits] Commit in fflas-ffpack/trunk (PKGBUILD)

2016-05-16 Thread Antonio Rojas
Date: Monday, May 16, 2016 @ 08:48:39
  Author: arojas
Revision: 175462

Fix linking to libgomp

Modified:
  fflas-ffpack/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-16 06:33:05 UTC (rev 175461)
+++ PKGBUILD2016-05-16 06:48:39 UTC (rev 175462)
@@ -3,7 +3,7 @@
 
 pkgname=fflas-ffpack
 pkgver=2.2.1
-pkgrel=4
+pkgrel=5
 pkgdesc="A library for dense linear algebra over word-size finite fields"
 arch=(any)
 url="http://linbox-team.github.io/fflas-ffpack/;
@@ -14,7 +14,7 @@
 
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr --with-blas-libs="-lcblas -llapack" --disable-avx
+  ./configure --prefix=/usr --with-blas-libs="-lcblas -llapack -lgomp" 
--disable-avx
   make
 }
 


[arch-commits] Commit in fflas-ffpack/trunk (PKGBUILD)

2016-05-12 Thread Antonio Rojas
Date: Thursday, May 12, 2016 @ 18:58:00
  Author: arojas
Revision: 175073

Disable AVX instructions

Modified:
  fflas-ffpack/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-12 16:49:42 UTC (rev 175072)
+++ PKGBUILD2016-05-12 16:58:00 UTC (rev 175073)
@@ -3,7 +3,7 @@
 
 pkgname=fflas-ffpack
 pkgver=2.2.1
-pkgrel=3
+pkgrel=4
 pkgdesc="A library for dense linear algebra over word-size finite fields"
 arch=(any)
 url="http://linbox-team.github.io/fflas-ffpack/;
@@ -14,7 +14,7 @@
 
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr --with-blas-libs="-lcblas -llapack -lgomp"
+  ./configure --prefix=/usr --with-blas-libs="-lcblas -llapack" --disable-avx
   make
 }
 


[arch-commits] Commit in fflas-ffpack/trunk (PKGBUILD)

2016-05-12 Thread Antonio Rojas
Date: Thursday, May 12, 2016 @ 18:36:40
  Author: arojas
Revision: 175067

Link to libgomp

Modified:
  fflas-ffpack/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-12 16:25:09 UTC (rev 175066)
+++ PKGBUILD2016-05-12 16:36:40 UTC (rev 175067)
@@ -3,7 +3,7 @@
 
 pkgname=fflas-ffpack
 pkgver=2.2.1
-pkgrel=2
+pkgrel=3
 pkgdesc="A library for dense linear algebra over word-size finite fields"
 arch=(any)
 url="http://linbox-team.github.io/fflas-ffpack/;
@@ -14,7 +14,7 @@
 
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr --with-blas-libs="-lcblas -llapack"
+  ./configure --prefix=/usr --with-blas-libs="-lcblas -llapack -lgomp"
   make
 }
 


[arch-commits] Commit in fflas-ffpack/trunk (PKGBUILD)

2016-05-12 Thread Antonio Rojas
Date: Thursday, May 12, 2016 @ 18:24:30
  Author: arojas
Revision: 175063

Enable lapack

Modified:
  fflas-ffpack/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-12 16:21:12 UTC (rev 175062)
+++ PKGBUILD2016-05-12 16:24:30 UTC (rev 175063)
@@ -3,7 +3,7 @@
 
 pkgname=fflas-ffpack
 pkgver=2.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A library for dense linear algebra over word-size finite fields"
 arch=(any)
 url="http://linbox-team.github.io/fflas-ffpack/;
@@ -14,7 +14,7 @@
 
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr --with-blas-libs="-lcblas"
+  ./configure --prefix=/usr --with-blas-libs="-lcblas -llapack"
   make
 }
 


[arch-commits] Commit in fflas-ffpack/trunk (PKGBUILD)

2016-05-12 Thread Antonio Rojas
Date: Thursday, May 12, 2016 @ 18:16:09
  Author: arojas
Revision: 175059

Update to 2.2.1

Modified:
  fflas-ffpack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-12 16:13:35 UTC (rev 175058)
+++ PKGBUILD2016-05-12 16:16:09 UTC (rev 175059)
@@ -2,24 +2,19 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=fflas-ffpack
-pkgver=1.6.0
-pkgrel=2
+pkgver=2.2.1
+pkgrel=1
 pkgdesc="A library for dense linear algebra over word-size finite fields"
-arch=('any')
-url="http://linalg.org/projects/fflas-ffpack;
-license=('LGPL')
-makedepends=('givaro' 'cblas' 'lapack')
-source=("http://linalg.org/$pkgname-$pkgver.tar.gz;)
-md5sums=('726f40bcdbde725469c9f2e4ebbe1d05')
+arch=(any)
+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=('4aa8d77f233774ed29c4be84e43190dd')
 
-prepare() {
-# fix givaro max version
-  sed -e 's|version_max=30800|version_max=30900|' -i $pkgname-$pkgver/configure
-}
-
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr --with-blas-libs="-lcblas"
   make
 }
 
@@ -32,4 +27,3 @@
   cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
 }
-


[arch-commits] Commit in fflas-ffpack/trunk (PKGBUILD)

2014-12-20 Thread Antonio Rojas
Date: Saturday, December 20, 2014 @ 12:28:52
  Author: arojas
Revision: 124182

Add lapack support

Modified:
  fflas-ffpack/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-12-20 11:25:05 UTC (rev 124181)
+++ PKGBUILD2014-12-20 11:28:52 UTC (rev 124182)
@@ -2,12 +2,12 @@
 
 pkgname=fflas-ffpack
 pkgver=1.6.0
-pkgrel=1
+pkgrel=2
 pkgdesc=A library for dense linear algebra over word-size finite fields
 arch=('any')
 url=http://linalg.org/projects/fflas-ffpack;
 license=('LGPL')
-makedepends=('givaro' 'cblas')
+makedepends=('givaro' 'cblas' 'lapack')
 source=(http://linalg.org/$pkgname-$pkgver.tar.gz;)
 md5sums=('726f40bcdbde725469c9f2e4ebbe1d05')