Skip to content

Commit

Permalink
remove unneded patching of Makefile
Browse files Browse the repository at this point in the history
(cherry picked from commit 2a2ba37)
  • Loading branch information
KristofferC committed Jan 11, 2019
1 parent 17f2978 commit 1a2134d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion deps/blas.mk
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ endif
OPENBLAS_BUILD_OPTS += MAKE_NB_JOBS=0

$(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 > $@

$(BUILDDIR)/$(OPENBLAS_SRC_DIR)/build-compiled: $(BUILDDIR)/$(OPENBLAS_SRC_DIR)/build-configured
Expand Down

0 comments on commit 1a2134d

Please sign in to comment.