# HG changeset patch # User John Donoghue # Date 1370134329 14400 # Node ID 75e142c0004bd85d83dd2e8ef02f52c949241a57 # Parent 8ac67219c24187b8eb4558dc87fb3f89f16ae7c6 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. diff -r 8ac67219c241 -r 75e142c0004b index.html --- 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 @@ arpack - 3.1.2 + 3.1.3 ARPACK diff -r 8ac67219c241 -r 75e142c0004b src/arpack.mk --- 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