Change default backend to openblas-openmp

This commit is contained in:
Iñaki Úcar 2020-07-03 18:38:55 +02:00
parent e8d2f6aa04
commit 4286c06169

View File

@ -4,7 +4,7 @@
%bcond_without openblas %bcond_without openblas
%if %{with openblas} %if %{with openblas}
%global default_backend openblas-serial %global default_backend openblas-openmp
%else %else
%global default_backend netlib %global default_backend netlib
%endif %endif
@ -16,7 +16,7 @@
Name: flexiblas Name: flexiblas
Version: %{major_version}.%{minor_version}.%{patch_version} Version: %{major_version}.%{minor_version}.%{patch_version}
Release: 4%{?dist} Release: 5%{?dist}
Summary: A BLAS/LAPACK wrapper library with runtime exchangeable backends Summary: A BLAS/LAPACK wrapper library with runtime exchangeable backends
# GPLv3 except contributed/ and test/, which are BSD # GPLv3 except contributed/ and test/, which are BSD
@ -388,6 +388,9 @@ make -C build test
%endif %endif
%changelog %changelog
* Fri Jul 03 2020 Iñaki Úcar <iucar@fedoraproject.org> - 3.0.0-5
- Change default backend to openblas-openmp
* Wed Jul 01 2020 Iñaki Úcar <iucar@fedoraproject.org> - 3.0.0-4 * Wed Jul 01 2020 Iñaki Úcar <iucar@fedoraproject.org> - 3.0.0-4
- Fix a bug setting the default backend - Fix a bug setting the default backend