changeset 2788:eaa3134bbca4

upgrade package lapack
author Mark Brand <mabrand@mabrand.nl>
date Wed, 26 Sep 2012 09:10:12 +0200
parents 2931458be7da
children f20bbf45b91a
files index.html src/lapack.mk
diffstat 2 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/index.html	Tue Sep 25 11:38:42 2012 +0200
+++ b/index.html	Wed Sep 26 09:10:12 2012 +0200
@@ -1305,7 +1305,7 @@
     </tr>
     <tr>
         <td id="lapack-package">lapack</td>
-        <td id="lapack-version">3.4.0</td>
+        <td id="lapack-version">3.4.2</td>
         <td id="lapack-website"><a href="http://www.netlib.org/lapack/">lapack</a></td>
     </tr>
     <tr>
--- a/src/lapack.mk	Tue Sep 25 11:38:42 2012 +0200
+++ b/src/lapack.mk	Wed Sep 26 09:10:12 2012 +0200
@@ -2,8 +2,7 @@
 # See index.html for further information.
 
 PKG             := lapack
-$(PKG)_IGNORE   := 3.4.1
-$(PKG)_CHECKSUM := 910109a931524f8dcc2734ce23fe927b00ca199f
+$(PKG)_CHECKSUM := 93a6e4e6639aaf00571d53a580ddc415416e868b
 $(PKG)_SUBDIR   := $(PKG)-$($(PKG)_VERSION)
 $(PKG)_FILE     := $(PKG)-$($(PKG)_VERSION).tgz
 $(PKG)_URL      := http://www.netlib.org/$(PKG)/$($(PKG)_FILE)