Skip to content

Commit

Permalink
Fix OpenBLAS source build (JuliaLang#42430)
Browse files Browse the repository at this point in the history
  • Loading branch information
Keno authored and LilithHafner committed Mar 8, 2022
1 parent b18eabc commit 7876104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/openblas.mk
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ $(BUILDDIR)/$(OPENBLAS_SRC_DIR)/openblas-ofast-power.patch-applied: $(BUILDDIR)/

$(BUILDDIR)/$(OPENBLAS_SRC_DIR)/neoverse-generic-kernels.patch-applied: $(BUILDDIR)/$(OPENBLAS_SRC_DIR)/openblas-ofast-power.patch-applied
cd $(BUILDDIR)/$(OPENBLAS_SRC_DIR) && \
patch -p1 -f < $(SRCDIR)/patches/openblas-exshift.patch
patch -p1 -f < $(SRCDIR)/patches/neoverse-generic-kernels.patch
echo 1 > $@

$(BUILDDIR)/$(OPENBLAS_SRC_DIR)/build-configured: $(BUILDDIR)/$(OPENBLAS_SRC_DIR)/neoverse-generic-kernels.patch-applied
Expand Down

0 comments on commit 7876104

Please sign in to comment.