From 7647c49de045d70594dadaada4b3dfbb51d2d28f Mon Sep 17 00:00:00 2001 From: Susi Lehtola Date: Sun, 1 Jul 2018 19:25:36 +0200 Subject: [PATCH] Drop obsoleted patch. --- 1572.patch | 23 ----------------------- openblas.spec | 3 --- 2 files changed, 26 deletions(-) delete mode 100644 1572.patch diff --git a/1572.patch b/1572.patch deleted file mode 100644 index 76247ac..0000000 --- a/1572.patch +++ /dev/null @@ -1,23 +0,0 @@ -From 961d25e9c7e4a1758adb1dbeaa15187de69dd052 Mon Sep 17 00:00:00 2001 -From: Martin Kroeker -Date: Wed, 23 May 2018 22:54:39 +0200 -Subject: [PATCH] Use the new zrot.c on POWER8 for crot as well - -fixes #1571 (the old zrot.S assembly does not handle incx=0 correctly) ---- - kernel/power/KERNEL.POWER8 | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/kernel/power/KERNEL.POWER8 b/kernel/power/KERNEL.POWER8 -index 00ff8682a..1aa061078 100644 ---- a/kernel/power/KERNEL.POWER8 -+++ b/kernel/power/KERNEL.POWER8 -@@ -133,7 +133,7 @@ ZNRM2KERNEL = ../arm/znrm2.c - # - SROTKERNEL = srot.c - DROTKERNEL = drot.c --#CROTKERNEL = ../arm/zrot.c -+CROTKERNEL = zrot.c - ZROTKERNEL = zrot.c - # - SSCALKERNEL = sscal.c diff --git a/openblas.spec b/openblas.spec index d0ae6c3..cd6c4f5 100644 --- a/openblas.spec +++ b/openblas.spec @@ -29,8 +29,6 @@ Patch1: openblas-0.2.5-libname.patch Patch2: openblas-0.2.15-constructor.patch # Supply the proper flags to the test makefile Patch3: openblas-0.2.19-tests.patch -# Upstream pull 1572, fixes fail on ppc64le -Patch4: 1572.patch BuildRequires: gcc BuildRequires: gcc-gfortran @@ -252,7 +250,6 @@ cd OpenBLAS-%{version} %patch2 -p1 -b .constructor %endif %patch3 -p1 -b .tests -%patch4 -p1 -b .ppc64le # Fix source permissions find -name \*.f -exec chmod 644 {} \;