Accepting request 146259 from home:Dmitry_R:branches:devel:libraries:c_c++
update to version 3.6.1 OBS-URL: https://build.opensuse.org/request/show/146259 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=62
This commit is contained in:
parent
b226c1ee63
commit
5d7bfcabd5
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ef94e12556421fa62ba7734f8b18bb12c188f43dd6192d3648a28e8d154e6ba7
|
|
||||||
size 3006964
|
|
3
armadillo-3.6.1.tar.gz
Normal file
3
armadillo-3.6.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4ca5e0542754b70b1fb3008cc5f66c9152008f78ed89cee24a2b8e2c894f27a0
|
||||||
|
size 3015353
|
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 21 18:03:59 UTC 2012 - dmitry@roshchin.org
|
||||||
|
|
||||||
|
- Update to version 3.6.1
|
||||||
|
Changes in 3.6.1
|
||||||
|
* faster trace()
|
||||||
|
* fix for handling sparse matrices by dot()
|
||||||
|
* fixes for interactions between sparse and dense matrices
|
||||||
|
Changes in 3.6.0
|
||||||
|
* faster handling of compound expressions with submatrices
|
||||||
|
and subcubes
|
||||||
|
* added support for loading matrices as text files with
|
||||||
|
NaN and Inf elements
|
||||||
|
* added stable_sort_index(), which preserves the relative
|
||||||
|
order of elements with equivalent values
|
||||||
|
* added handling of sparse matrices by mean(), var(),
|
||||||
|
norm(), abs(), square(), sqrt()
|
||||||
|
* added saving and loading of sparse matrices in
|
||||||
|
arma_binary format
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 22 16:46:33 UTC 2012 - cgiboudeaux@gmx.com
|
Thu Nov 22 16:46:33 UTC 2012 - cgiboudeaux@gmx.com
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: armadillo
|
Name: armadillo
|
||||||
Version: 3.4.4
|
Version: 3.6.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Fast C++ matrix library with interfaces to LAPACK and ATLAS
|
Summary: Fast C++ matrix library with interfaces to LAPACK and ATLAS
|
||||||
License: LGPL-3.0+
|
License: LGPL-3.0+
|
||||||
@ -108,10 +108,10 @@ for i in `ls examples/*.cpp`; do sed -i 's/\r//' $i; done
|
|||||||
cmake . \
|
cmake . \
|
||||||
-DCMAKE_INSTALL_PREFIX:PATH=%{_prefix}\
|
-DCMAKE_INSTALL_PREFIX:PATH=%{_prefix}\
|
||||||
-DINSTALL_LIB_DIR:PATH=%{_libdir}
|
-DINSTALL_LIB_DIR:PATH=%{_libdir}
|
||||||
%{__make} %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%{__make} DESTDIR=%{buildroot} install
|
make DESTDIR=%{buildroot} install
|
||||||
rm -f examples/Makefile.cmake
|
rm -f examples/Makefile.cmake
|
||||||
rm -rf examples/example1_win32
|
rm -rf examples/example1_win32
|
||||||
rm -rf examples/example2_win32
|
rm -rf examples/example2_win32
|
||||||
|
Loading…
Reference in New Issue
Block a user