changeset 7166:13eb95d953f3

openblas: update to v0.3.27 * src/openblas.mk: update to v0.3.27 * src/mingw-openblas-1-xerbla.patch: disable utest
author John Donoghue <john.donoghue@ieee.org>
date Mon, 08 Apr 2024 14:29:41 -0400
parents 524cc0439f23
children 72355a92f7d8
files src/mingw-openblas-1-xerbla.patch src/openblas.mk
diffstat 2 files changed, 17 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/mingw-openblas-1-xerbla.patch	Mon Apr 08 09:23:04 2024 -0400
+++ b/src/mingw-openblas-1-xerbla.patch	Mon Apr 08 14:29:41 2024 -0400
@@ -61,3 +61,18 @@
  parameter.$(PSUFFIX) : parameter.c ../../param.h
  	$(CC) $(PFLAGS) -c $< -o $(@F)
  
+diff -u OpenBLAS-0.3.27.orig/Makefile OpenBLAS-0.3.27/Makefile
+--- OpenBLAS-0.3.27.orig/Makefile	2024-04-08 12:41:16.789561544 -0400
++++ OpenBLAS-0.3.27/Makefile	2024-04-08 12:46:51.778557670 -0400
+@@ -168,10 +168,10 @@
+ 	$(MAKE) -C test all
+ endif
+ endif
++ifneq ($(NO_CBLAS), 1)
+ ifneq ($(ONLY_CBLAS), 1)
+ 	$(MAKE) -C utest all
+ endif
+-ifneq ($(NO_CBLAS), 1)
+ ifneq ($(ONLY_CBLAS), 1)
+ 	$(MAKE) -C ctest all
+ endif
--- a/src/openblas.mk	Mon Apr 08 09:23:04 2024 -0400
+++ b/src/openblas.mk	Mon Apr 08 14:29:41 2024 -0400
@@ -3,8 +3,8 @@
 
 PKG             := openblas
 $(PKG)_IGNORE   :=
-$(PKG)_VERSION  := 0.3.26
-$(PKG)_CHECKSUM := af6dce0e486e684be842053fcbd98eaf97e39749
+$(PKG)_VERSION  := 0.3.27
+$(PKG)_CHECKSUM := a2fe037b96c3d7aae64d1a31b3362cfd8e89b8c6
 $(PKG)_SUBDIR   := OpenBLAS-$($(PKG)_VERSION)
 $(PKG)_FILE     := $($(PKG)_SUBDIR).tar.gz
 $(PKG)_URL      := https://github.com/xianyi/OpenBLAS/archive/v$($(PKG)_VERSION).tar.gz