Enable Blis64 on s390x again, #1852549 fixed in rawhide

This commit is contained in:
Iñaki Úcar 2020-07-01 15:34:41 +02:00
parent 7f6cb6140f
commit eff1b7e796

View File

@ -146,7 +146,6 @@ Requires: %{name}-netlib64%{?_isa} = %{version}-%{release}
%description hook-profile64 %_description
This package contains a plugin that enables profiling support.
%ifnarch s390x
%if %{with blis}
%package blis-serial64
Summary: FlexiBLAS wrappers for BLIS (64-bit)
@ -172,7 +171,6 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
This package contains FlexiBLAS wrappers for the library compiled with
threading support with a 64-integer interface.
%endif
%endif
%if %{with openblas}
%package openblas-serial64
@ -359,7 +357,6 @@ make -C build test
%files hook-profile64
%{_libdir}/%{name}64/lib%{name}_hook_profile.so
%ifnarch s390x
%if %{with blis}
%files blis-serial64
%{_sysconfdir}/%{name}64rc.d/blis-serial64.conf
@ -373,7 +370,6 @@ make -C build test
%{_sysconfdir}/%{name}64rc.d/blis-threads64.conf
%{_libdir}/%{name}64/lib%{name}_blis-threads64.so
%endif
%endif
%if %{with openblas}
%files openblas-serial64
@ -395,6 +391,7 @@ make -C build test
- Move man3 pages to devel subpackage
- Remove dummy hook (only useful for FlexiBLAS development)
- Move profile hook to a separate package (not needed for standard usage)
- Enable Blis64 on s390x again, #1852549 fixed in rawhide
* Tue Jun 30 2020 Iñaki Úcar <iucar@fedoraproject.org> - 3.0.0-2
- Own provided directories