Skip to content

Commit 2a2ba37

Browse files
committed
remove unneded patching of Makefile
1 parent 59314a9 commit 2a2ba37

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

deps/blas.mk

-4
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,6 @@ OPENBLAS_BUILD_OPTS += MAKE_NB_JOBS=0
9494

9595
ifneq ($(USE_BINARYBUILDER_OPENBLAS), 1)
9696

97-
$(BUILDDIR)/$(OPENBLAS_SRC_DIR)/build-configured: $(BUILDDIR)/$(OPENBLAS_SRC_DIR)/source-extracted
98-
perl -i -ple 's/^\s*(EXTRALIB\s*\+=\s*-lSystemStubs)\s*$$/# $$1/g' $(dir $<)/Makefile.system
99-
echo 1 > $@
100-
10197
$(BUILDDIR)/$(OPENBLAS_SRC_DIR)/build-compiled: $(BUILDDIR)/$(OPENBLAS_SRC_DIR)/build-configured
10298
echo $(MAKE) -C $(dir $<) $(OPENBLAS_BUILD_OPTS) # echo first, so we only print the error message below in a failure case
10399
@$(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)

0 commit comments

Comments
 (0)