Compare commits
5 Commits
Author | SHA256 | Date | |
---|---|---|---|
|
036c5cfaab | ||
11aeba8139 | |||
|
b20b9f0bb5 | ||
2450b49a83 | |||
6f44b4f511 |
4
_scmsync.obsinfo
Normal file
4
_scmsync.obsinfo
Normal file
@ -0,0 +1,4 @@
|
||||
mtime: 1720468346
|
||||
commit: 306862b87301f00fc7b5f37dfee4e656b022b4e520472c94b057d1fe0f3f06f7
|
||||
url: https://src.opensuse.org/badshah400/armadillo.git
|
||||
revision: 306862b87301f00fc7b5f37dfee4e656b022b4e520472c94b057d1fe0f3f06f7
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2922589f6387796504b340da6bb954bef3d87574c298515893289edd2d890151
|
||||
size 6997932
|
BIN
armadillo-14.0.1.tar.xz
(Stored with Git LFS)
Normal file
BIN
armadillo-14.0.1.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 8 19:50:54 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
- Update to version 14.0.1:
|
||||
* No release notes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 29 06:16:36 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
- Update to version 14.0.0:
|
||||
* C++14 is now the minimum recommended C++ standard.
|
||||
* Faster handling of compound expressions by as_scalar(),
|
||||
accu(), dot().
|
||||
* Faster interactions between sparse and dense matrices.
|
||||
* Expanded stddev() to handle sparse matrices.
|
||||
* Expanded relational operators to handle expressions between
|
||||
sparse matrices and scalars.
|
||||
* Added .as_dense() to obtain dense vector/matrix representation
|
||||
of any sparse matrix expression.
|
||||
* Updated physical constants to NIST 2022 CODATA values.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 14 06:24:04 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
|
@ -16,9 +16,9 @@
|
||||
#
|
||||
|
||||
|
||||
%define soname libarmadillo12
|
||||
%define soname libarmadillo14
|
||||
Name: armadillo
|
||||
Version: 12.8.3
|
||||
Version: 14.0.1
|
||||
Release: 0
|
||||
Summary: C++ matrix library with interfaces to LAPACK and ATLAS
|
||||
License: Apache-2.0
|
||||
|
@ -1,4 +1,4 @@
|
||||
libarmadillo12
|
||||
libarmadillo14
|
||||
armadillo-devel
|
||||
-/usr/lib(64)?/pkgconfig/armadillo.pc
|
||||
requires -armadillo-<targettype>
|
||||
|
3
build.specials.obscpio
Normal file
3
build.specials.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ebe3d820a764a177ff0e80e59440dc5b611121fa4af9c0552bc485d3e3e362a6
|
||||
size 256
|
Loading…
Reference in New Issue
Block a user