From 23778a89e4bc6f947eae5d94ee0632abbad52bc5129c41f303ea8f86a81657b0 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Mon, 5 May 2014 05:42:26 +0000 Subject: [PATCH] Accepting request 232496 from home:badshah400:branches:devel:libraries:c_c++ Update to version 4.300.0 OBS-URL: https://build.opensuse.org/request/show/232496 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=107 --- armadillo-4.200.0.tar.gz | 3 --- armadillo-4.300.0.tar.gz | 3 +++ armadillo.changes | 12 ++++++++++++ armadillo.spec | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 armadillo-4.200.0.tar.gz create mode 100644 armadillo-4.300.0.tar.gz diff --git a/armadillo-4.200.0.tar.gz b/armadillo-4.200.0.tar.gz deleted file mode 100644 index 63b918f..0000000 --- a/armadillo-4.200.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:77d4c64346da9fb90d1150c290919e49530cef45713e830375e04566218335ff -size 5479492 diff --git a/armadillo-4.300.0.tar.gz b/armadillo-4.300.0.tar.gz new file mode 100644 index 0000000..f793847 --- /dev/null +++ b/armadillo-4.300.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8490f02abb17027fdb657b8b86942a951efd8fad1d9daae6327beeeeb46dbf78 +size 5483741 diff --git a/armadillo.changes b/armadillo.changes index a84d4e8..a2d425e 100644 --- a/armadillo.changes +++ b/armadillo.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sat May 3 00:47:07 UTC 2014 - badshah400@gmail.com + +- Update to version 4.300 (Medieval Cornea Scraper): + + Faster find() + + Added find_finite() and find_nonfinite() for finding indices + of finite and non-finite elements + + Expressions X=inv(A)*B*C and X=A.i()*B*C are automatically + converted to X=solve(A,B*C) + + Cmake-based installer enables use of C++11 random number + generator when using gcc 4.9+ in C++11 mode + ------------------------------------------------------------------- Mon Apr 7 11:22:36 UTC 2014 - badshah400@gmail.com diff --git a/armadillo.spec b/armadillo.spec index cd8ecea..dc500e9 100644 --- a/armadillo.spec +++ b/armadillo.spec @@ -19,7 +19,7 @@ %define soname libarmadillo4 Name: armadillo -Version: 4.200.0 +Version: 4.300.0 Release: 0 Summary: Fast C++ matrix library with interfaces to LAPACK and ATLAS License: MPL-2.0