changeset 3240:d99f6d03618c

Update openblas to 0.2.8 index.html: update openblas-version to 0.2.8 src/openblas.mk: update checksum
author John Donoghue <john.donoghue@ieee.org>
date Sat, 31 Aug 2013 16:21:06 -0400
parents f9bb233a5ef8
children 537ca0c3354d
files index.html src/openblas.mk
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/index.html	Wed Aug 21 19:20:58 2013 -0400
+++ b/index.html	Sat Aug 31 16:21:06 2013 -0400
@@ -1995,7 +1995,7 @@
     </tr>
      <tr>
         <td id="openblas-package">openblas</td>
-        <td id="openblas-version">0.2.6</td>
+        <td id="openblas-version">0.2.8</td>
         <td id="openblas-website"><a href="http://xianyi.github.io/OpenBLAS/">OpenBLAS</a></td>
     </tr>
     <tr>
--- a/src/openblas.mk	Wed Aug 21 19:20:58 2013 -0400
+++ b/src/openblas.mk	Sat Aug 31 16:21:06 2013 -0400
@@ -3,7 +3,7 @@
 
 PKG             := openblas
 $(PKG)_IGNORE   :=
-$(PKG)_CHECKSUM := f5c040660cb83630f9ac3e34a907889dcfac3415
+$(PKG)_CHECKSUM := d012ebc2b8dcd3e95f667dff08318a81479a47c3
 $(PKG)_SUBDIR   := OpenBLAS-$($(PKG)_VERSION)
 $(PKG)_FILE     := $($(PKG)_SUBDIR).tar.gz
 $(PKG)_URL      := http://github.com/xianyi/OpenBLAS/archive/v$($(PKG)_VERSION).tar.gz