view 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
line wrap: on
line source

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