Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package arpack-ng for openSUSE:Factory 
checked in at 2023-12-12 19:32:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/arpack-ng (Old)
 and      /work/SRC/openSUSE:Factory/.arpack-ng.new.25432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "arpack-ng"

Tue Dec 12 19:32:07 2023 rev:29 rq:1132568 version:3.9.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/arpack-ng/arpack-ng.changes      2023-10-25 
18:03:17.367384895 +0200
+++ /work/SRC/openSUSE:Factory/.arpack-ng.new.25432/arpack-ng.changes   
2023-12-12 19:32:28.961020274 +0100
@@ -1,0 +2,28 @@
+Wed Dec  6 06:33:31 UTC 2023 - Atri Bhattacharya <badshah...@gmail.com>
+
+- Update to version 3.9.1:
+  * pyarpack: Ensure that the matrix properties
+    (symmetric/hermitian) fit the solver (CG/LDL) with which they
+    are used in the tests
+  * [BUG FIX] Tests for PARPACK with C/C++ bindings icb_parpack_c
+    and icb_parpack_cpp are now really parallel and split the
+    problem across MPI processes.
+  * Update arpackmm test suite: enable solving non-symmetric tests
+    with BiCG solver
+  * README: Add details on Windows installation.
+  * [BUG FIX] Fix install: headers in
+    /path/to/local/include/arpack for ICB samples
+  * [BUG FIX] Fix install: headers in
+    /path/to/local/include/arpack
+  * arpackmm: allow for using LA/SA magnitudes.
+  * Rename icbexmm option into eigen option.
+  * README: document how to use ICB.
+  * [BUG FIX] arpackmm: fix restart.
+  * README: document where to find arpack user's guide.
+- Make tests run with '-j1' for serial flavour
+  (gh#opencollab/arpack-ng#439).
+- Update includedir location: arpack-ng now installs headers to
+  %{_includedir}/arpack/ instead of %{_includedir}/arpack-ng/ used
+  previously.
+
+-------------------------------------------------------------------

Old:
----
  arpack-ng-3.9.0.tar.gz

New:
----
  arpack-ng-3.9.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ arpack-ng.spec ++++++
--- /var/tmp/diff_new_pack.wsHaUy/_old  2023-12-12 19:32:29.933056138 +0100
+++ /var/tmp/diff_new_pack.wsHaUy/_new  2023-12-12 19:32:29.945056581 +0100
@@ -1,5 +1,5 @@
 #
-# spec file
+# spec file for package arpack-ng
 #
 # Copyright (c) 2023 SUSE LLC
 #
@@ -91,7 +91,7 @@
 # /3
 
 Name:           %{pkgname}
-Version:        3.9.0
+Version:        3.9.1
 Release:        0
 Summary:        Fortran77 subroutines for solving large scale eigenvalue 
problems
 License:        BSD-3-Clause
@@ -232,6 +232,9 @@
 %check
 %if %{with mpi}
 source %{my_prefix}/bin/mpivars.sh
+%else
+# Need to run with -j1, see https://github.com/opencollab/arpack-ng/issues/439
+%define _smp_mflags -j1
 %endif
 %ctest
 
@@ -246,7 +249,7 @@
 %doc examples
 %doc CHANGES README.md
 %{my_libdir}/*.so
-%{my_incdir}/arpack-ng
+%{my_incdir}/arpack/
 %if %{without mpi}
 %{_libdir}/pkgconfig/*.pc
 %else

++++++ arpack-ng-3.9.0.tar.gz -> arpack-ng-3.9.1.tar.gz ++++++
++++ 2466 lines of diff (skipped)

++++++ arpack-ng-python-module-installdir.patch ++++++
--- /var/tmp/diff_new_pack.wsHaUy/_old  2023-12-12 19:32:30.841089641 +0100
+++ /var/tmp/diff_new_pack.wsHaUy/_new  2023-12-12 19:32:30.849089936 +0100
@@ -1,7 +1,8 @@
-diff -Nur arpack-ng-3.9.0/CMakeLists.txt new/CMakeLists.txt
---- arpack-ng-3.9.0/CMakeLists.txt     2023-02-11 13:56:54.000000000 +0100
-+++ new/CMakeLists.txt 2023-02-15 14:42:17.792356901 +0100
-@@ -719,8 +719,8 @@
+Index: arpack-ng-3.9.1/CMakeLists.txt
+===================================================================
+--- arpack-ng-3.9.1.orig/CMakeLists.txt
++++ arpack-ng-3.9.1/CMakeLists.txt
+@@ -728,8 +728,8 @@ function(build_tests)
        target_link_libraries(pyarpack
            BLAS::BLAS LAPACK::LAPACK ${Boost_LIBRARIES} ${PYTHON_LIBRARIES})
        install(TARGETS pyarpack

Reply via email to