changeset 3011:75e142c0004b

Update arpack to 3.1.3 which fixes issues with untaring in mingw. * index.html: arpack-version set to 3.1.3 * src/arpack.mk: change subdir/file name to match latest file name component of dowload, and update checksum for 3.1.3.
author John Donoghue <john.donoghue@ieee.org>
date Sat, 01 Jun 2013 20:52:09 -0400
parents 8ac67219c241
children 100e618349f7
files index.html src/arpack.mk
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/index.html	Fri May 31 18:29:31 2013 -0400
+++ b/index.html	Sat Jun 01 20:52:09 2013 -0400
@@ -930,7 +930,7 @@
     </tr>
     <tr>
         <td id="arpack-package">arpack</td>
-        <td id="arpack-version">3.1.2</td>
+        <td id="arpack-version">3.1.3</td>
         <td id="arpack-website"><a href="http://forge.scilab.org/index.php/p/arpack-ng/">ARPACK</a></td>
     </tr>
     <tr>
--- a/src/arpack.mk	Fri May 31 18:29:31 2013 -0400
+++ b/src/arpack.mk	Sat Jun 01 20:52:09 2013 -0400
@@ -3,9 +3,9 @@
 
 PKG             := arpack
 $(PKG)_IGNORE   :=
-$(PKG)_CHECKSUM := f5453e2d576f131890ca023e1d853e18920f9c3c
-$(PKG)_SUBDIR   := $(PKG)-ng_$($(PKG)_VERSION)
-$(PKG)_FILE     := arpack-ng_$($(PKG)_VERSION).tar.gz
+$(PKG)_CHECKSUM := c1ac96663916a4e11618e9557636ba1bd1a7b556
+$(PKG)_SUBDIR   := $(PKG)-ng-$($(PKG)_VERSION)
+$(PKG)_FILE     := arpack-ng-$($(PKG)_VERSION).tar.gz
 $(PKG)_URL      := http://forge.scilab.org/index.php/p/arpack-ng/downloads/get/$($(PKG)_FILE)
 $(PKG)_DEPS     := blas lapack