Skip to content

Commit

Permalink
[OpenBLAS_jll] Update to v0.3.27 (#54237)
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
giordano authored and KristofferC committed May 22, 2024
1 parent 094510e commit 8d760ad
Show file tree
Hide file tree
Showing 7 changed files with 96 additions and 274 deletions.
184 changes: 92 additions & 92 deletions deps/checksums/openblas

Large diffs are not rendered by default.

17 changes: 1 addition & 16 deletions deps/openblas.mk
Original file line number Diff line number Diff line change
Expand Up @@ -95,22 +95,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-avx512bf-kernels.patch-applied: $(BUILDDIR)/$(OPENBLAS_SRC_DIR)/openblas-ofast-power.patch-applied
cd $(BUILDDIR)/$(OPENBLAS_SRC_DIR) && \
patch -p1 -f < $(SRCDIR)/patches/openblas-avx512bf-kernels.patch
echo 1 > $@

$(BUILDDIR)/$(OPENBLAS_SRC_DIR)/openblas-gemv-multithreading.patch-applied: $(BUILDDIR)/$(OPENBLAS_SRC_DIR)/openblas-avx512bf-kernels.patch-applied
cd $(BUILDDIR)/$(OPENBLAS_SRC_DIR) && \
patch -p1 -f < $(SRCDIR)/patches/openblas-gemv-multithreading.patch
echo 1 > $@

$(BUILDDIR)/$(OPENBLAS_SRC_DIR)/openblas-darwin-sve.patch-applied: $(BUILDDIR)/$(OPENBLAS_SRC_DIR)/openblas-gemv-multithreading.patch-applied
cd $(BUILDDIR)/$(OPENBLAS_SRC_DIR) && \
patch -p1 -f < $(SRCDIR)/patches/openblas-darwin-sve.patch
echo 1 > $@

$(BUILDDIR)/$(OPENBLAS_SRC_DIR)/build-configured: $(BUILDDIR)/$(OPENBLAS_SRC_DIR)/openblas-darwin-sve.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
4 changes: 2 additions & 2 deletions deps/openblas.version
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
OPENBLAS_JLL_NAME := OpenBLAS

## source build
OPENBLAS_VER := 0.3.26
OPENBLAS_BRANCH=v0.3.26
OPENBLAS_VER := 0.3.27
OPENBLAS_BRANCH=v0.3.27
OPENBLAS_SHA1=6c77e5e314474773a7749357b153caba4ec3817d

# LAPACK, source-only
Expand Down
107 changes: 0 additions & 107 deletions deps/patches/openblas-avx512bf-kernels.patch

This file was deleted.

34 changes: 0 additions & 34 deletions deps/patches/openblas-darwin-sve.patch

This file was deleted.

22 changes: 0 additions & 22 deletions deps/patches/openblas-gemv-multithreading.patch

This file was deleted.

2 changes: 1 addition & 1 deletion stdlib/OpenBLAS_jll/Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "OpenBLAS_jll"
uuid = "4536629a-c528-5b80-bd46-f80d51c5b363"
version = "0.3.26+2"
version = "0.3.27+1"

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

0 comments on commit 8d760ad

Please sign in to comment.