From b114a34fb34ea35d0c8bbba885af3dc1cad93615 Mon Sep 17 00:00:00 2001 From: Susi Lehtola Date: Sun, 18 Oct 2020 18:20:44 +0200 Subject: [PATCH] Update patch --- ...tests.patch => openblas-0.3.11-tests.patch | 48 +++++++++---------- 1 file changed, 24 insertions(+), 24 deletions(-) rename openblas-0.3.7-tests.patch => openblas-0.3.11-tests.patch (73%) diff --git a/openblas-0.3.7-tests.patch b/openblas-0.3.11-tests.patch similarity index 73% rename from openblas-0.3.7-tests.patch rename to openblas-0.3.11-tests.patch index fbe2fdb..b271c28 100644 --- a/openblas-0.3.7-tests.patch +++ b/openblas-0.3.11-tests.patch @@ -1,27 +1,6 @@ -diff -up OpenBLAS-0.3.7/Makefile.tests OpenBLAS-0.3.7/Makefile ---- OpenBLAS-0.3.7/Makefile.tests 2019-08-11 23:23:27.000000000 +0200 -+++ OpenBLAS-0.3.7/Makefile 2019-08-12 11:32:09.937281485 +0200 -@@ -123,13 +123,13 @@ tests : - ifeq ($(NOFORTRAN), $(filter 0,$(NOFORTRAN))) - touch $(LIBNAME) - ifndef NO_FBLAS -- $(MAKE) -C test all -+ $(MAKE) -C test FC="$(FC)" CC="$(CC)" COMMON_OPT="$(COMMON_OPT)" FCOMMON_OPT="$(FCOMMON_OPT)" all - endif -- $(MAKE) -C utest all -+ $(MAKE) -C utest FC="$(FC)" CC="$(CC)" COMMON_OPT="$(COMMON_OPT)" FCOMMON_OPT="$(FCOMMON_OPT)" all - ifndef NO_CBLAS -- $(MAKE) -C ctest all -+ $(MAKE) -C ctest FC="$(FC)" CC="$(CC)" COMMON_OPT="$(COMMON_OPT)" FCOMMON_OPT="$(FCOMMON_OPT)" all - ifeq ($(CPP_THREAD_SAFETY_TEST), 1) -- $(MAKE) -C cpp_thread_test all -+ $(MAKE) -C cpp_thread_test FC="$(FC)" CC="$(CC)" COMMON_OPT="$(COMMON_OPT)" FCOMMON_OPT="$(FCOMMON_OPT)" all - endif - endif - endif -diff -up OpenBLAS-0.3.7/cpp_thread_test/Makefile.tests OpenBLAS-0.3.7/cpp_thread_test/Makefile ---- OpenBLAS-0.3.7/cpp_thread_test/Makefile.tests 2019-08-11 19:23:00.000000000 +0000 -+++ OpenBLAS-0.3.7/cpp_thread_test/Makefile 2019-12-12 11:05:51.426334062 +0000 +diff -up OpenBLAS-0.3.11/cpp_thread_test/Makefile.tests OpenBLAS-0.3.11/cpp_thread_test/Makefile +--- OpenBLAS-0.3.11/cpp_thread_test/Makefile.tests 2020-10-17 22:14:12.000000000 +0200 ++++ OpenBLAS-0.3.11/cpp_thread_test/Makefile 2020-10-18 18:18:59.460796184 +0200 @@ -1,13 +1,14 @@ -include ../Makefile.rule +TOPDIR = .. @@ -40,3 +19,24 @@ diff -up OpenBLAS-0.3.7/cpp_thread_test/Makefile.tests OpenBLAS-0.3.7/cpp_thread ./dgemm_tester clean :: +diff -up OpenBLAS-0.3.11/Makefile.tests OpenBLAS-0.3.11/Makefile +--- OpenBLAS-0.3.11/Makefile.tests 2020-10-17 22:14:12.000000000 +0200 ++++ OpenBLAS-0.3.11/Makefile 2020-10-18 18:19:54.134437445 +0200 +@@ -138,13 +138,13 @@ tests : + ifeq ($(NOFORTRAN), $(filter 0,$(NOFORTRAN))) + touch $(LIBNAME) + ifndef NO_FBLAS +- $(MAKE) -C test all ++ $(MAKE) -C test FC="$(FC)" CC="$(CC)" COMMON_OPT="$(COMMON_OPT)" FCOMMON_OPT="$(FCOMMON_OPT)" all + endif +- $(MAKE) -C utest all ++ $(MAKE) -C utest FC="$(FC)" CC="$(CC)" COMMON_OPT="$(COMMON_OPT)" FCOMMON_OPT="$(FCOMMON_OPT)" all + ifneq ($(NO_CBLAS), 1) +- $(MAKE) -C ctest all ++ $(MAKE) -C ctest FC="$(FC)" CC="$(CC)" COMMON_OPT="$(COMMON_OPT)" FCOMMON_OPT="$(FCOMMON_OPT)" all + ifeq ($(CPP_THREAD_SAFETY_TEST), 1) +- $(MAKE) -C cpp_thread_test all ++ $(MAKE) -C cpp_thread_test FC="$(FC)" CC="$(CC)" COMMON_OPT="$(COMMON_OPT)" FCOMMON_OPT="$(FCOMMON_OPT)" all + endif + endif + endif