summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBoris Nagaev <bnagaev@gmail.com>2016-06-29 20:28:06 (GMT)
committerGitHub <noreply@github.com>2016-06-29 20:28:06 (GMT)
commitb924c6596e59266f24d210642f1667c81bd361be (patch)
treef587cb168d096ccc0214e3380786444643456eba
parentf512d3e481a44f31f85d0cfef34e7b4fea82e2c7 (diff)
parentac14bad436384916a4b40effc1b0528a9b751ee6 (diff)
downloadmxe-b924c6596e59266f24d210642f1667c81bd361be.zip
mxe-b924c6596e59266f24d210642f1667c81bd361be.tar.gz
mxe-b924c6596e59266f24d210642f1667c81bd361be.tar.bz2
Merge pull request #1398 from tonytheodore/openblas
openblas: add pthreads dependency
-rw-r--r--src/openblas.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openblas.mk b/src/openblas.mk
index 209d187..acaf051 100644
--- a/src/openblas.mk
+++ b/src/openblas.mk
@@ -8,7 +8,7 @@ $(PKG)_CHECKSUM := 73c40ace5978282224e5e122a41c8388c5a19e65a6f2329c2b7c0b61bacc9
$(PKG)_SUBDIR := OpenBLAS-$($(PKG)_VERSION)
$(PKG)_FILE := $($(PKG)_SUBDIR).tar.gz
$(PKG)_URL := http://github.com/xianyi/OpenBLAS/archive/v$($(PKG)_VERSION).tar.gz
-$(PKG)_DEPS := gcc
+$(PKG)_DEPS := gcc pthreads
define $(PKG)_UPDATE
$(WGET) -q -O- 'https://github.com/xianyi/OpenBLAS/releases' | \