comparison src/openblas.mk @ 3749:e7d248425626

openblas: update to 0.2.12 * src/openblas.mk: update version, checksum for 0.2.12
author John Donoghue
date Mon, 01 Dec 2014 16:35:08 -0500
parents d0aee8d2e4f4
children 6f9360caaf59
comparison
equal deleted inserted replaced
3748:2b1b59a5abbe 3749:e7d248425626
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.11 6 $(PKG)_VERSION := 0.2.12
7 $(PKG)_CHECKSUM := ee504e5115a93cb62042eec01f2f929ca3fa255e 7 $(PKG)_CHECKSUM := 2bdedca65e29186d1ecaaed45cb6c9b1f3f1c868
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