diff --git a/armadillo-10.1.0.tar.xz b/armadillo-10.1.0.tar.xz new file mode 100644 index 0000000..e58f602 --- /dev/null +++ b/armadillo-10.1.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72e3f1b4b4d1b4df70d9cb1e321a254ea04d7843f68a6c34d82691997d558395 +size 6053044 diff --git a/armadillo-9.900.3.tar.xz b/armadillo-9.900.3.tar.xz deleted file mode 100644 index ed29dc4..0000000 --- a/armadillo-9.900.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d615e736852a74b1753d217718e20f0d8dc4958ccc6dc975030563e18783fc0a -size 5028472 diff --git a/armadillo.changes b/armadillo.changes index 9e1918f..a6e3631 100644 --- a/armadillo.changes +++ b/armadillo.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Wed Oct 14 11:42:28 UTC 2020 - Atri Bhattacharya + +- 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 diff --git a/armadillo.spec b/armadillo.spec index 4ddd3a8..fc5a1fa 100644 --- a/armadillo.spec +++ b/armadillo.spec @@ -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 diff --git a/baselibs.conf b/baselibs.conf index bfe2f54..ba164c6 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1,4 +1,4 @@ -libarmadillo9 +libarmadillo10 armadillo-devel requires -armadillo- requires "libarmadillo9- = "