comparison src/openblas-1-no-utest.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
children
comparison
equal deleted inserted replaced
7169:962a17e87a98 7170:2ec65af75357
1 diff -u OpenBLAS-0.3.27.orig/Makefile OpenBLAS-0.3.27/Makefile
2 --- OpenBLAS-0.3.27.orig/Makefile 2024-04-08 12:41:16.789561544 -0400
3 +++ OpenBLAS-0.3.27/Makefile 2024-04-08 12:46:51.778557670 -0400
4 @@ -168,10 +168,10 @@
5 $(MAKE) -C test all
6 endif
7 endif
8 +ifneq ($(NO_CBLAS), 1)
9 ifneq ($(ONLY_CBLAS), 1)
10 $(MAKE) -C utest all
11 endif
12 -ifneq ($(NO_CBLAS), 1)
13 ifneq ($(ONLY_CBLAS), 1)
14 $(MAKE) -C ctest all
15 endif