diff --git a/armadillo-9.600.6.tar.xz b/armadillo-10.7.4.tar.xz similarity index 37% rename from armadillo-9.600.6.tar.xz rename to armadillo-10.7.4.tar.xz index cf560614be3e3f82568db7b17c44cd66f9a0953d..deee70c7a065e8937231cee8fea91ba255a414db 100644 Binary files a/armadillo-9.600.6.tar.xz and b/armadillo-10.7.4.tar.xz differ diff --git a/armadillo.spec b/armadillo.spec index d1a3e633a84897364a3ad12123a7c83241ba248e..f26148bfb4712de7c15f580c94a1fe885a805f94 100644 --- a/armadillo.spec +++ b/armadillo.spec @@ -1,12 +1,12 @@ Name: armadillo -Version: 9.600.6 -Release: 4 +Version: 10.7.4 +Release: 1 Summary: Fast C++ matrix library with syntax similar to MATLAB and Octave License: ASL 2.0 URL: http://arma.sourceforge.net/ Source: http://sourceforge.net/projects/arma/files/%{name}-%{version}.tar.xz -BuildRequires: cmake lapack-devel arpack-devel hdf5-devel openblas-devel SuperLU-devel +BuildRequires: cmake lapack-devel arpack-devel hdf5-devel openblas-devel SuperLU-devel gcc-c++ %description @@ -48,7 +48,7 @@ rm -rf examples/lib_win64 /sbin/ldconfig %files -%{_libdir}/libarmadillo.so.9* +%{_libdir}/libarmadillo.so.10* %license LICENSE.txt NOTICE.txt %files devel @@ -62,9 +62,12 @@ rm -rf examples/lib_win64 %doc README.md index.html docs.html mex_interface %doc examples armadillo_icon.png %doc armadillo_nicta_2010.pdf rcpp_armadillo_csda_2014.pdf -%doc armadillo_joss_2016.pdf armadillo_mca_2019.pdf +%doc armadillo_joss_2016.pdf %changelog +* Wed Mar 29 2023 yaoxin - 10.7.4-1 +- Update to 10.7.4 + * Fri 26 Mar 2021 sunguoshuai - 9.600.6-4 - Delete depends on atlas