From 59d4f3d53b137aa9df280fb8d2e396494c09cd53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Matos?= Date: Thu, 15 Jul 2021 14:21:28 +0100 Subject: [PATCH] update to 10.6.0 BR flexiblas for Fedora and lapack, openblas and atlas for EPEL adapt armadillo-devel accordingly --- armadillo.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/armadillo.spec b/armadillo.spec index 66dfb95..615150b 100644 --- a/armadillo.spec +++ b/armadillo.spec @@ -1,6 +1,6 @@ Name: armadillo Version: 10.6.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Fast C++ matrix library with syntax similar to MATLAB and Octave License: ASL 2.0 @@ -47,7 +47,7 @@ than another language like Matlab or Octave. %package devel Summary: Development headers and documentation for the Armadillo C++ library -Requires: %{name} = %{version}-%{release} +Requires: %{name}%{?_isa} = %{version}-%{release} Requires: libstdc++-devel Requires: arpack-devel Requires: hdf5-devel