forked from pool/armadillo
Accepting request 841828 from home:badshah400:branches:devel:libraries:c_c++
- Update to version 10.1.0: * C++11 is now the minimum required C++ standard. * Faster handling of compound expressions by trimatu() and trimatl(). * Faster sparse matrix addition, subtraction and element-wise multiplication. * Expanded sparse submatrix views to handle the non-contiguous form of X.cols(vector_of_column_indices). * Expanded eigs_sym() and eigs_gen() with optional fine-grained parameters (subspace dimension, number of iterations, eigenvalues closest to specified value). - Fix an additional EOF encoding issue introduced in new release. - Update shared lib name in keeping with so version update. - Update baselibs.conf file for so version change. OBS-URL: https://build.opensuse.org/request/show/841828 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=274
This commit is contained in:
parent
80064128aa
commit
495a7d529b
3
armadillo-10.1.0.tar.xz
Normal file
3
armadillo-10.1.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:72e3f1b4b4d1b4df70d9cb1e321a254ea04d7843f68a6c34d82691997d558395
|
||||
size 6053044
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d615e736852a74b1753d217718e20f0d8dc4958ccc6dc975030563e18783fc0a
|
||||
size 5028472
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 14 11:42:28 UTC 2020 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
- Update to version 10.1.0:
|
||||
* C++11 is now the minimum required C++ standard.
|
||||
* Faster handling of compound expressions by trimatu() and
|
||||
trimatl().
|
||||
* Faster sparse matrix addition, subtraction and element-wise
|
||||
multiplication.
|
||||
* Expanded sparse submatrix views to handle the non-contiguous
|
||||
form of X.cols(vector_of_column_indices).
|
||||
* Expanded eigs_sym() and eigs_gen() with optional fine-grained
|
||||
parameters (subspace dimension, number of iterations,
|
||||
eigenvalues closest to specified value).
|
||||
- Fix an additional EOF encoding issue introduced in new release.
|
||||
- Update shared lib name in keeping with so version update.
|
||||
- Update baselibs.conf file for so version change.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 6 10:02:06 UTC 2020 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
|
@ -16,9 +16,9 @@
|
||||
#
|
||||
|
||||
|
||||
%define soname libarmadillo9
|
||||
%define soname libarmadillo10
|
||||
Name: armadillo
|
||||
Version: 9.900.3
|
||||
Version: 10.1.0
|
||||
Release: 0
|
||||
Summary: C++ matrix library with interfaces to LAPACK and ATLAS
|
||||
License: Apache-2.0
|
||||
@ -94,6 +94,7 @@ and user documentation (reference guide).
|
||||
%setup -q
|
||||
#Convert DOS end-of-line to UNIX end-of-line
|
||||
sed -i 's/\r$//' README.md
|
||||
sed -i 's/\r$//' examples/README.txt
|
||||
sed -i 's/\r$//' LICENSE.txt
|
||||
sed -i 's/\r$//' NOTICE.txt
|
||||
for i in `ls examples/*.cpp`; do sed -i 's/\r$//' $i; done
|
||||
|
@ -1,4 +1,4 @@
|
||||
libarmadillo9
|
||||
libarmadillo10
|
||||
armadillo-devel
|
||||
requires -armadillo-<targettype>
|
||||
requires "libarmadillo9-<targettype> = <version>"
|
||||
|
Loading…
Reference in New Issue
Block a user