Commit 2b4b3d5 1 parent 4916063 commit 2b4b3d5 Copy full SHA for 2b4b3d5
File tree 2 files changed +1
-28
lines changed
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
94
94
95
95
ifneq ($(USE_BINARYBUILDER_OPENBLAS ) , 1)
96
96
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
-
102
97
$(BUILDDIR ) /$(OPENBLAS_SRC_DIR ) /openblas-winexit.patch-applied : $(BUILDDIR ) /$(OPENBLAS_SRC_DIR ) /source-extracted
103
98
cd $(BUILDDIR ) /$(OPENBLAS_SRC_DIR ) && \
104
99
patch -p1 -f < $(SRCDIR ) /patches/openblas-winexit.patch
105
100
echo 1 > $@
106
101
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
108
103
echo 1 > $@
109
104
110
105
$(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