comparison src/arpack.mk @ 5701:fcc82cc3b632

Update arpack to 3.8.0 * src/arpack.mk: update version, checksum * src/arpack-1-gcc10.patch: removed file * dist-files.mk: remove ref to patch file
author John Donoghue <john.donoghue@ieee.org>
date Mon, 22 Mar 2021 16:13:12 -0400
parents 5e5c201cd134
children fe9ef30a38dd
comparison
equal deleted inserted replaced
5700:5e5c201cd134 5701:fcc82cc3b632
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.7.0 6 $(PKG)_VERSION := 3.8.0
7 $(PKG)_CHECKSUM := cb5a6e1f3c5ab231440bbe30f4a0808d76215e93 7 $(PKG)_CHECKSUM := 6b89dc1b298e1db7df17094308fc3309afa49618
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)'