Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package superlu for openSUSE:Factory checked 
in at 2024-10-28 15:17:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/superlu (Old)
 and      /work/SRC/openSUSE:Factory/.superlu.new.2020 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "superlu"

Mon Oct 28 15:17:38 2024 rev:32 rq:1218514 version:7.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/superlu/superlu.changes  2023-08-30 
10:18:03.646960653 +0200
+++ /work/SRC/openSUSE:Factory/.superlu.new.2020/superlu.changes        
2024-10-28 15:17:41.996904199 +0100
@@ -1,0 +2,14 @@
+Wed Oct 23 12:11:46 UTC 2024 - Atri Bhattacharya <[email protected]>
+
+- Fix %check for gnu-hpc flavor by loading openblas module before
+  running ctest.
+
+-------------------------------------------------------------------
+Sat Oct 12 21:07:32 UTC 2024 - Christoph G <[email protected]>
+
+- Update to version 7.0.0
+  * To avoid name clashes, use type "singlecomplex" instead of
+    "complex".
+  * Rank Deficient Matrices
+
+-------------------------------------------------------------------

Old:
----
  superlu-6.0.1.tar.gz

New:
----
  superlu-7.0.0.tar.gz

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

Other differences:
------------------
++++++ superlu.spec ++++++
--- /var/tmp/diff_new_pack.mnGWcY/_old  2024-10-28 15:17:42.788937165 +0100
+++ /var/tmp/diff_new_pack.mnGWcY/_new  2024-10-28 15:17:42.788937165 +0100
@@ -1,7 +1,7 @@
 #
 # spec file
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 
 # Base package name
 %define pname superlu
-%define ver 6.0.1
+%define ver 7.0.0
 %define _ver %(echo %{ver} | tr . _)
 
 %if "%flavor" == ""
@@ -40,7 +40,7 @@
 %if "%{flavor}" == "gnu7-hpc"
 %bcond_without hpc
 %global compiler_family gnu
-%undefine c_f_ver 7
+%define c_f_ver 7
 %endif
 
 %if "%{flavor}" == "gnu8-hpc"
@@ -72,7 +72,7 @@
 %define p_prefix %_prefix
 %define p_includedir %_includedir
 %define p_libdir %_libdir
-%define _sover 6
+%define _sover 7
 %define libname lib%{name}%{?_sover}
 %else
 %{hpc_init -c %compiler_family %{?c_f_ver:-v %{c_f_ver}} %{?ext:-e %{ext}}}
@@ -203,6 +203,13 @@
 #fix permissions
 chmod 644 MATLAB/* EXAMPLE/*
 
+%check
+%if %{with hpc}
+%{?hpc_setup}
+module load openblas
+%endif
+%ctest
+
 # remove all build examples
 cd EXAMPLE
 make clean
@@ -215,9 +222,6 @@
 cp FORTRAN/README README.fortran
 %fdupes -s examples
 
-%check
-%ctest
-
 %if %{with hpc}
 %{hpc_write_pkgconfig}
 

++++++ superlu-6.0.1.tar.gz -> superlu-7.0.0.tar.gz ++++++
++++ 49439 lines of diff (skipped)

++++++ superlu-remove-mc64ad.patch ++++++
--- /var/tmp/diff_new_pack.mnGWcY/_old  2024-10-28 15:17:43.260956812 +0100
+++ /var/tmp/diff_new_pack.mnGWcY/_new  2024-10-28 15:17:43.264956979 +0100
@@ -1,5 +1,4 @@
 diff --git a/SRC/CMakeLists.txt b/SRC/CMakeLists.txt
-index 34c4aa4..7996af0 100644
 --- a/SRC/CMakeLists.txt
 +++ b/SRC/CMakeLists.txt
 @@ -23,7 +23,6 @@ set(sources
@@ -9,8 +8,8 @@
 -  mc64ad.c
    qselect.c
    input_error.c
-   dmach.c
-@@ -68,9 +67,7 @@ if(enable_single)
+ )
+@@ -66,9 +65,7 @@ if(enable_single)
      smemory.c
      sutil.c
      smyblas2.c
@@ -20,7 +19,7 @@
      ilu_sdrop_row.c
      ilu_ssnode_dfs.c
      ilu_scolumn_dfs.c
-@@ -118,9 +115,7 @@ if(enable_double)
+@@ -116,9 +113,7 @@ if(enable_double)
      dmemory.c
      dutil.c
      dmyblas2.c
@@ -30,7 +29,7 @@
      ilu_ddrop_row.c
      ilu_dsnode_dfs.c
      ilu_dcolumn_dfs.c
-@@ -171,9 +166,7 @@ if(enable_complex)
+@@ -169,9 +164,7 @@ if(enable_complex)
      cmemory.c
      cutil.c
      cmyblas2.c
@@ -40,7 +39,7 @@
      ilu_cdrop_row.c
      ilu_csnode_dfs.c
      ilu_ccolumn_dfs.c
-@@ -222,9 +215,7 @@ if(enable_complex16)
+@@ -220,9 +213,7 @@ if(enable_complex16)
      zmemory.c
      zutil.c
      zmyblas2.c

Reply via email to