summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2016-06-18 06:44:41 (GMT)
committerTony Theodore <tonyt@logyst.com>2016-06-18 06:44:41 (GMT)
commitac14bad436384916a4b40effc1b0528a9b751ee6 (patch)
tree9ec1c11d462ca69de09c49d7951466575c9933cd
parente64fb04b50a9bc6bfb1e8465d8fafe09c8af4c32 (diff)
downloadmxe-ac14bad436384916a4b40effc1b0528a9b751ee6.zip
mxe-ac14bad436384916a4b40effc1b0528a9b751ee6.tar.gz
mxe-ac14bad436384916a4b40effc1b0528a9b751ee6.tar.bz2
openblas: add pthreads dependency
missing since #958 fixes #1384
-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' | \