Skip to content

Commit

Permalink
Revert "Backport #42546 to 1.6 (#42564)"
Browse files Browse the repository at this point in the history
This reverts commit 09eb635.
  • Loading branch information
vchuravy authored and staticfloat committed Dec 22, 2022
1 parent 1305aa6 commit ebac0d9
Show file tree
Hide file tree
Showing 4 changed files with 94 additions and 194 deletions.
7 changes: 1 addition & 6 deletions deps/blas.mk
Original file line number Diff line number Diff line change
Expand Up @@ -103,12 +103,7 @@ $(BUILDDIR)/$(OPENBLAS_SRC_DIR)/openblas-ofast-power.patch-applied: $(BUILDDIR)/
patch -p1 -f < $(SRCDIR)/patches/openblas-ofast-power.patch
echo 1 > $@

$(BUILDDIR)/$(OPENBLAS_SRC_DIR)/openblas-julia42415-lapack625-openblas3392.patch-applied: $(BUILDDIR)/$(OPENBLAS_SRC_DIR)/openblas-ofast-power.patch-applied
cd $(BUILDDIR)/$(OPENBLAS_SRC_DIR) && \
patch -p1 -f < $(SRCDIR)/patches/openblas-julia42415-lapack625-openblas3392.patch
echo 1 > $@

$(BUILDDIR)/$(OPENBLAS_SRC_DIR)/build-configured: $(BUILDDIR)/$(OPENBLAS_SRC_DIR)/openblas-julia42415-lapack625-openblas3392.patch-applied
$(BUILDDIR)/$(OPENBLAS_SRC_DIR)/build-configured: $(BUILDDIR)/$(OPENBLAS_SRC_DIR)/openblas-ofast-power.patch-applied
echo 1 > $@

$(BUILDDIR)/$(OPENBLAS_SRC_DIR)/build-compiled: $(BUILDDIR)/$(OPENBLAS_SRC_DIR)/build-configured
Expand Down
Loading

0 comments on commit ebac0d9

Please sign in to comment.