comparison src/openblas.mk @ 4061:164533b3691b

openblas: update to 0.2.15 * src/openblas.mk: update version, checksum
author John D
date Fri, 27 Nov 2015 19:00:06 -0500
parents 3204496553d4
children 14e8109c191a
comparison
equal deleted inserted replaced
4060:e36b4f15b7a5 4061:164533b3691b
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.14 6 $(PKG)_VERSION := 0.2.15
7 $(PKG)_CHECKSUM := 803ddccb727f2a94740136fb7cc8cef4a546ec98 7 $(PKG)_CHECKSUM := ce9c5243b43bced4eb61a3971dc9eb2059c331ca
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 := http://github.com/xianyi/OpenBLAS/archive/v$($(PKG)_VERSION).tar.gz 10 $(PKG)_URL := http://github.com/xianyi/OpenBLAS/archive/v$($(PKG)_VERSION).tar.gz
11 $(PKG)_DEPS := 11 $(PKG)_DEPS :=
12 12