Hello community, here is the log from the commit of package armadillo for openSUSE:Factory checked in at 2020-06-23 21:06:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/armadillo (Old) and /work/SRC/openSUSE:Factory/.armadillo.new.2956 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "armadillo" Tue Jun 23 21:06:47 2020 rev:136 rq:816576 version:9.900.1 Changes: -------- --- /work/SRC/openSUSE:Factory/armadillo/armadillo.changes 2020-05-19 14:49:27.176198977 +0200 +++ /work/SRC/openSUSE:Factory/.armadillo.new.2956/armadillo.changes 2020-06-23 21:07:29.402403515 +0200 @@ -1,0 +2,11 @@ +Tue Jun 9 22:00:18 UTC 2020 - Atri Bhattacharya <[email protected]> + +- Update to version 9.900.1: + * Faster solve() for under/over-determined systems. + * Faster eig_gen() and eig_pair() for large matrices. + * Expanded eig_gen() and eig_pair() to optionally provide left + and right eigenvectors. +- Use cmake macros for configuring, building, and installing. +- Run spec-cleaner for minor cleanups. + +------------------------------------------------------------------- Old: ---- armadillo-9.880.1.tar.xz New: ---- armadillo-9.900.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ armadillo.spec ++++++ --- /var/tmp/diff_new_pack.FApJ4d/_old 2020-06-23 21:07:31.278409576 +0200 +++ /var/tmp/diff_new_pack.FApJ4d/_new 2020-06-23 21:07:31.278409576 +0200 @@ -18,7 +18,7 @@ %define soname libarmadillo9 Name: armadillo -Version: 9.880.1 +Version: 9.900.1 Release: 0 Summary: C++ matrix library with interfaces to LAPACK and ATLAS License: Apache-2.0 @@ -33,7 +33,6 @@ BuildRequires: lapack-devel BuildRequires: pkgconfig BuildRequires: superlu-devel >= 5.2 -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Armadillo is a C++ linear algebra library (matrix maths). @@ -100,24 +99,20 @@ for i in `ls examples/*.cpp`; do sed -i 's/\r$//' $i; done %build -cmake . \ - -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix}\ - -DCMAKE_INSTALL_LIBDIR:PATH=%{_libdir} -make %{?_smp_mflags} +%cmake +%cmake_build %install -make DESTDIR=%{buildroot} install +%cmake_install rm -f examples/Makefile.cmake rm -rf examples/example1_win64.* rm -rf examples/example2_win64.* rm -rf examples/lib_win64 %post -n %{soname} -p /sbin/ldconfig - %postun -n %{soname} -p /sbin/ldconfig %files -n %{soname} -%defattr(-,root,root) %{_libdir}/*.so.* %files doc ++++++ armadillo-9.880.1.tar.xz -> armadillo-9.900.1.tar.xz ++++++ ++++ 2765 lines of diff (skipped)
