!11 Update to 10.7.4

From: @starlet-dx 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
This commit is contained in:
openeuler-ci-bot 2023-03-30 03:48:14 +00:00 committed by Gitee
commit c25f5c8e32
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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