Description: <short summary of the patch>
 TODO: Put a short summary on the line above and replace this paragraph
 with a longer explanation of this change. Complete the meta-information
 with other relevant fields (see below for details). To make it easier, the
 information below has been extracted from the changelog. Adjust it or drop
 it.
 .
 sundials (5.7.0+dfsg-3) unstable; urgency=medium
 .
   * Team upload.
   * Upload into unstable
Author: Anton Gladky <gladk@debian.org>

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: https://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: 2021-03-27

Index: sundials/examples/sunnonlinsol/petsc/CMakeLists.txt
===================================================================
--- sundials.orig/examples/sunnonlinsol/petsc/CMakeLists.txt	2022-11-07 13:14:26.952521725 +0100
+++ sundials/examples/sunnonlinsol/petsc/CMakeLists.txt	2022-11-07 13:14:26.936521627 +0100
@@ -66,10 +66,10 @@
   endif()
 
   # add example to regression tests
-  sundials_add_test(${test_name} ${example}
-    TEST_ARGS ${example_args}
-    EXAMPLE_TYPE ${example_type}
-    NODIFF)
+#sundials_add_test(${test_name} ${example}
+#    TEST_ARGS ${example_args}
+#    EXAMPLE_TYPE ${example_type}
+#    NODIFF)
 
   if(EXAMPLES_INSTALL)
     install(FILES ${example}.c
Index: sundials/examples/sunlinsol/klu/CMakeLists.txt
===================================================================
--- sundials.orig/examples/sunlinsol/klu/CMakeLists.txt	2022-11-07 13:14:26.952521725 +0100
+++ sundials/examples/sunlinsol/klu/CMakeLists.txt	2022-11-07 13:14:26.936521627 +0100
@@ -32,8 +32,8 @@
 
 # If building F2003 tests
 if (BUILD_FORTRAN_MODULE_INTERFACE)
-  set(sunlinsol_klu_fortran_examples
-    "test_fsunlinsol_klu_mod\;\;")
+  #set(sunlinsol_klu_fortran_examples
+  #  "test_fsunlinsol_klu_mod\;\;")
 endif()
 
 # Add source directory to include directories
@@ -72,10 +72,10 @@
   endif()
 
   # add example to regression tests
-  sundials_add_test(${test_name} ${example}
-    TEST_ARGS ${example_args}
-    EXAMPLE_TYPE ${example_type}
-    NODIFF)
+#sundials_add_test(${test_name} ${example}
+#    TEST_ARGS ${example_args}
+#    EXAMPLE_TYPE ${example_type}
+#    NODIFF)
 
   # install example source files
   if(EXAMPLES_INSTALL)
Index: sundials/examples/nvector/parallel/CMakeLists.txt
===================================================================
--- sundials.orig/examples/nvector/parallel/CMakeLists.txt	2022-11-07 13:14:26.952521725 +0100
+++ sundials/examples/nvector/parallel/CMakeLists.txt	2022-11-07 13:14:26.936521627 +0100
@@ -103,11 +103,11 @@
   endif()
 
   # add example to regression tests
-  sundials_add_test(${test_name} ${example}
-    TEST_ARGS ${example_args}
-    MPI_NPROCS ${number_of_tasks}
-    EXAMPLE_TYPE ${example_type}
-    NODIFF)
+  #sundials_add_test(${test_name} ${example}
+  #  TEST_ARGS ${example_args}
+  #  MPI_NPROCS ${number_of_tasks}
+  #  EXAMPLE_TYPE ${example_type}
+  #  NODIFF)
 
   # install example source files
   if(EXAMPLES_INSTALL)
@@ -169,11 +169,11 @@
   endif()
 
   # add example to regression tests
-  sundials_add_test(${test_name} ${example}
-    TEST_ARGS ${example_args}
-    MPI_NPROCS ${number_of_tasks}
-    EXAMPLE_TYPE ${example_type}
-    NODIFF)
+  #sundials_add_test(${test_name} ${example}
+  #  TEST_ARGS ${example_args}
+  #  MPI_NPROCS ${number_of_tasks}
+  #  EXAMPLE_TYPE ${example_type}
+  #  NODIFF)
 
 endforeach(example_tuple ${nvector_parallel_fortran_examples})
 
Index: sundials/examples/nvector/mpimanyvector/CMakeLists.txt
===================================================================
--- sundials.orig/examples/nvector/mpimanyvector/CMakeLists.txt	2022-11-07 13:14:26.952521725 +0100
+++ sundials/examples/nvector/mpimanyvector/CMakeLists.txt	2022-11-07 13:14:26.936521627 +0100
@@ -116,11 +116,11 @@
   endif()
 
   # add example to regression tests
-  sundials_add_test(${test_name} ${example}
-    TEST_ARGS ${example_args}
-    MPI_NPROCS ${number_of_tasks}
-    EXAMPLE_TYPE ${example_type}
-    NODIFF)
+  #sundials_add_test(${test_name} ${example}
+  #  TEST_ARGS ${example_args}
+  #  MPI_NPROCS ${number_of_tasks}
+  #  EXAMPLE_TYPE ${example_type}
+  #  NODIFF)
 
   # install example source files
   if(EXAMPLES_INSTALL)
@@ -179,11 +179,11 @@
   endif()
 
   # add example to regression tests
-  sundials_add_test(${test_name} ${example}
-    TEST_ARGS ${example_args}
-    MPI_NPROCS ${number_of_tasks}
-    EXAMPLE_TYPE ${example_type}
-    NODIFF)
+  #sundials_add_test(${test_name} ${example}
+  #  TEST_ARGS ${example_args}
+  # MPI_NPROCS ${number_of_tasks}
+  #  EXAMPLE_TYPE ${example_type}
+  #  NODIFF)
 
 endforeach(example_tuple ${nvector_mpimanyvector_fortran_examples})
 
Index: sundials/examples/nvector/petsc/CMakeLists.txt
===================================================================
--- sundials.orig/examples/nvector/petsc/CMakeLists.txt	2022-11-07 13:14:26.952521725 +0100
+++ sundials/examples/nvector/petsc/CMakeLists.txt	2022-11-07 13:14:26.940521652 +0100
@@ -94,11 +94,11 @@
   endif()
 
   # add example to regression tests
-  sundials_add_test(${test_name} ${example}
-    TEST_ARGS ${example_args}
-    MPI_NPROCS ${number_of_tasks}
-    EXAMPLE_TYPE ${example_type}
-    NODIFF)
+  #sundials_add_test(${test_name} ${example}
+  #  TEST_ARGS ${example_args}
+  #  MPI_NPROCS ${number_of_tasks}
+  #  EXAMPLE_TYPE ${example_type}
+  #  NODIFF)
 
   # install example source files
   if(EXAMPLES_INSTALL)
Index: sundials/examples/sunlinsol/spbcgs/parallel/CMakeLists.txt
===================================================================
--- sundials.orig/examples/sunlinsol/spbcgs/parallel/CMakeLists.txt	2022-11-07 13:14:26.952521725 +0100
+++ sundials/examples/sunlinsol/spbcgs/parallel/CMakeLists.txt	2022-11-07 13:14:26.940521652 +0100
@@ -78,11 +78,11 @@
   endif()
 
   # add example to regression tests
-  sundials_add_test(${test_name} ${example}
-    TEST_ARGS ${example_args}
-    MPI_NPROCS ${number_of_tasks}
-    EXAMPLE_TYPE ${example_type}
-    NODIFF)
+  #sundials_add_test(${test_name} ${example}
+  #  TEST_ARGS ${example_args}
+  #  MPI_NPROCS ${number_of_tasks}
+  #  EXAMPLE_TYPE ${example_type}
+  #  NODIFF)
 
   # install example source files
   if(EXAMPLES_INSTALL)
Index: sundials/examples/sunlinsol/sptfqmr/serial/CMakeLists.txt
===================================================================
--- sundials.orig/examples/sunlinsol/sptfqmr/serial/CMakeLists.txt	2022-11-07 13:14:26.952521725 +0100
+++ sundials/examples/sunlinsol/sptfqmr/serial/CMakeLists.txt	2022-11-07 13:14:26.940521652 +0100
@@ -78,10 +78,10 @@
   endif()
 
   # add example to regression tests
-  sundials_add_test(${test_name} ${example}
-    TEST_ARGS ${example_args}
-    EXAMPLE_TYPE ${example_type}
-    NODIFF)
+  #sundials_add_test(${test_name} ${example}
+  #  TEST_ARGS ${example_args}
+  #  EXAMPLE_TYPE ${example_type}
+  #  NODIFF)
 
   # install example source files
   if(EXAMPLES_INSTALL)
Index: sundials/examples/sunlinsol/sptfqmr/parallel/CMakeLists.txt
===================================================================
--- sundials.orig/examples/sunlinsol/sptfqmr/parallel/CMakeLists.txt	2022-11-07 13:14:26.952521725 +0100
+++ sundials/examples/sunlinsol/sptfqmr/parallel/CMakeLists.txt	2022-11-07 13:14:26.940521652 +0100
@@ -77,11 +77,11 @@
   endif()
 
   # add example to regression tests
-  sundials_add_test(${test_name} ${example}
-    TEST_ARGS ${example_args}
-    MPI_NPROCS ${number_of_tasks}
-    EXAMPLE_TYPE ${example_type}
-    NODIFF)
+  #sundials_add_test(${test_name} ${example}
+  #  TEST_ARGS ${example_args}
+  #  MPI_NPROCS ${number_of_tasks}
+  #  EXAMPLE_TYPE ${example_type}
+  #  NODIFF)
 
   # install example source files
   if(EXAMPLES_INSTALL)
Index: sundials/examples/nvector/mpiplusx/CMakeLists.txt
===================================================================
--- sundials.orig/examples/nvector/mpiplusx/CMakeLists.txt	2022-11-07 13:14:26.952521725 +0100
+++ sundials/examples/nvector/mpiplusx/CMakeLists.txt	2022-11-07 13:14:26.940521652 +0100
@@ -114,11 +114,11 @@
   endif()
 
   # add example to regression tests
-  sundials_add_test(${test_name} ${example}
-    TEST_ARGS ${example_args}
-    MPI_NPROCS ${number_of_tasks}
-    EXAMPLE_TYPE ${example_type}
-    NODIFF)
+  #sundials_add_test(${test_name} ${example}
+  #  TEST_ARGS ${example_args}
+  #  MPI_NPROCS ${number_of_tasks}
+  #  EXAMPLE_TYPE ${example_type}
+  #  NODIFF)
 
   # install example source files
   if(EXAMPLES_INSTALL)
@@ -177,11 +177,11 @@
   endif()
 
   # add example to regression tests
-  sundials_add_test(${test_name} ${example}
-    TEST_ARGS ${example_args}
-    MPI_NPROCS ${number_of_tasks}
-    EXAMPLE_TYPE ${example_type}
-    NODIFF)
+  #sundials_add_test(${test_name} ${example}
+  #  TEST_ARGS ${example_args}
+  #  MPI_NPROCS ${number_of_tasks}
+  #  EXAMPLE_TYPE ${example_type}
+  #  NODIFF)
 
 endforeach(example_tuple ${nvector_mpiplusx_fortran_examples})
 
Index: sundials/examples/sunlinsol/spfgmr/parallel/CMakeLists.txt
===================================================================
--- sundials.orig/examples/sunlinsol/spfgmr/parallel/CMakeLists.txt	2022-11-07 13:14:26.952521725 +0100
+++ sundials/examples/sunlinsol/spfgmr/parallel/CMakeLists.txt	2022-11-07 13:14:26.940521652 +0100
@@ -77,11 +77,11 @@
   endif()
 
   # add example to regression tests
-  sundials_add_test(${test_name} ${example}
-    TEST_ARGS ${example_args}
-    MPI_NPROCS ${number_of_tasks}
-    EXAMPLE_TYPE ${example_type}
-    NODIFF)
+  #sundials_add_test(${test_name} ${example}
+  #  TEST_ARGS ${example_args}
+  #  MPI_NPROCS ${number_of_tasks}
+  #  EXAMPLE_TYPE ${example_type}
+  #  NODIFF)
 
   # add example to regression tests
   if(EXAMPLES_INSTALL)
Index: sundials/examples/nvector/parhyp/CMakeLists.txt
===================================================================
--- sundials.orig/examples/nvector/parhyp/CMakeLists.txt	2022-11-07 13:14:26.952521725 +0100
+++ sundials/examples/nvector/parhyp/CMakeLists.txt	2022-11-07 13:14:26.940521652 +0100
@@ -97,11 +97,11 @@
   endif()
 
   # add example to regression tests
-  sundials_add_test(${test_name} ${example}
-    TEST_ARGS ${example_args}
-    MPI_NPROCS ${number_of_tasks}
-    EXAMPLE_TYPE ${example_type}
-    NODIFF)
+  #sundials_add_test(${test_name} ${example}
+  #  TEST_ARGS ${example_args}
+  #  MPI_NPROCS ${number_of_tasks}
+  #  EXAMPLE_TYPE ${example_type}
+  #  NODIFF)
 
   # install example source files
   if(EXAMPLES_INSTALL)
Index: sundials/examples/sunlinsol/spgmr/parallel/CMakeLists.txt
===================================================================
--- sundials.orig/examples/sunlinsol/spgmr/parallel/CMakeLists.txt	2022-11-07 13:14:26.952521725 +0100
+++ sundials/examples/sunlinsol/spgmr/parallel/CMakeLists.txt	2022-11-07 13:14:26.944521676 +0100
@@ -80,11 +80,11 @@
   endif()
 
   # add example to regression tests
-  sundials_add_test(${test_name} ${example}
-    TEST_ARGS ${example_args}
-    MPI_NPROCS ${number_of_tasks}
-    EXAMPLE_TYPE ${example_type}
-    NODIFF)
+  #sundials_add_test(${test_name} ${example}
+  #  TEST_ARGS ${example_args}
+  #  MPI_NPROCS ${number_of_tasks}
+  #  EXAMPLE_TYPE ${example_type}
+  #  NODIFF)
 
   # install example source files
   if(EXAMPLES_INSTALL)
