mirror of
https://github.com/openwrt/packages.git
synced 2026-05-31 06:51:51 +08:00
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 <alex@shruggie.ro>
This commit is contained in:
committed by
Alexandru Ardelean
parent
8533ded651
commit
2d9f339768
@@ -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 <ardeleanalex@gmail.com>
|
||||
|
||||
Reference in New Issue
Block a user