From cb24d3d3ef91163f99916be3fb47bcf663229bd65786ec3de4d36d53ff253304 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Mon, 5 Dec 2011 15:40:31 +0000 Subject: [PATCH] Accepting request 95466 from home:badshah400:branches:devel:libraries:c_c++ Update to version 2.4.0: Major feature upgrade; use upstream source tarball and spdx recommended License tag in spec-file OBS-URL: https://build.opensuse.org/request/show/95466 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=23 --- armadillo-2.3.91.tar.bz2 | 3 --- armadillo-2.4.0.tar.gz | 3 +++ armadillo.changes | 23 +++++++++++++++++++++++ armadillo.spec | 8 ++++---- 4 files changed, 30 insertions(+), 7 deletions(-) delete mode 100644 armadillo-2.3.91.tar.bz2 create mode 100644 armadillo-2.4.0.tar.gz diff --git a/armadillo-2.3.91.tar.bz2 b/armadillo-2.3.91.tar.bz2 deleted file mode 100644 index bdc2fa7..0000000 --- a/armadillo-2.3.91.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6768dbe5507ec58ded53970759f9a4834d3edbf8ef99ea91db53fba6c32eb05f -size 2588709 diff --git a/armadillo-2.4.0.tar.gz b/armadillo-2.4.0.tar.gz new file mode 100644 index 0000000..28f8fc2 --- /dev/null +++ b/armadillo-2.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23512b938d459f6295efcf067af6d12e1b4b39ea1e22649c37e4ce45f929d5fa +size 2898010 diff --git a/armadillo.changes b/armadillo.changes index b110476..d12a942 100644 --- a/armadillo.changes +++ b/armadillo.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Mon Dec 5 00:09:19 UTC 2011 - badshah400@gmail.com + +- Update to version 2.4.0: + + Added shorter forms of transposes: .t() and .st() + + Added optional use of 64 bit indices, allowing matrices to + have more than 4 billion elements + + Added experimental support for C++11 initialiser lists + + Faster pinv() + + Faster inplace transpose + + Faster handling of expressions with diagonal views + + Fixes for handling expressions with aliasing and submatrices + + Fixes for linking on Ubuntu and Debian systems + + Fixes for inconsistencies in interactions between matrices + and cubes + + Refactored code to eliminate warnings when using the Clang + C++ compiler + + .print_trans() and .raw_print_trans() are deprecated. +- Spec file cleanups: + + Use upstream provided tarballs (in tar.gz format) instead of + recompressing to tar.bz2 + + Modify License tag in confomity with spdx.org specifications + ------------------------------------------------------------------- Tue Nov 22 20:06:40 UTC 2011 - badshah400@gmail.com diff --git a/armadillo.spec b/armadillo.spec index 86cd9ed..660adb2 100644 --- a/armadillo.spec +++ b/armadillo.spec @@ -18,13 +18,13 @@ Name: armadillo -Version: 2.3.91 +Version: 2.4.0 Release: 1 -License: LGPLv3+ +License: LGPL-3.0+ Summary: Fast C++ matrix library with interfaces to LAPACK and ATLAS -URL: http://arma.sourceforge.net/ +Url: http://arma.sourceforge.net/ Group: Development/Libraries/C and C++ -Source: %{name}-%{version}.tar.bz2 +Source: http://sourceforge.net/projects/arma/files/%{name}-%{version}.tar.gz Source2: baselibs.conf BuildRequires: blas BuildRequires: boost-devel