comparison src/openblas.mk @ 6360:b87ffbfe80be

openblas: update to v0.3.21 * src/openblas.mk: update version, checksum * src/mingw-openblas-1-xerbla.patch: update patch
author John Donoghue <john.donoghue@ieee.org>
date Wed, 10 Aug 2022 15:18:27 -0400
parents 15776773d197
children 4b8764444acb
comparison
equal deleted inserted replaced
6359:b68148d8be7b 6360:b87ffbfe80be
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 := openblas 4 PKG := openblas
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 0.3.20 6 $(PKG)_VERSION := 0.3.21
7 $(PKG)_CHECKSUM := 45ec54b75f53f5b704250e60bd8e82a49b430619 7 $(PKG)_CHECKSUM := b052d196ad694b29302e074b3eb8cc66745f6e2f
8 $(PKG)_SUBDIR := OpenBLAS-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := OpenBLAS-$($(PKG)_VERSION)
9 $(PKG)_FILE := $($(PKG)_SUBDIR).tar.gz 9 $(PKG)_FILE := $($(PKG)_SUBDIR).tar.gz
10 $(PKG)_URL := https://github.com/xianyi/OpenBLAS/archive/v$($(PKG)_VERSION).tar.gz 10 $(PKG)_URL := https://github.com/xianyi/OpenBLAS/archive/v$($(PKG)_VERSION).tar.gz
11 $(PKG)_DEPS := blas 11 $(PKG)_DEPS := blas
12 12