changeset 2436:1de11b1166db

update package lapack
author Mark Brand <mabrand@mabrand.nl>
date Sat, 21 Apr 2012 16:14:56 +0200
parents 2bdc0ade8e45
children 813453ab528b
files index.html src/lapack.mk
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/index.html	Fri Apr 20 20:34:22 2012 +0200
+++ b/index.html	Sat Apr 21 16:14:56 2012 +0200
@@ -1280,7 +1280,7 @@
     </tr>
     <tr>
         <td id="lapack-package">lapack</td>
-        <td id="lapack-version">3.4.0</td>
+        <td id="lapack-version">3.4.1</td>
         <td id="lapack-website"><a href="http://www.netlib.org/lapack/">lapack</a></td>
     </tr>
     <tr>
--- a/src/lapack.mk	Fri Apr 20 20:34:22 2012 +0200
+++ b/src/lapack.mk	Sat Apr 21 16:14:56 2012 +0200
@@ -3,7 +3,7 @@
 
 PKG             := lapack
 $(PKG)_IGNORE   :=
-$(PKG)_CHECKSUM := 910109a931524f8dcc2734ce23fe927b00ca199f
+$(PKG)_CHECKSUM := 318a98c0b627c92b8e533d665574e76c0d3e8a17
 $(PKG)_SUBDIR   := $(PKG)-$($(PKG)_VERSION)
 $(PKG)_FILE     := $(PKG)-$($(PKG)_VERSION).tgz
 $(PKG)_URL      := http://www.netlib.org/$(PKG)/$($(PKG)_FILE)