diff --git a/openblas-0.2.18-tests.patch b/openblas-0.2.19-tests.patch similarity index 63% rename from openblas-0.2.18-tests.patch rename to openblas-0.2.19-tests.patch index 0aff213..4ff185a 100644 --- a/openblas-0.2.18-tests.patch +++ b/openblas-0.2.19-tests.patch @@ -1,8 +1,8 @@ -diff -up OpenBLAS-0.2.18/Makefile.orig OpenBLAS-0.2.18/Makefile ---- OpenBLAS-0.2.18/Makefile.orig 2016-04-12 21:29:19.000000000 +0200 -+++ OpenBLAS-0.2.18/Makefile 2016-07-13 21:32:17.786003290 +0200 -@@ -112,11 +112,11 @@ ifndef TARGET - ifndef CROSS +diff -up OpenBLAS-0.2.19/Makefile.tests OpenBLAS-0.2.19/Makefile +--- OpenBLAS-0.2.19/Makefile.tests 2016-09-01 05:58:42.000000000 +0200 ++++ OpenBLAS-0.2.19/Makefile 2016-09-01 22:52:27.092706000 +0200 +@@ -110,11 +110,11 @@ tests : + ifndef NOFORTRAN touch $(LIBNAME) ifndef NO_FBLAS - $(MAKE) -C test all @@ -15,4 +15,4 @@ diff -up OpenBLAS-0.2.18/Makefile.orig OpenBLAS-0.2.18/Makefile + $(MAKE) -C ctest FC="$(FC)" CC="$(CC)" COMMON_OPT="$(COMMON_OPT)" FCOMMON_OPT="$(FCOMMON_OPT)" all endif endif - endif + diff --git a/openblas.spec b/openblas.spec index 7eb46af..6577763 100644 --- a/openblas.spec +++ b/openblas.spec @@ -28,7 +28,7 @@ Patch1: openblas-0.2.5-libname.patch # Don't use constructor priorities on too old architectures Patch2: openblas-0.2.15-constructor.patch # Supply the proper flags to the test makefile -Patch3: openblas-0.2.18-tests.patch +Patch3: openblas-0.2.19-tests.patch BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)