|
|
|
@ -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 <ryan@ratml.org> - 10.8.2-2
|
|
|
|
|
- Rebuild for EPEL9; remove ARPACK and HDF5 dependencies for now.
|
|
|
|
|
|
|
|
|
|
* Thu Feb 3 2022 José Matos <jamatos@fedoraproject.org> - 10.8.2-1
|
|
|
|
|
- update to 10.8.2
|
|
|
|
|
|
|
|
|
|