Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
1ba95c3963
!26 [sync] PR-16: 用“package_help”宏替换help子包声明
From: @openeuler-sync-bot 
Reviewed-by: @wk333 
Signed-off-by: @wk333
2024-08-21 06:18:55 +00:00
zhangpan
8c20a67e80 用“package_help”宏替换help子包声明
(cherry picked from commit 5ef9849bef8f4f3be1f43960447c5a8373083c07)
2024-08-21 14:18:08 +08:00
openeuler-ci-bot
2e7e04a4fa
!13 Update to 12.6.2
From: @wu-leilei 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
2023-09-25 00:52:02 +00:00
wu-leilei
1b8bfa8021 Update to 12.6.2 2023-09-21 10:23:03 +08:00
openeuler-ci-bot
9a8c18d61a
!7 [sync] PR-6: openEuler-22.03-LTS-Next Packages upgrade
From: @openeuler-sync-bot 
Reviewed-by: @overweight 
Signed-off-by: @overweight
2022-04-19 11:26:24 +00:00
cherry530
1837458a05 remove unuse files
(cherry picked from commit 76fb5083e2b86f92d46fe5243eb7089f2f60d35e)
2022-01-27 09:24:29 +08:00
openeuler-ci-bot
7f596ca20a !5 增加构建依赖gcc-g++
From: @bzg1107
Reviewed-by: @overweight
Signed-off-by: @overweight
2021-06-04 14:11:48 +08:00
baizg1107
d34833ba29 add build requires 2021-06-01 15:01:44 +08:00
openeuler-ci-bot
33a22f1494 !4 Delete depends on atlas
From: @si-gui
Reviewed-by: @overweight
Signed-off-by: @overweight
2021-03-26 11:05:28 +08:00
sunguoshuai
f4d4494164 Delete depends on atlas 2021-03-26 10:43:59 +08:00
3 changed files with 24 additions and 13 deletions

BIN
armadillo-12.6.2.tar.xz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,12 +1,12 @@
Name: armadillo Name: armadillo
Version: 9.600.6 Version: 12.6.2
Release: 3 Release: 2
Summary: Fast C++ matrix library with syntax similar to MATLAB and Octave Summary: Fast C++ matrix library with syntax similar to MATLAB and Octave
License: ASL 2.0 License: ASL 2.0
URL: http://arma.sourceforge.net/ URL: http://arma.sourceforge.net/
Source: http://sourceforge.net/projects/arma/files/%{name}-%{version}.tar.xz Source: http://sourceforge.net/projects/arma/files/%{name}-%{version}.tar.xz
BuildRequires: cmake lapack-devel arpack-devel hdf5-devel openblas-devel SuperLU-devel atlas-devel BuildRequires: cmake lapack-devel arpack-devel hdf5-devel openblas-devel SuperLU-devel gcc-g++
%description %description
@ -15,16 +15,12 @@ Armadillo is a C ++ linear algebra library and is an important choice.
%package devel %package devel
Summary: Development headers and documentation for the Armadillo C++ library Summary: Development headers and documentation for the Armadillo C++ library
Requires: %{name} = %{version}-%{release} Requires: %{name} = %{version}-%{release}
Requires: lapack-devel arpack-devel libstdc++-devel hdf5-devel openblas-devel SuperLU-devel atlas-devel Requires: lapack-devel arpack-devel libstdc++-devel hdf5-devel openblas-devel SuperLU-devel
%description devel %description devel
This package contains header files. This package contains header files.
%package help %package_help
Summary: some doc for armadillo
%description help
This help package contain some docs.
%prep %prep
%autosetup -n %{name}-%{version} -p1 %autosetup -n %{name}-%{version} -p1
@ -39,6 +35,7 @@ sed -i 's/\r//' README.md
%make_install %make_install
rm -f examples/{Makefile.cmake,example1_win64.sln,example1_win64.vcxproj,example1_win64.README.txt} rm -f examples/{Makefile.cmake,example1_win64.sln,example1_win64.vcxproj,example1_win64.README.txt}
rm -rf examples/example2_win64.*
rm -rf examples/lib_win64 rm -rf examples/lib_win64
%post %post
@ -48,11 +45,11 @@ rm -rf examples/lib_win64
/sbin/ldconfig /sbin/ldconfig
%files %files
%{_libdir}/libarmadillo.so.9* %{_libdir}/*.so.*
%license LICENSE.txt NOTICE.txt %license LICENSE.txt NOTICE.txt
%files devel %files devel
%{_libdir}/libarmadillo.so %{_libdir}/*.so
%{_libdir}/pkgconfig/%{name}.pc %{_libdir}/pkgconfig/%{name}.pc
%{_includedir}/armadillo %{_includedir}/armadillo
%{_includedir}/armadillo_bits/ %{_includedir}/armadillo_bits/
@ -61,10 +58,24 @@ rm -rf examples/lib_win64
%files help %files help
%doc README.md index.html docs.html mex_interface %doc README.md index.html docs.html mex_interface
%doc examples armadillo_icon.png %doc examples armadillo_icon.png
%doc armadillo_nicta_2010.pdf rcpp_armadillo_csda_2014.pdf %doc armadillo_*.pdf
%doc armadillo_joss_2016.pdf armadillo_mca_2019.pdf
%changelog %changelog
* Mon Aug 19 2024 Pan Zhang <zhangpan@cqsoftware.com.cn> - 12.6.2-2
- Replaced declaration of help subpackage with the 'package_help' macro.
* Thu Sep 21 2023 wulei <wu_lei@hoperun.com> - 12.6.2-1
- Update to 12.6.2
* Fri Jan 21 2022 SimpleUpdate Robot <tc@openeuler.org> - 10.7.4-1
- Upgrade to version 10.7.4
* Mon May 31 2021 baizhonggui <baizhonggui@huawei.com> - 9.600.6-5
- Add gcc-g++ in BuildRequires
* Fri 26 Mar 2021 sunguoshuai <sunguoshuai@huawei.com> - 9.600.6-4
- Delete depends on atlas
* Thu Mar 5 2020 wangye <wangye54@huawei.com> - 9.600.6-3 * Thu Mar 5 2020 wangye <wangye54@huawei.com> - 9.600.6-3
- Update - Update