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
1 changed files with 5 additions and 2 deletions

View File

@ -4,7 +4,7 @@
%bcond_without openblas
%if %{with openblas}
%global default_backend openblas-serial
%global default_backend openblas-openmp
%else
%global default_backend netlib
%endif
@ -16,7 +16,7 @@
Name: flexiblas
Version: %{major_version}.%{minor_version}.%{patch_version}
Release: 4%{?dist}
Release: 5%{?dist}
Summary: A BLAS/LAPACK wrapper library with runtime exchangeable backends
# GPLv3 except contributed/ and test/, which are BSD
@ -388,6 +388,9 @@ make -C build test
%endif
%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
- Fix a bug setting the default backend