comparison src/arpack.mk @ 4417:f2278f00b5de

arpack: update to v3.5.0 * src/arpack.mk: update version, checksum
author John D
date Fri, 14 Jul 2017 11:53:45 -0400
parents d5a5b8e659de
children d2b4db3c3f25
comparison
equal deleted inserted replaced
4416:4fcca3aafbd4 4417:f2278f00b5de
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.4.0 6 $(PKG)_VERSION := 3.5.0
7 $(PKG)_CHECKSUM := c6ea9ea1712c27ec45fbf33c3f064fdba7e9c89b 7 $(PKG)_CHECKSUM := acbbe14b03b323f84236553872396345204dea1e
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 := https://github.com/opencollab/arpack-ng/archive/$($(PKG)_VERSION).tar.gz 10 $(PKG)_URL := https://github.com/opencollab/arpack-ng/archive/$($(PKG)_VERSION).tar.gz
11 $(PKG)_DEPS := blas lapack 11 $(PKG)_DEPS := blas lapack
12 $(PKG)_DESTDIR := '$(3)' 12 $(PKG)_DESTDIR := '$(3)'