comparison src/openblas.mk @ 6095:15776773d197

openblas: update to v0.3.20 * src/openblas.mk: update to v0.3.20 * src/openblas-1-skylakex.patch: removed * dist-files.mk: removed ref to patch file
author John Donoghue <john.donoghue@ieee.org>
date Thu, 24 Feb 2022 09:23:25 -0500
parents 43c0072150cc
children b87ffbfe80be
comparison
equal deleted inserted replaced
6094:1bf47a1e03c1 6095:15776773d197
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.19 6 $(PKG)_VERSION := 0.3.20
7 $(PKG)_CHECKSUM := 0b0b2d1b56ea338ae07d11ab2780c108c188bebf 7 $(PKG)_CHECKSUM := 45ec54b75f53f5b704250e60bd8e82a49b430619
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