Fix patch level

This commit is contained in:
Susi Lehtola 2019-02-17 21:49:09 +01:00
parent 2a8a1574d7
commit 03740aadce
1 changed files with 6 additions and 6 deletions

View File

@ -247,12 +247,12 @@ cd OpenBLAS-%{version}
%endif
%patch3 -p1 -b .tests
%patch10 -p0
%patch11 -p0
%patch12 -p0
%patch13 -p0
%patch14 -p0
%patch15 -p0
%patch10 -p1
%patch11 -p1
%patch12 -p1
%patch13 -p1
%patch14 -p1
%patch15 -p1
# Fix source permissions
find -name \*.f -exec chmod 644 {} \;