Skip to content

Commit cc71755

Browse files
Backport #42546 to 1.6 (#42564)
* [OpenBLAS/lapack] Fix the `LinearAlgebra/tridiag` segfaults by adding the relevant patch and bumping the OpenBLAS JLLs (cherry picked from commit 6f535fa) * bump OpenBLAS_jll Co-authored-by: Dilum Aluthge <[email protected]>
1 parent ec4c102 commit cc71755

File tree

4 files changed

+194
-94
lines changed

4 files changed

+194
-94
lines changed

deps/blas.mk

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,12 @@ $(BUILDDIR)/$(OPENBLAS_SRC_DIR)/openblas-julia40963-zdot.patch-applied: $(BUILDD
108108
patch -p1 -f < $(SRCDIR)/patches/openblas-julia40963-zdot.patch
109109
echo 1 > $@
110110

111-
$(BUILDDIR)/$(OPENBLAS_SRC_DIR)/build-configured: $(BUILDDIR)/$(OPENBLAS_SRC_DIR)/openblas-julia40963-zdot.patch-applied
111+
$(BUILDDIR)/$(OPENBLAS_SRC_DIR)/openblas-julia42415-lapack625-openblas3392.patch-applied: $(BUILDDIR)/$(OPENBLAS_SRC_DIR)/openblas-julia40963-zdot.patch-applied
112+
cd $(BUILDDIR)/$(OPENBLAS_SRC_DIR) && \
113+
patch -p1 -f < $(SRCDIR)/patches/openblas-julia42415-lapack625-openblas3392.patch
114+
echo 1 > $@
115+
116+
$(BUILDDIR)/$(OPENBLAS_SRC_DIR)/build-configured: $(BUILDDIR)/$(OPENBLAS_SRC_DIR)/openblas-julia42415-lapack625-openblas3392.patch-applied
112117
echo 1 > $@
113118

114119
$(BUILDDIR)/$(OPENBLAS_SRC_DIR)/build-compiled: $(BUILDDIR)/$(OPENBLAS_SRC_DIR)/build-configured

0 commit comments

Comments
 (0)