Compare commits
10 Commits
62cf164ba2
...
10003ceec3
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
10003ceec3 | ||
|
|
e609d5a7ba | ||
|
|
16d6826ead | ||
|
|
76fb5083e2 | ||
|
|
7f596ca20a | ||
|
|
d34833ba29 | ||
|
|
33a22f1494 | ||
|
|
f4d4494164 | ||
|
|
bb2b160f48 | ||
|
|
3395b07dc5 |
BIN
armadillo-10.7.4.tar.xz
Normal file
BIN
armadillo-10.7.4.tar.xz
Normal file
Binary file not shown.
Binary file not shown.
@ -1,12 +1,12 @@
|
||||
Name: armadillo
|
||||
Version: 9.600.6
|
||||
Version: 10.7.4
|
||||
Release: 2
|
||||
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 atlas-devel
|
||||
BuildRequires: cmake lapack-devel arpack-devel hdf5-devel openblas-devel SuperLU-devel gcc-g++
|
||||
|
||||
|
||||
%description
|
||||
@ -15,16 +15,12 @@ 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 atlas-devel
|
||||
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.
|
||||
%package_help
|
||||
|
||||
%prep
|
||||
%autosetup -n %{name}-%{version} -p1
|
||||
@ -48,7 +44,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,8 +58,23 @@ 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
|
||||
* Mon Aug 19 2024 Pan Zhang <zhangpan@cqsoftware.com.cn> - 10.7.4-2
|
||||
- Replaced declaration of help subpackage with the 'package_help' macro.
|
||||
|
||||
* 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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user