From c4b24c7664132fe61b896b65989c313bdf8cbe5e Mon Sep 17 00:00:00 2001 From: Ryan Curtin Date: Thu, 12 May 2022 14:55:16 +0000 Subject: [PATCH] Remove dependencies that are not yet available in EPEL9. --- armadillo.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/armadillo.spec b/armadillo.spec index 0d7776e..4894ab6 100644 --- a/armadillo.spec +++ b/armadillo.spec @@ -1,6 +1,6 @@ Name: armadillo Version: 10.8.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Fast C++ matrix library with syntax similar to MATLAB and Octave License: ASL 2.0 @@ -10,8 +10,9 @@ Source: http://sourceforge.net/projects/arma/files/%{name}-%{version}.ta BuildRequires: gcc-c++ BuildRequires: cmake BuildRequires: make -BuildRequires: arpack-devel -BuildRequires: hdf5-devel +# Commented out until these are available in EPEL9. +#BuildRequires: arpack-devel +#BuildRequires: hdf5-devel BuildRequires: SuperLU-devel # flexiblas is only available on Fedora, for EPEL replace it by atlas, lapack and openblas @@ -114,6 +115,9 @@ make -C "%{_vpath_builddir}" %changelog +* Thu May 12 2022 Ryan Curtin - 10.8.2-2 +- Rebuild for EPEL9; remove ARPACK and HDF5 dependencies for now. + * Thu Feb 3 2022 José Matos - 10.8.2-1 - update to 10.8.2