Re-enable ARPACK and HDF5.

epel9
Ryan Curtin 3 years ago
parent 357946502b
commit dee0ad9257

@ -1,6 +1,6 @@
Name: armadillo Name: armadillo
Version: 10.8.2 Version: 10.8.2
Release: 3%{?dist} Release: 4%{?dist}
Summary: Fast C++ matrix library with syntax similar to MATLAB and Octave Summary: Fast C++ matrix library with syntax similar to MATLAB and Octave
License: ASL 2.0 License: ASL 2.0
@ -11,8 +11,8 @@ BuildRequires: gcc-c++
BuildRequires: cmake BuildRequires: cmake
BuildRequires: make BuildRequires: make
# Commented out until these are available in EPEL9. # Commented out until these are available in EPEL9.
#BuildRequires: arpack-devel BuildRequires: arpack-devel
#BuildRequires: hdf5-devel BuildRequires: hdf5-devel
BuildRequires: SuperLU-devel BuildRequires: SuperLU-devel
# flexiblas is only available on Fedora, for EPEL replace it by atlas, lapack and openblas # 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: %{name}%{?_isa} = %{version}-%{release}
Requires: libstdc++-devel Requires: libstdc++-devel
# Commented out until these are available in EPEL9. # Commented out until these are available in EPEL9.
#Requires: arpack-devel Requires: arpack-devel
#Requires: hdf5-devel Requires: hdf5-devel
Requires: SuperLU-devel Requires: SuperLU-devel
Requires: atlas-devel Requires: atlas-devel
@ -116,6 +116,9 @@ make -C "%{_vpath_builddir}"
%changelog %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 * Thu May 12 2022 Ryan Curtin <ryan@ratml.org> - 10.8.2-3
- Remove ARPACK and HDF5 dependencies from armadillo-devel package too. - Remove ARPACK and HDF5 dependencies from armadillo-devel package too.

Loading…
Cancel
Save