From e81a345d842e71172006fac8932c61555c06968a07376b6bcbc71a202dd27c6c Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Mon, 3 Mar 2014 08:59:19 +0000 Subject: [PATCH] Accepting request 224306 from home:badshah400:branches:devel:libraries:c_c++ Update to version 4.100.0 OBS-URL: https://build.opensuse.org/request/show/224306 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=101 --- armadillo-4.000.2.tar.gz | 3 --- armadillo-4.100.0.tar.gz | 3 +++ armadillo.changes | 18 ++++++++++++++++++ armadillo.spec | 2 +- 4 files changed, 22 insertions(+), 4 deletions(-) delete mode 100644 armadillo-4.000.2.tar.gz create mode 100644 armadillo-4.100.0.tar.gz diff --git a/armadillo-4.000.2.tar.gz b/armadillo-4.000.2.tar.gz deleted file mode 100644 index b142f26..0000000 --- a/armadillo-4.000.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7b31fc8f4217c1c0a73a61ef53f39f6aefa2fcd58d6893f696f9c8ea89ff28ad -size 5470215 diff --git a/armadillo-4.100.0.tar.gz b/armadillo-4.100.0.tar.gz new file mode 100644 index 0000000..5df8772 --- /dev/null +++ b/armadillo-4.100.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04b5565a0edad466219fbfc84491a4840bf6d57ed75af71e48521e87cadd63a9 +size 5478142 diff --git a/armadillo.changes b/armadillo.changes index e72af36..a403406 100644 --- a/armadillo.changes +++ b/armadillo.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Fri Feb 28 22:11:56 UTC 2014 - badshah400@gmail.com + +- Update to version 4.100 (Dirt Cruiser) + + added normalise() for normalising vectors to unit p-norm + + extended the field class to handle 3D layout + + extended eigs_sym() and eigs_gen() to obtain eigenvalues of + various forms (eg. largest or smallest magnitude) + + automatic SIMD vectorisation of elementary expressions + (eg. matrix addition) when using Clang 3.4+ with -O3 + optimisation + + faster handling of sparse submatrix views + + workaround for a bug in LAPACK 3.4 +- Changes from version 4.000.4: + + fix for randi() generating out-of-interval values + + fix for saving field objects + + workaround for a bug in the Intel compiler + ------------------------------------------------------------------- Fri Jan 17 20:33:40 UTC 2014 - badshah400@gmail.com diff --git a/armadillo.spec b/armadillo.spec index aa11406..9b4e826 100644 --- a/armadillo.spec +++ b/armadillo.spec @@ -19,7 +19,7 @@ %define soname libarmadillo4 Name: armadillo -Version: 4.000.2 +Version: 4.100.0 Release: 0 Summary: Fast C++ matrix library with interfaces to LAPACK and ATLAS License: MPL-2.0