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

Antonio Rojas arojas at archlinux.org
Thu Nov 23 16:49:39 UTC 2017


    Date: Thursday, November 23, 2017 @ 16:49:38
  Author: arojas
Revision: 268218

Update to 1.5.1

Modified:
  linbox/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-11-23 16:47:17 UTC (rev 268217)
+++ PKGBUILD	2017-11-23 16:49:38 UTC (rev 268218)
@@ -2,8 +2,8 @@
 # Maintainer: Antonio Rojas < nqn76sw at gmail.com >
 
 pkgname=linbox
-pkgver=1.5.0
-pkgrel=2
+pkgver=1.5.1
+pkgrel=1
 pkgdesc="A template library for exact, high-performance linear algebra computation with dense, sparse, and structured matrices over the integers and over finite fields"
 arch=(x86_64)
 url="http://linalg.org/"
@@ -10,7 +10,7 @@
 license=(LGPL)
 depends=(m4rie flint fplll iml fflas-ffpack tinyxml2) 
 source=("https://github.com/linbox-team/linbox/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz" linbox-config.patch)
-sha256sums=('ae6a9ffb5f32ad3ed4980d82d09b8c5cf023aa3298873467c15f610d64797749'
+sha256sums=('b2a4dbfe1e599f0ca5a5d3c63403ba7914463a0040cdd2a55e7b29aaab7d7589'
             '2f60b1b598d04168622ad1cccf0e8745b73efc5b7686398cb6f0f89cc2032ceb')
 
 prepare() {
@@ -22,7 +22,8 @@
 build() {
   cd $pkgname-$pkgver
 
-  ./configure --prefix=/usr --enable-sage --with-fplll=/usr
+  ./configure --prefix=/usr --enable-sage --with-fplll=/usr \
+    --disable-sse3 --disable-ssse3 --disable-sse41 --disable-sse42 --disable-avx --disable-avx2 --disable-fma
   make
 }
 



More information about the arch-commits mailing list