diff options
author | Tony Theodore <tonyt@logyst.com> | 2015-12-02 02:08:48 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2015-12-02 02:08:48 (GMT) |
commit | a3b4f60c5495c86600ff69ca125d3c25bae29e5c (patch) | |
tree | 69be8a59bb8aa0beaf4bc49407b507af6a3ce3fe /src | |
parent | 7818886db421b0556a4ebad6072d7170fdc1cac3 (diff) | |
download | mxe-a3b4f60c5495c86600ff69ca125d3c25bae29e5c.zip mxe-a3b4f60c5495c86600ff69ca125d3c25bae29e5c.tar.gz mxe-a3b4f60c5495c86600ff69ca125d3c25bae29e5c.tar.bz2 |
openblas: update 0.2.12 --> 0.2.15
Diffstat (limited to 'src')
-rw-r--r-- | src/openblas.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/openblas.mk b/src/openblas.mk index 89eb3ee..209d187 100644 --- a/src/openblas.mk +++ b/src/openblas.mk @@ -3,8 +3,8 @@ PKG := openblas $(PKG)_IGNORE := -$(PKG)_VERSION := 0.2.12 -$(PKG)_CHECKSUM := b41f71f46faab1215f6f6d17541113dc01fd4d8fee0694f3f459bc2e3c2aaaaf +$(PKG)_VERSION := 0.2.15 +$(PKG)_CHECKSUM := 73c40ace5978282224e5e122a41c8388c5a19e65a6f2329c2b7c0b61bacc9044 $(PKG)_SUBDIR := OpenBLAS-$($(PKG)_VERSION) $(PKG)_FILE := $($(PKG)_SUBDIR).tar.gz $(PKG)_URL := http://github.com/xianyi/OpenBLAS/archive/v$($(PKG)_VERSION).tar.gz |