summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2014-07-23 01:21:44 (GMT)
committerTimothy Gu <timothygu99@gmail.com>2014-07-23 01:21:44 (GMT)
commit2212063925c5cb1667afd61cf3e4885cbb318842 (patch)
tree22ab1b053e5adfbbe2ab19ef695383b6216bdc0e /src
parentdce5c06bcc95bfc782b314c6de298d5e87af5bd7 (diff)
downloadmxe-2212063925c5cb1667afd61cf3e4885cbb318842.zip
mxe-2212063925c5cb1667afd61cf3e4885cbb318842.tar.gz
mxe-2212063925c5cb1667afd61cf3e4885cbb318842.tar.bz2
openblas: update
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
Diffstat (limited to 'src')
-rw-r--r--src/openblas-1-fix-import-lib.patch45
-rw-r--r--src/openblas.mk4
2 files changed, 2 insertions, 47 deletions
diff --git a/src/openblas-1-fix-import-lib.patch b/src/openblas-1-fix-import-lib.patch
deleted file mode 100644
index 692eacb..0000000
--- a/src/openblas-1-fix-import-lib.patch
+++ /dev/null
@@ -1,45 +0,0 @@
-This file is part of MXE.
-See index.html for further information.
-
-From d307d2b671c5bc1e3bab850dcb8c3450fee62f66 Mon Sep 17 00:00:00 2001
-From: Timothy Gu <timothygu99@gmail.com>
-Date: Fri, 27 Jun 2014 11:58:14 -0700
-Subject: [PATCH] Build import libs as .dll.a instead of .lib
-
-This is MinGW convention.
-
-Signed-off-by: Timothy Gu <timothygu99@gmail.com>
----
- Makefile.install | 2 +-
- exports/Makefile | 2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/Makefile.install b/Makefile.install
-index 9fc8d7a..7eb7b5f 100644
---- a/Makefile.install
-+++ b/Makefile.install
-@@ -83,7 +83,7 @@ ifeq ($(OSNAME), Darwin)
- endif
- ifeq ($(OSNAME), WINNT)
- @-cp $(LIBDLLNAME) $(OPENBLAS_BINARY_DIR)
-- @-cp $(LIBPREFIX).lib $(OPENBLAS_LIBRARY_DIR)
-+ @-cp $(LIBDLLNAME).a $(OPENBLAS_LIBRARY_DIR)
- endif
- ifeq ($(OSNAME), CYGWIN_NT)
- @-cp $(LIBDLLNAME) $(OPENBLAS_BINARY_DIR)
-diff --git a/exports/Makefile b/exports/Makefile
-index 3ef20b3..ce28ab5 100644
---- a/exports/Makefile
-+++ b/exports/Makefile
-@@ -84,7 +84,7 @@ dll : ../$(LIBDLLNAME)
- ../$(LIBDLLNAME) : ../$(LIBNAME) libopenblas.def dllinit.$(SUFFIX)
- $(RANLIB) ../$(LIBNAME)
- $(CC) $(CFLAGS) $(LDFLAGS) libopenblas.def dllinit.$(SUFFIX) \
-- -shared -o ../$(LIBDLLNAME) -Wl,--out-implib,../$(LIBPREFIX).lib \
-+ -shared -o ../$(LIBDLLNAME) -Wl,--out-implib,../$(LIBDLLNAME).a \
- -Wl,--whole-archive ../$(LIBNAME) -Wl,--no-whole-archive $(FEXTRALIB)
-
- libopenblas.def : gensymbol
---
-1.9.1
-
diff --git a/src/openblas.mk b/src/openblas.mk
index fffd6ed..bfdafd6 100644
--- a/src/openblas.mk
+++ b/src/openblas.mk
@@ -3,8 +3,8 @@
PKG := openblas
$(PKG)_IGNORE :=
-$(PKG)_VERSION := 0.2.9
-$(PKG)_CHECKSUM := e8197711c4fe43ac286366693bd7c1683003c894
+$(PKG)_VERSION := 0.2.10
+$(PKG)_CHECKSUM := c4a5ca4cb9876a90193f81a0c38f4abccdf2944d
$(PKG)_SUBDIR := OpenBLAS-$($(PKG)_VERSION)
$(PKG)_FILE := $($(PKG)_SUBDIR).tar.gz
$(PKG)_URL := http://github.com/xianyi/OpenBLAS/archive/v$($(PKG)_VERSION).tar.gz