comparison src/mingw-openblas-1-xerbla.patch @ 7170:2ec65af75357

OpenBLAS: Disable utests for all target platforms if no CBLAS is built. * openblas-1-no-utest.patch: Add new patch. * mingw-openblas-1-xerbla.patch: Remove part of the patch that was moved to new file. * dist-files.mk: Add new file to list.
author Markus Mützel <markus.muetzel@gmx.de>
date Sat, 13 Apr 2024 18:30:02 +0200
parents 13eb95d953f3
children
comparison
equal deleted inserted replaced
7169:962a17e87a98 7170:2ec65af75357
59 - $(CC) $(PFLAGS) -c $< -o $(@F) 59 - $(CC) $(PFLAGS) -c $< -o $(@F)
60 - 60 -
61 parameter.$(PSUFFIX) : parameter.c ../../param.h 61 parameter.$(PSUFFIX) : parameter.c ../../param.h
62 $(CC) $(PFLAGS) -c $< -o $(@F) 62 $(CC) $(PFLAGS) -c $< -o $(@F)
63 63
64 diff -u OpenBLAS-0.3.27.orig/Makefile OpenBLAS-0.3.27/Makefile
65 --- OpenBLAS-0.3.27.orig/Makefile 2024-04-08 12:41:16.789561544 -0400
66 +++ OpenBLAS-0.3.27/Makefile 2024-04-08 12:46:51.778557670 -0400
67 @@ -168,10 +168,10 @@
68 $(MAKE) -C test all
69 endif
70 endif
71 +ifneq ($(NO_CBLAS), 1)
72 ifneq ($(ONLY_CBLAS), 1)
73 $(MAKE) -C utest all
74 endif
75 -ifneq ($(NO_CBLAS), 1)
76 ifneq ($(ONLY_CBLAS), 1)
77 $(MAKE) -C ctest all
78 endif