File tree Expand file tree Collapse file tree 2 files changed +1
-28
lines changed Expand file tree Collapse file tree 2 files changed +1
-28
lines changed Original file line number Diff line number Diff line change @@ -94,17 +94,12 @@ OPENBLAS_BUILD_OPTS += MAKE_NB_JOBS=0
9494
9595ifneq ($(USE_BINARYBUILDER_OPENBLAS ) , 1)
9696
97- $(BUILDDIR ) /$(OPENBLAS_SRC_DIR ) /openblas-skylakexdgemm.patch-applied : $(BUILDDIR ) /$(OPENBLAS_SRC_DIR ) /source-extracted
98- cd $(BUILDDIR ) /$(OPENBLAS_SRC_DIR ) && \
99- patch -p1 -f < $(SRCDIR ) /patches/openblas-skylakexdgemm.patch
100- echo 1 > $@
101-
10297$(BUILDDIR ) /$(OPENBLAS_SRC_DIR ) /openblas-winexit.patch-applied : $(BUILDDIR ) /$(OPENBLAS_SRC_DIR ) /source-extracted
10398 cd $(BUILDDIR ) /$(OPENBLAS_SRC_DIR ) && \
10499 patch -p1 -f < $(SRCDIR ) /patches/openblas-winexit.patch
105100 echo 1 > $@
106101
107- $(BUILDDIR ) /$(OPENBLAS_SRC_DIR ) /build-configured : $(BUILDDIR ) /$(OPENBLAS_SRC_DIR ) /openblas-skylakexdgemm.patch-applied $( BUILDDIR ) / $( OPENBLAS_SRC_DIR ) /openblas- winexit.patch-applied
102+ $(BUILDDIR ) /$(OPENBLAS_SRC_DIR ) /build-configured : $(BUILDDIR ) /$(OPENBLAS_SRC_DIR ) /openblas-winexit.patch-applied
108103 echo 1 > $@
109104
110105$(BUILDDIR ) /$(OPENBLAS_SRC_DIR ) /build-compiled : $(BUILDDIR ) /$(OPENBLAS_SRC_DIR ) /build-configured
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments