comparison src/openblas.mk @ 3711:d0aee8d2e4f4

openblas: update to 0.2.11 * src/openblas.mk: update version/checksum
author John Donoghue
date Thu, 11 Sep 2014 11:18:34 -0400
parents f0b359d91bf0
children e7d248425626
comparison
equal deleted inserted replaced
3710:1220a9158bc1 3711:d0aee8d2e4f4
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.10 6 $(PKG)_VERSION := 0.2.11
7 $(PKG)_CHECKSUM := c4a5ca4cb9876a90193f81a0c38f4abccdf2944d 7 $(PKG)_CHECKSUM := ee504e5115a93cb62042eec01f2f929ca3fa255e
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