Compare commits

...

11 Commits

Author SHA1 Message Date
openeuler-ci-bot
16d6826ead
!6 openEuler-22.03-LTS-Next Packages upgrade
Merge pull request !6 from xu_ping/openEuler-22.03-LTS-Next
2022-01-27 01:24:12 +00:00
cherry530
76fb5083e2 remove unuse files 2022-01-25 16:35:43 +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
openeuler-ci-bot
bb2b160f48 !3 Update
Merge pull request !3 from yeah_wang/apple
2020-03-10 19:06:26 +08:00
yeah_wang
3395b07dc5 package init 2020-03-10 17:53:24 +08:00
yeah_wang
62cf164ba2 package init 2020-03-10 17:29:39 +08:00
openeuler-ci-bot
6ef1aa3f7f !1 Package init
Merge pull request !1 from yeah_wang/apple
2020-03-10 16:20:03 +08:00
yeah_wang
034e3d3526 package init 2020-03-10 16:17:35 +08:00
2 changed files with 81 additions and 0 deletions

BIN
armadillo-10.7.4.tar.xz Normal file

Binary file not shown.

81
armadillo.spec Normal file
View File

@ -0,0 +1,81 @@
Name: armadillo
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 gcc-g++
%description
Armadillo is a C ++ linear algebra library and is an important choice.
%package devel
Summary: Development headers and documentation for the Armadillo C++ library
Requires: %{name} = %{version}-%{release}
Requires: lapack-devel arpack-devel libstdc++-devel hdf5-devel openblas-devel SuperLU-devel
%description devel
This package contains header files.
%package help
Summary: some doc for armadillo
%description help
This help package contain some docs.
%prep
%autosetup -n %{name}-%{version} -p1
sed -i 's/\r//' README.md
%build
%{cmake}
%make_build VERBOSE=1
%install
%make_install
rm -f examples/{Makefile.cmake,example1_win64.sln,example1_win64.vcxproj,example1_win64.README.txt}
rm -rf examples/lib_win64
%post
/sbin/ldconfig
%postun
/sbin/ldconfig
%files
%{_libdir}/libarmadillo.so.10*
%license LICENSE.txt NOTICE.txt
%files devel
%{_libdir}/libarmadillo.so
%{_libdir}/pkgconfig/%{name}.pc
%{_includedir}/armadillo
%{_includedir}/armadillo_bits/
%{_datadir}/Armadillo/
%files help
%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
%changelog
* 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
- Update
* Thu Mar 5 2020 wangye <wangye54@huawei.com> - 9.600.6-2
- Package init