From 2a2ba37bf29ff73fc32f6df1c1ab79d569d1d7e2 Mon Sep 17 00:00:00 2001 From: Kristoffer Carlsson Date: Wed, 9 Jan 2019 23:54:19 +0100 Subject: [PATCH] remove unneded patching of Makefile --- deps/blas.mk | 4 ---- 1 file changed, 4 deletions(-) diff --git a/deps/blas.mk b/deps/blas.mk index ff0f821ff99f6..c811df161a1b5 100644 --- a/deps/blas.mk +++ b/deps/blas.mk @@ -94,10 +94,6 @@ OPENBLAS_BUILD_OPTS += MAKE_NB_JOBS=0 ifneq ($(USE_BINARYBUILDER_OPENBLAS), 1) -$(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 echo $(MAKE) -C $(dir $<) $(OPENBLAS_BUILD_OPTS) # echo first, so we only print the error message below in a failure case @$(MAKE) -C $(dir $<) $(OPENBLAS_BUILD_OPTS) || (echo $(WARNCOLOR)"*** Clean the OpenBLAS build with 'make -C deps clean-openblas'. Rebuild with 'make OPENBLAS_USE_THREAD=0' if OpenBLAS had trouble linking libpthread.so, and with 'make OPENBLAS_TARGET_ARCH=NEHALEM' if there were errors building SandyBridge support. Both these options can also be used simultaneously. ***"$(ENDCOLOR) && false)