comparison src/openblas.mk @ 5463:9298ca9247f1

* src/openblas.mk: update to v0.3.10
author John Donoghue <john.donoghue@ieee.org>
date Mon, 15 Jun 2020 17:39:49 -0400
parents 77ae97603108
children c475092f8142
comparison
equal deleted inserted replaced
5462:459061662bd5 5463:9298ca9247f1
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.9 6 $(PKG)_VERSION := 0.3.10
7 $(PKG)_CHECKSUM := 05eb2d08f656dd4cc962f1bcf78b77cc17b22ef2 7 $(PKG)_CHECKSUM := cbe3fdd0e6ee235debc611d76976dac62f3ddc1c
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