Skip to content

Commit 431dfdc

Browse files
giordanoKristofferC
authored andcommitted
[OpenBLAS_jll] Update to v0.3.27 (#54237)
Memo to self: * update version number in `stdlib/OpenBLAS_jll/Project.toml` * update version number and sha in `deps/openblas.version` * refresh checksums with `make -f contrib/refresh_checksums.mk -j openblas` See the [release notes of v0.3.27](https://github.com/OpenMathLib/OpenBLAS/releases/tag/v0.3.27). (cherry picked from commit 8423426)
1 parent 8d5b3b6 commit 431dfdc

File tree

7 files changed

+96
-274
lines changed

7 files changed

+96
-274
lines changed

deps/checksums/openblas

Lines changed: 92 additions & 92 deletions
Large diffs are not rendered by default.

deps/openblas.mk

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -95,22 +95,7 @@ $(BUILDDIR)/$(OPENBLAS_SRC_DIR)/openblas-ofast-power.patch-applied: $(BUILDDIR)/
9595
patch -p1 -f < $(SRCDIR)/patches/openblas-ofast-power.patch
9696
echo 1 > $@
9797

98-
$(BUILDDIR)/$(OPENBLAS_SRC_DIR)/openblas-avx512bf-kernels.patch-applied: $(BUILDDIR)/$(OPENBLAS_SRC_DIR)/openblas-ofast-power.patch-applied
99-
cd $(BUILDDIR)/$(OPENBLAS_SRC_DIR) && \
100-
patch -p1 -f < $(SRCDIR)/patches/openblas-avx512bf-kernels.patch
101-
echo 1 > $@
102-
103-
$(BUILDDIR)/$(OPENBLAS_SRC_DIR)/openblas-gemv-multithreading.patch-applied: $(BUILDDIR)/$(OPENBLAS_SRC_DIR)/openblas-avx512bf-kernels.patch-applied
104-
cd $(BUILDDIR)/$(OPENBLAS_SRC_DIR) && \
105-
patch -p1 -f < $(SRCDIR)/patches/openblas-gemv-multithreading.patch
106-
echo 1 > $@
107-
108-
$(BUILDDIR)/$(OPENBLAS_SRC_DIR)/openblas-darwin-sve.patch-applied: $(BUILDDIR)/$(OPENBLAS_SRC_DIR)/openblas-gemv-multithreading.patch-applied
109-
cd $(BUILDDIR)/$(OPENBLAS_SRC_DIR) && \
110-
patch -p1 -f < $(SRCDIR)/patches/openblas-darwin-sve.patch
111-
echo 1 > $@
112-
113-
$(BUILDDIR)/$(OPENBLAS_SRC_DIR)/build-configured: $(BUILDDIR)/$(OPENBLAS_SRC_DIR)/openblas-darwin-sve.patch-applied
98+
$(BUILDDIR)/$(OPENBLAS_SRC_DIR)/build-configured: $(BUILDDIR)/$(OPENBLAS_SRC_DIR)/openblas-ofast-power.patch-applied
11499
echo 1 > $@
115100

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

deps/openblas.version

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
OPENBLAS_JLL_NAME := OpenBLAS
44

55
## source build
6-
OPENBLAS_VER := 0.3.26
7-
OPENBLAS_BRANCH=v0.3.26
6+
OPENBLAS_VER := 0.3.27
7+
OPENBLAS_BRANCH=v0.3.27
88
OPENBLAS_SHA1=6c77e5e314474773a7749357b153caba4ec3817d
99

1010
# LAPACK, source-only

deps/patches/openblas-avx512bf-kernels.patch

Lines changed: 0 additions & 107 deletions
This file was deleted.

deps/patches/openblas-darwin-sve.patch

Lines changed: 0 additions & 34 deletions
This file was deleted.

deps/patches/openblas-gemv-multithreading.patch

Lines changed: 0 additions & 22 deletions
This file was deleted.

stdlib/OpenBLAS_jll/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "OpenBLAS_jll"
22
uuid = "4536629a-c528-5b80-bd46-f80d51c5b363"
3-
version = "0.3.26+2"
3+
version = "0.3.27+1"
44

55
[deps]
66
# See note in `src/OpenBLAS_jll.jl` about this dependency.

0 commit comments

Comments
 (0)