Ismail Dönmez 2020-10-24 16:23:40 +00:00 committed by Git OBS Bridge
parent 3d6ed6e4a0
commit 2b3e67f7f2
3 changed files with 2 additions and 13 deletions

View File

@ -1,10 +0,0 @@
Index: OpenBLAS-0.3.11/kernel/x86_64/dgemm_tcopy_16_skylakex.c
===================================================================
--- OpenBLAS-0.3.11.orig/kernel/x86_64/dgemm_tcopy_16_skylakex.c
+++ OpenBLAS-0.3.11/kernel/x86_64/dgemm_tcopy_16_skylakex.c
@@ -126,4 +126,5 @@ int CNAME(BLASLONG dim_second, BLASLONG
}
src1 += src_inc;
}
+ return 0;
}

View File

@ -25,6 +25,8 @@ Thu Oct 22 10:13:20 UTC 2020 - Ismail Dönmez <idonmez@suse.com>
armv8:
* Improved Apple Vortex support to include cross-compiling
- Drop fix-build.patch, merged upstream.
-------------------------------------------------------------------
Wed Oct 21 09:18:18 UTC 2020 - Ismail Dönmez <idonmez@suse.com>

View File

@ -171,8 +171,6 @@ Source2: README.HPC.SUSE
Patch1: openblas-noexecstack.patch
# PATCH port
Patch2: openblas-s390.patch
# PATCH-FIX-UPSTREAM fix-build.patch
Patch3: fix-build.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -278,7 +276,6 @@ This package contains headers for OpenBLAS.
%setup -q -n OpenBLAS-%{version}
%patch1 -p1
%patch2 -p1
%patch3 -p1
%ifarch s390
sed -i -e "s@m32@m31@" Makefile.system
%endif