Merge pull request !3 from yeah_wang/apple
This commit is contained in:
openeuler-ci-bot 2020-03-10 19:06:26 +08:00 committed by Gitee
commit bb2b160f48

View File

@ -1,6 +1,6 @@
Name: armadillo
Version: 9.600.6
Release: 2
Release: 3
Summary: Fast C++ matrix library with syntax similar to MATLAB and Octave
License: ASL 2.0
URL: http://arma.sourceforge.net/
@ -38,7 +38,8 @@ sed -i 's/\r//' README.md
%install
%make_install
rm -f examples/{Makefile.cmake,example1_win64.sln,example1_win64.vcxproj,example1_win64.README.txt,lib_win64}
rm -f examples/{Makefile.cmake,example1_win64.sln,example1_win64.vcxproj,example1_win64.README.txt}
rm -rf examples/lib_win64
%post
/sbin/ldconfig
@ -64,5 +65,8 @@ rm -f examples/{Makefile.cmake,example1_win64.sln,example1_win64.vcxproj,example
%doc armadillo_joss_2016.pdf armadillo_mca_2019.pdf
%changelog
* Thu Mar 5 2020 wangye <wangye54@huawei.com> - 9.600.6-3
- Update
* Thu Mar 5 2020 wangye <wangye54@huawei.com> - 9.600.6-2
- Package init
- Package init