|
|
@ -1,6 +1,6 @@
|
|
|
|
Name: armadillo
|
|
|
|
Name: armadillo
|
|
|
|
Version: 8.300.0
|
|
|
|
Version: 8.600.0
|
|
|
|
Release: 3%{?dist}.1
|
|
|
|
Release: 1%{?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
|
|
|
@ -45,7 +45,7 @@ Summary: Development headers and documentation for the Armadillo C++ libr
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
Requires: lapack-devel, arpack-devel, libstdc++-devel
|
|
|
|
Requires: lapack-devel, arpack-devel, libstdc++-devel
|
|
|
|
%if %{old_epel} == 0
|
|
|
|
%if %{old_epel} == 0
|
|
|
|
Requires: hdf5-devel
|
|
|
|
Requires: hdf5-devel
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
%ifarch %{openblas_arches}
|
|
|
|
%ifarch %{openblas_arches}
|
|
|
|
Requires: openblas-devel
|
|
|
|
Requires: openblas-devel
|
|
|
@ -88,11 +88,11 @@ rm -f examples/example1_win64.vcxproj
|
|
|
|
rm -f examples/example1_win64.README.txt
|
|
|
|
rm -f examples/example1_win64.README.txt
|
|
|
|
rm -rf examples/lib_win64
|
|
|
|
rm -rf examples/lib_win64
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%if ((0%{?rhel} && 0%{?rhel} <= 7) || (0%{?fedora} && 0%{?fedora} < 28))
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%files
|
|
|
|
%{_libdir}/libarmadillo.so.8*
|
|
|
|
%{_libdir}/libarmadillo.so.8*
|
|
|
@ -110,6 +110,10 @@ rm -rf examples/lib_win64
|
|
|
|
%doc mex_interface
|
|
|
|
%doc mex_interface
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Sat Jun 30 2018 José Matos <jamatos@fedoraproject.org> - 8.600.0-1
|
|
|
|
|
|
|
|
- Update to 8.600.0
|
|
|
|
|
|
|
|
- Make calls to ldconfig conditional (not needed for Fedora >= 28)
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Apr 26 2018 Richard Shaw <hobbes1069@gmail.com> - 8.300.0-3.1
|
|
|
|
* Thu Apr 26 2018 Richard Shaw <hobbes1069@gmail.com> - 8.300.0-3.1
|
|
|
|
- Rebuild for fixed soname in SuperLU 5.2.1.
|
|
|
|
- Rebuild for fixed soname in SuperLU 5.2.1.
|
|
|
|
|
|
|
|
|
|
|
|