From 2d9f339768af5d823382042637c255261d21a0db Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Wed, 22 Apr 2026 12:07:27 +0300 Subject: [PATCH] openblas: update to 0.3.33 Changelog: - Fix GCC15 miscompilation of DDOT kernel on arm64 non-SVE targets - Fix accuracy issue in GEMV kernel for Neoverse V1/SVE targets - Fix broken STRMM/SSYMM in DYNAMIC_ARCH builds on non-SME hardware - Add Cortex-A75/A76 autodetection in DYNAMIC_ARCH builds - Fix LoongArch64 build failure with half-precision float support - Import LAPACK updates aligned with upcoming 3.13.0 release Signed-off-by: Alexandru Ardelean --- libs/openblas/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/openblas/Makefile b/libs/openblas/Makefile index 4054ca1e9f..edfb908b69 100644 --- a/libs/openblas/Makefile +++ b/libs/openblas/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=OpenBLAS -PKG_VERSION:=0.3.31 +PKG_VERSION:=0.3.33 PKG_RELEASE:=1 PKG_SOURCE:=OpenBLAS-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/OpenMathLib/OpenBLAS/releases/download/v$(PKG_VERSION)/ -PKG_HASH:=6dd2a63ac9d32643b7cc636eab57bf4e57d0ed1fff926dfbc5d3d97f2d2be3a6 +PKG_HASH:=6761af1d9f5d353ab4f0b7497be2643313b36c8f31caec0144bfef198e71e6ab PKG_LICENSE:=BSD-3-Clause PKG_CPE_ID:=cpe:/a:openblas_project:openblas PKG_MAINTAINER:=Alexandru Ardelean