From dee0ad9257010e5934d32396f07c4e1f76813c3b Mon Sep 17 00:00:00 2001 From: Ryan Curtin Date: Fri, 8 Jul 2022 19:09:27 +0000 Subject: [PATCH] Re-enable ARPACK and HDF5. --- armadillo.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/armadillo.spec b/armadillo.spec index 12686a9..d18e277 100644 --- a/armadillo.spec +++ b/armadillo.spec @@ -1,6 +1,6 @@ Name: armadillo Version: 10.8.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Fast C++ matrix library with syntax similar to MATLAB and Octave License: ASL 2.0 @@ -11,8 +11,8 @@ BuildRequires: gcc-c++ BuildRequires: cmake BuildRequires: make # Commented out until these are available in EPEL9. -#BuildRequires: arpack-devel -#BuildRequires: hdf5-devel +BuildRequires: arpack-devel +BuildRequires: hdf5-devel BuildRequires: SuperLU-devel # flexiblas is only available on Fedora, for EPEL replace it by atlas, lapack and openblas @@ -46,8 +46,8 @@ Summary: Development headers and documentation for the Armadillo C++ libr Requires: %{name}%{?_isa} = %{version}-%{release} Requires: libstdc++-devel # Commented out until these are available in EPEL9. -#Requires: arpack-devel -#Requires: hdf5-devel +Requires: arpack-devel +Requires: hdf5-devel Requires: SuperLU-devel Requires: atlas-devel @@ -116,6 +116,9 @@ make -C "%{_vpath_builddir}" %changelog +* Fri Jul 08 2022 Ryan Curtin - 10.8.2-4 +- Re-enable ARPACK and HDF5 support since it is now available in EPEL9. + * Thu May 12 2022 Ryan Curtin - 10.8.2-3 - Remove ARPACK and HDF5 dependencies from armadillo-devel package too.