From a767024c07fa088706946ba05a78f3b058cf1299bafc04f1b6b984395506e935 Mon Sep 17 00:00:00 2001 From: Atri Bhattacharya Date: Thu, 27 Jun 2019 08:17:16 +0000 Subject: [PATCH] Accepting request 711842 from home:badshah400:branches:devel:libraries:c_c++ - Update to version 9.500.2: * expanded solve() with solve_opts::likely_sympd to indicate that the given matrix is likely positive definite * more robust automatic detection of positive definite matrices by solve() and inv() * faster handling of sparse submatrices * expanded eigs_sym() to print a warning if the given matrix is not symmetric * extended LAPACK function prototypes to follow Fortran passing conventions for so-called "hidden arguments", in order to address GCC Bug 90329; * to use previous LAPACK function prototypes without the "hidden arguments", #define ARMA_DONT_USE_FORTRAN_HIDDEN_ARGS before #include OBS-URL: https://build.opensuse.org/request/show/711842 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=250 --- armadillo-9.400.3.tar.xz | 3 --- armadillo-9.500.2.tar.xz | 3 +++ armadillo.changes | 18 ++++++++++++++++++ armadillo.spec | 2 +- 4 files changed, 22 insertions(+), 4 deletions(-) delete mode 100644 armadillo-9.400.3.tar.xz create mode 100644 armadillo-9.500.2.tar.xz diff --git a/armadillo-9.400.3.tar.xz b/armadillo-9.400.3.tar.xz deleted file mode 100644 index 691c312..0000000 --- a/armadillo-9.400.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f4c9ce4ee719e935f0046dcafb3fe40ffd8e1b80cc16a4d2c03332ea37d857a6 -size 4798164 diff --git a/armadillo-9.500.2.tar.xz b/armadillo-9.500.2.tar.xz new file mode 100644 index 0000000..74905f3 --- /dev/null +++ b/armadillo-9.500.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b1a3e07a6ae4d98c69dd3a6a84262574c88e491c9215147236ee5bf957fd79e +size 4803768 diff --git a/armadillo.changes b/armadillo.changes index 95baed2..7d5a798 100644 --- a/armadillo.changes +++ b/armadillo.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Tue Jun 25 09:56:07 UTC 2019 - Atri Bhattacharya + +- Update to version 9.500.2: + * expanded solve() with solve_opts::likely_sympd to indicate + that the given matrix is likely positive definite + * more robust automatic detection of positive definite matrices + by solve() and inv() + * faster handling of sparse submatrices + * expanded eigs_sym() to print a warning if the given matrix is + not symmetric + * extended LAPACK function prototypes to follow Fortran passing + conventions for so-called "hidden arguments", in order to + address GCC Bug 90329; + * to use previous LAPACK function prototypes without the "hidden + arguments", #define ARMA_DONT_USE_FORTRAN_HIDDEN_ARGS before + #include + ------------------------------------------------------------------- Sat May 18 12:48:45 UTC 2019 - Atri Bhattacharya diff --git a/armadillo.spec b/armadillo.spec index 53aa748..c73ed59 100644 --- a/armadillo.spec +++ b/armadillo.spec @@ -18,7 +18,7 @@ %define soname libarmadillo9 Name: armadillo -Version: 9.400.3 +Version: 9.500.2 Release: 0 Summary: C++ matrix library with interfaces to LAPACK and ATLAS License: Apache-2.0