|
|
@ -1,5 +1,5 @@
|
|
|
|
Name: armadillo
|
|
|
|
Name: armadillo
|
|
|
|
Version: 8.600.1
|
|
|
|
Version: 9.100.5
|
|
|
|
Release: 1%{?dist}
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
@ -71,6 +71,7 @@ for file in README.txt; do
|
|
|
|
mv $file.new $file
|
|
|
|
mv $file.new $file
|
|
|
|
done
|
|
|
|
done
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
%if %{old_epel} == 1
|
|
|
|
%if %{old_epel} == 1
|
|
|
|
%{cmake} -DDETECT_HDF5=OFF .
|
|
|
|
%{cmake} -DDETECT_HDF5=OFF .
|
|
|
@ -89,14 +90,16 @@ 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))
|
|
|
|
%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
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%files
|
|
|
|
%{_libdir}/libarmadillo.so.8*
|
|
|
|
%{_libdir}/libarmadillo.so.9*
|
|
|
|
%license LICENSE.txt NOTICE.txt
|
|
|
|
%license LICENSE.txt NOTICE.txt
|
|
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%files devel
|
|
|
@ -105,12 +108,18 @@ rm -rf examples/lib_win64
|
|
|
|
%{_includedir}/armadillo
|
|
|
|
%{_includedir}/armadillo
|
|
|
|
%{_includedir}/armadillo_bits/
|
|
|
|
%{_includedir}/armadillo_bits/
|
|
|
|
%{_datadir}/Armadillo/
|
|
|
|
%{_datadir}/Armadillo/
|
|
|
|
%doc README.txt index.html docs.html
|
|
|
|
%doc README.md index.html docs.html
|
|
|
|
%doc examples armadillo_icon.png
|
|
|
|
%doc examples armadillo_icon.png
|
|
|
|
%doc armadillo_nicta_2010.pdf rcpp_armadillo_csda_2014.pdf armadillo_joss_2016.pdf
|
|
|
|
%doc armadillo_nicta_2010.pdf rcpp_armadillo_csda_2014.pdf
|
|
|
|
|
|
|
|
%doc armadillo_joss_2016.pdf arma_spmat_icms_2018.pdf
|
|
|
|
%doc mex_interface
|
|
|
|
%doc mex_interface
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Fri Aug 17 2018 José Matos <jamatos@fedoraproject.org> - 9.100.5-1
|
|
|
|
|
|
|
|
- update to 9.100.5
|
|
|
|
|
|
|
|
- add white lines to improve spec file readability
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Aug 10 2018 José Matos <jamatos@fedoraproject.org> - 8.600.1-1
|
|
|
|
* Fri Aug 10 2018 José Matos <jamatos@fedoraproject.org> - 8.600.1-1
|
|
|
|
- update to 8.600.1
|
|
|
|
- update to 8.600.1
|
|
|
|
|
|
|
|
|
|
|
|