[arch-commits] Commit in atlas-lapack-base/trunk (Makefile PKGBUILD)

Antonio Rojas arojas at archlinux.org
Fri Jul 29 22:50:03 UTC 2016


    Date: Friday, July 29, 2016 @ 22:50:03
  Author: arojas
Revision: 184646

Update to 3.10.3

Modified:
  atlas-lapack-base/trunk/Makefile
  atlas-lapack-base/trunk/PKGBUILD

----------+
 Makefile |    2 +-
 PKGBUILD |   17 +++++++++--------
 2 files changed, 10 insertions(+), 9 deletions(-)

Modified: Makefile
===================================================================
--- Makefile	2016-07-29 20:08:55 UTC (rev 184645)
+++ Makefile	2016-07-29 22:50:03 UTC (rev 184646)
@@ -20,5 +20,5 @@
 
 liblapack.so : liblapack.a libcblas.so libblas.so
 	ld $(LDFLAGS) -shared -soname liblapack.so.3 -o $@ --whole-archive \
-	   liblapack.a --no-whole-archive $(F77SYSLIB) -L. -lcblas -lblas -lgcc_s
+	   liblapack.a --no-whole-archive $(F77SYSLIB) -L. -lcblas -lblas
 

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-07-29 20:08:55 UTC (rev 184645)
+++ PKGBUILD	2016-07-29 22:50:03 UTC (rev 184646)
@@ -6,9 +6,9 @@
 # Contributor: olivier medoc <o_medoc___AT___yahoo___DOT___fr>
 
 pkgname=atlas-lapack-base
-pkgver=3.10.2
-_lapackver=3.5.0
-pkgrel=3
+pkgver=3.10.3
+_lapackver=3.6.1
+pkgrel=1
 pkgdesc="Complete LAPACK and BLAS implementation using optimized ATLAS routines"
 url="http://math-atlas.sourceforge.net/"
 depends=(gcc-libs)
@@ -18,15 +18,16 @@
 provides=(blas cblas lapack atlas-lapack)
 license=(custom:blas custom:lapack custom:atlas)
 options=(!makeflags)
-source=(http://www.netlib.org/lapack/lapack-$_lapackver.tgz http://downloads.sourceforge.net/project/math-atlas/Stable/3.10.2/atlas3.10.2.tar.bz2 
-blas-license.txt atlas-license.txt Makefile disable-throttling-check.patch)
+source=(http://www.netlib.org/lapack/lapack-$_lapackver.tgz 
+        http://downloads.sourceforge.net/project/math-atlas/Stable/$pkgver/atlas$pkgver.tar.bz2 
+        blas-license.txt atlas-license.txt Makefile disable-throttling-check.patch)
 noextract=(lapack-$_lapackver.tgz)
 install=$pkgname.install
-md5sums=('b1d3e3e425b2e44a06760ff173104bdf'
-         'a4e21f343dec8f22e7415e339f09f6da'
+md5sums=('421b2cb72e15f237e144428f9c460ee0'
+         'd6ce4f16c2ad301837cfb3dade2f7cef'
          'e8e512ee7a2d550139dcd765f127816b'
          '4903eb06072dfbf94710691ccb6660bf'
-         'f4c4d7281766b10dadc0179d00b4759f'
+         'ffb0b384708b5aacc22715d04f3dde45'
          '54f80b9a56f13f960017460c36b725ce')
 
 prepare() {



More information about the arch-commits mailing list