Skip to content

Commit

Permalink
openblas: add pthreads dependency
Browse files Browse the repository at this point in the history
missing since mxe#958

fixes mxe#1384
  • Loading branch information
tonytheodore committed Jun 18, 2016
1 parent e64fb04 commit ac14bad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/openblas.mk
Expand Up @@ -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' | \
Expand Down

0 comments on commit ac14bad

Please sign in to comment.