From 4286c061697330a8d30d2cd3a1d20f018da81258 Mon Sep 17 00:00:00 2001 From: Iñaki Úcar Date: Jul 03 2020 16:38:55 +0000 Subject: Change default backend to openblas-openmp --- diff --git a/flexiblas.spec b/flexiblas.spec index 27a738b..cbde9ec 100644 --- a/flexiblas.spec +++ b/flexiblas.spec @@ -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 - 3.0.0-5 +- Change default backend to openblas-openmp + * Wed Jul 01 2020 Iñaki Úcar - 3.0.0-4 - Fix a bug setting the default backend