comparison src/arpack.mk @ 3549:a4f6dc84ac5b

Update arpack to 3.1.5 * src/arpack.mk: update to 3.1.5.
author John Donoghue <john.donoghue@ieee.org>
date Tue, 25 Feb 2014 18:18:16 -0500
parents c21ca79d7980
children ec301e1de20f
comparison
equal deleted inserted replaced
3548:26bd1899d7a7 3549:a4f6dc84ac5b
1 # This file is part of MXE. 1 # This file is part of MXE.
2 # See index.html for further information. 2 # See index.html for further information.
3 3
4 PKG := arpack 4 PKG := arpack
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 3.1.4 6 $(PKG)_VERSION := 3.1.5
7 $(PKG)_CHECKSUM := 1fb817346619b04d8fcdc958060cc0eab2c73c6f 7 $(PKG)_CHECKSUM := f5b492a70c10b39596e476d0c7958b4d85a40a29
8 $(PKG)_SUBDIR := $(PKG)-ng-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := $(PKG)-ng-$($(PKG)_VERSION)
9 $(PKG)_FILE := arpack-ng_$($(PKG)_VERSION).tar.gz 9 $(PKG)_FILE := arpack-ng_$($(PKG)_VERSION).tar.gz
10 $(PKG)_URL := http://forge.scilab.org/index.php/p/arpack-ng/downloads/get/$($(PKG)_FILE) 10 $(PKG)_URL := http://forge.scilab.org/index.php/p/arpack-ng/downloads/get/$($(PKG)_FILE)
11 $(PKG)_DEPS := blas lapack 11 $(PKG)_DEPS := blas lapack
12 12