Re-enable ARPACK and HDF5.

This commit is contained in:
Ryan Curtin 2022-07-08 19:09:27 +00:00
parent 357946502b
commit dee0ad9257
1 changed files with 8 additions and 5 deletions

View File

@ -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 <ryan@ratml.org> - 10.8.2-4
- Re-enable ARPACK and HDF5 support since it is now available in EPEL9.
* Thu May 12 2022 Ryan Curtin <ryan@ratml.org> - 10.8.2-3
- Remove ARPACK and HDF5 dependencies from armadillo-devel package too.