diff options
author | Alexandru Ardelean <alex@shruggie.ro> | 2023-04-03 10:30:26 +0300 |
---|---|---|
committer | Alexandru Ardelean <alex@shruggie.ro> | 2023-04-03 11:14:21 +0300 |
commit | 9df165d8f60cb4b7943074a6f7dcf045572e309d (patch) | |
tree | 24d03a299b0218114c8491813743e16f86fdda42 /libs/openblas/Makefile | |
parent | 0db6a13526f3a01febbbe6186d9e74054cb922a2 (diff) |
openblas: bump to version 0.3.23
Make hard-float a requirement.
Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
Diffstat (limited to 'libs/openblas/Makefile')
-rw-r--r-- | libs/openblas/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/libs/openblas/Makefile b/libs/openblas/Makefile index 83d7d7099..389478858 100644 --- a/libs/openblas/Makefile +++ b/libs/openblas/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=OpenBLAS -PKG_VERSION:=0.3.21 -PKG_RELEASE:=2 +PKG_VERSION:=0.3.23 +PKG_RELEASE:=1 PKG_SOURCE:=OpenBLAS-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/xianyi/OpenBLAS/releases/download/v$(PKG_VERSION)/ -PKG_HASH:=f36ba3d7a60e7c8bcc54cd9aaa9b1223dd42eaf02c811791c37e8ca707c241ca +PKG_HASH:=5d9491d07168a5d00116cdc068a40022c3455bf9293c7cb86a65b1054d7e5114 PKG_LICENSE:=BSD 3-Clause PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com> @@ -27,6 +27,7 @@ define Package/openblas DEPENDS:= \ @!arc \ @!powerpc \ + @!SOFT_FLOAT \ +INSTALL_GFORTRAN:libgfortran endef |