Skip to content

Commit 09a592b

Browse files
benlorenzKristofferC
authored andcommitted
[openblas] fix make targets for applying patches (#41501)
when building with USE_BINARYBUILDER=0 (cherry picked from commit 19ecf00)
1 parent 4f1fa2f commit 09a592b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deps/openblas.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,12 +108,12 @@ $(BUILDDIR)/$(OPENBLAS_SRC_DIR)/openblas-exshift.patch-applied: $(BUILDDIR)/$(OP
108108
patch -p1 -f < $(SRCDIR)/patches/openblas-exshift.patch
109109
echo 1 > $@
110110

111-
$(BUILDDIR)/$(OPENBLAS_SRC_DIR)/openblas-filter-out-mavx-flag-on-zgemm-kernels.patch-applied: $(BUILDDIR)/$(OPENBLAS_SRC_DIR)/openblas-openblas-exshift.patch-applied
111+
$(BUILDDIR)/$(OPENBLAS_SRC_DIR)/openblas-filter-out-mavx-flag-on-zgemm-kernels.patch-applied: $(BUILDDIR)/$(OPENBLAS_SRC_DIR)/openblas-exshift.patch-applied
112112
cd $(BUILDDIR)/$(OPENBLAS_SRC_DIR) && \
113113
patch -p1 -f < $(SRCDIR)/patches/openblas-filter-out-mavx-flag-on-zgemm-kernels.patch
114114
echo 1 > $@
115115

116-
$(BUILDDIR)/$(OPENBLAS_SRC_DIR)/openblas-Only-filter-out-mavx-on-Sandybridge.patch-applied: $(BUILDDIR)/$(OPENBLAS_SRC_DIR)/openblas-filter-out-mavx-flag-on-zgemm-kernels.patch
116+
$(BUILDDIR)/$(OPENBLAS_SRC_DIR)/openblas-Only-filter-out-mavx-on-Sandybridge.patch-applied: $(BUILDDIR)/$(OPENBLAS_SRC_DIR)/openblas-filter-out-mavx-flag-on-zgemm-kernels.patch-applied
117117
cd $(BUILDDIR)/$(OPENBLAS_SRC_DIR) && \
118118
patch -p1 -f < $(SRCDIR)/patches/openblas-Only-filter-out-mavx-on-Sandybridge.patch
119119
echo 1 > $@

0 commit comments

Comments
 (0)