No more suffix on aarch64

This commit is contained in:
Susi Lehtola 2019-01-07 16:41:20 +01:00
parent aa1356a8e5
commit c2e6ea0c69
1 changed files with 2 additions and 1 deletions

View File

@ -450,6 +450,7 @@ cp -a %{_includedir}/lapacke %{buildroot}%{_includedir}/%{name}
%multilib_fix_c_header --file %{_includedir}/openblas/openblas_config.h
# Fix name of libraries
suffix=""
%ifarch armv7hl
suffix="_armv7"
%endif
@ -463,7 +464,7 @@ suffix="_power7"
suffix="_power8"
%endif
%ifarch aarch64
suffix="_armv8"
# Runtime CPU detection, no suffix
%endif
%ifarch s390x
suffix="_zarch_generic"