Skip to content

Commit

Permalink
upgrade OpenBLAS to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vchuravy committed May 29, 2018
1 parent fd29c81 commit 649ac0c
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 76 deletions.
8 changes: 1 addition & 7 deletions deps/blas.mk
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,7 @@ endif
# Do not overwrite the "-j" flag
OPENBLAS_BUILD_OPTS += MAKE_NB_JOBS=0

# Fix build on musl libc, from https://github.com/xianyi/OpenBLAS/pull/1257
# remove when upgrading past openblas v0.2.20
$(BUILDDIR)/$(OPENBLAS_SRC_DIR)/openblas-musl-PR1257.patch-applied: $(BUILDDIR)/$(OPENBLAS_SRC_DIR)/source-extracted
cd $(BUILDDIR)/$(OPENBLAS_SRC_DIR) && patch -p1 -f < $(SRCDIR)/patches/openblas-musl-PR1257.patch
echo 1 > $@

$(BUILDDIR)/$(OPENBLAS_SRC_DIR)/build-configured: $(BUILDDIR)/$(OPENBLAS_SRC_DIR)/openblas-musl-PR1257.patch-applied
$(BUILDDIR)/$(OPENBLAS_SRC_DIR)/build-configured: $(BUILDDIR)/$(OPENBLAS_SRC_DIR)/source-extracted
perl -i -ple 's/^\s*(EXTRALIB\s*\+=\s*-lSystemStubs)\s*$$/# $$1/g' $(dir $<)/Makefile.system
echo 1 > $@

Expand Down

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
48cd39d0cc38ebcbabb8c666c9725bdd
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ac9fb76726685fde71c865d58d7171dbb46ae9c5518ab19066e3789fe2a0a5a253406d6a6eb54aa93432f68af2045cfc6fc2c73acafc961c7732e222cac71010
4 changes: 2 additions & 2 deletions deps/openblas.version
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
OPENBLAS_BRANCH=v0.2.20
OPENBLAS_SHA1=5dde4e65d321076582a2fafe16949d2160551e81
OPENBLAS_BRANCH=v0.3.0
OPENBLAS_SHA1=939452ea9dcb57abdcc3f1278c6db668a4690465
65 changes: 0 additions & 65 deletions deps/patches/openblas-musl-PR1257.patch

This file was deleted.

0 comments on commit 649ac0c

Please sign in to comment.