comparison src/arpack.mk @ 6703:11e24ab990cc

* src/arpack.mk: update to v3.9.0
author John Donoghue <john.donoghue@ieee.org>
date Thu, 04 May 2023 13:05:13 -0400
parents fe9ef30a38dd
children 841144ada69a
comparison
equal deleted inserted replaced
6702:98ca808fc04b 6703:11e24ab990cc
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.8.0 6 $(PKG)_VERSION := 3.9.0
7 $(PKG)_CHECKSUM := 6b89dc1b298e1db7df17094308fc3309afa49618 7 $(PKG)_CHECKSUM := 9959d84321ccb86de0a9e8088adab61cfeeab987
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 12