Skip to content

Commit f561821

Browse files
authored
remove unneded patching of Makefile (#30672)
1 parent 7004841 commit f561821

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

deps/blas.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ $(BUILDDIR)/$(OPENBLAS_SRC_DIR)/openblas-skylakexdgemm.patch-applied: $(BUILDDIR
100100
echo 1 > $@
101101

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

106105
$(BUILDDIR)/$(OPENBLAS_SRC_DIR)/build-compiled: $(BUILDDIR)/$(OPENBLAS_SRC_DIR)/build-configured

0 commit comments

Comments
 (0)