From b226c1ee630a15385fe341060fd63345d90b53c03da1b1f3c9d4f05c2fb06530 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Tue, 27 Nov 2012 12:10:19 +0000 Subject: [PATCH] Accepting request 142510 from home:cgiboudeaux:branches:devel:libraries:c_c++ Update to 3.4.4 OBS-URL: https://build.opensuse.org/request/show/142510 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=60 --- armadillo-3.4.3.tar.gz | 3 --- armadillo-3.4.4.tar.gz | 3 +++ armadillo.changes | 7 +++++++ armadillo.spec | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 armadillo-3.4.3.tar.gz create mode 100644 armadillo-3.4.4.tar.gz diff --git a/armadillo-3.4.3.tar.gz b/armadillo-3.4.3.tar.gz deleted file mode 100644 index 9e5a624..0000000 --- a/armadillo-3.4.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cde0a99dcee23086617791163e2c6d7527b45e450ca653e67fbb60eefa8487f5 -size 3006815 diff --git a/armadillo-3.4.4.tar.gz b/armadillo-3.4.4.tar.gz new file mode 100644 index 0000000..56b60ce --- /dev/null +++ b/armadillo-3.4.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef94e12556421fa62ba7734f8b18bb12c188f43dd6192d3648a28e8d154e6ba7 +size 3006964 diff --git a/armadillo.changes b/armadillo.changes index 2ffece0..b0162b3 100644 --- a/armadillo.changes +++ b/armadillo.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Nov 22 16:46:33 UTC 2012 - cgiboudeaux@gmx.com + +- Update to 3.4.4 + * Fix for handling complex numbers by sparse matrices + * Fix for minor memory leak by sparse matrices + ------------------------------------------------------------------- Sun Oct 7 23:53:46 UTC 2012 - badshah400@gmail.com diff --git a/armadillo.spec b/armadillo.spec index be04836..275c551 100644 --- a/armadillo.spec +++ b/armadillo.spec @@ -17,7 +17,7 @@ Name: armadillo -Version: 3.4.3 +Version: 3.4.4 Release: 0 Summary: Fast C++ matrix library with interfaces to LAPACK and ATLAS License: LGPL-3.0+ @@ -111,7 +111,7 @@ cmake . \ %{__make} %{?_smp_mflags} %install -%{__make} install DESTDIR=%{buildroot} +%{__make} DESTDIR=%{buildroot} install rm -f examples/Makefile.cmake rm -rf examples/example1_win32 rm -rf examples/example2_win32