comparison src/openblas.mk @ 4714:977df9a1bf1d

* src/openblas.mk: update to v0.3.0
author John Donoghue
date Tue, 29 May 2018 07:53:21 -0400
parents a8d8c1a0b573
children 80461a9e516c
comparison
equal deleted inserted replaced
4713:1ee778801e7c 4714:977df9a1bf1d
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.2.20 6 $(PKG)_VERSION := 0.3.0
7 $(PKG)_CHECKSUM := a186074145a24823e82c65672dad1cd1ca6fe89c 7 $(PKG)_CHECKSUM := 7f7f54f933ee342167c421ff7fa808174d30e925
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 := 11 $(PKG)_DEPS :=
12 12