From 0f544775a9874d80d9221779b5eef3dee783823b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Matos?= Date: Fri, 4 Sep 2020 09:39:39 +0100 Subject: [PATCH] make extra_options empty in the correct way --- armadillo.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/armadillo.spec b/armadillo.spec index f934a21..af22f87 100644 --- a/armadillo.spec +++ b/armadillo.spec @@ -1,6 +1,6 @@ Name: armadillo Version: 9.900.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Fast C++ matrix library with syntax similar to MATLAB and Octave License: ASL 2.0 @@ -15,7 +15,7 @@ Source: http://sourceforge.net/projects/arma/files/%{name}-%{version}.ta %global extra_options -DALLOW_FLEXIBLAS_LINUX=ON BuildRequires: flexiblas-devel %else -%global extra_options +%global extra_options %{nil} %endif BuildRequires: gcc-c++ @@ -114,6 +114,9 @@ make -C "%{_vpath_builddir}" %changelog +* Fri Sep 4 2020 José Matos - 9.900.3-2 +- make extra_options empty in the correct way + * Thu Sep 3 2020 José Matos - 9.900.3-1 - update to 9.900.3