Update to 10.7.4

This commit is contained in:
starlet-dx 2023-03-29 14:49:47 +08:00
parent 33a22f1494
commit 9f3f32f4da
3 changed files with 8 additions and 5 deletions

BIN
armadillo-10.7.4.tar.xz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -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 <yaoxin30@h-partners.com> - 10.7.4-1
- Update to 10.7.4
* Fri 26 Mar 2021 sunguoshuai <sunguoshuai@huawei.com> - 9.600.6-4
- Delete depends on atlas