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

Antonio Rojas arojas at archlinux.org
Sat Feb 20 10:40:52 UTC 2016


    Date: Saturday, February 20, 2016 @ 11:40:52
  Author: arojas
Revision: 260067

Update to 2.1

Modified:
  gsl/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-02-20 10:02:27 UTC (rev 260066)
+++ PKGBUILD	2016-02-20 10:40:52 UTC (rev 260067)
@@ -4,7 +4,7 @@
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 
 pkgname=gsl
-pkgver=1.16
+pkgver=2.1
 pkgrel=1
 pkgdesc="The GNU Scientific Library (GSL) is a modern numerical library for C and C++ programmers"
 url="http://www.gnu.org/software/gsl/gsl.html"
@@ -13,7 +13,7 @@
 license=('GPL')
 arch=('i686' 'x86_64')
 depends=('glibc' 'bash')
-sha1sums=('210af9366485f149140973700d90dc93a4b6213e')
+sha1sums=('e20110bf060c4030b26c519a70c6c0e113abc9f7')
 
 build() {
     unset LDFLAGS
@@ -24,6 +24,7 @@
 }
 
 check() {
+    [[ $CARCH = 'i686' ]] && return 0 # https://lists.gnu.org/archive/html/bug-gsl/2015-11/msg00011.html
     cd "${srcdir}/${pkgname}-${pkgver}"
     make check
 }



More information about the arch-commits mailing list