Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kokkos for openSUSE:Factory checked 
in at 2023-07-08 22:47:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kokkos (Old)
 and      /work/SRC/openSUSE:Factory/.kokkos.new.23466 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kokkos"

Sat Jul  8 22:47:46 2023 rev:9 rq:1097631 version:4.1.00

Changes:
--------
--- /work/SRC/openSUSE:Factory/kokkos/kokkos.changes    2023-05-08 
17:25:05.116979470 +0200
+++ /work/SRC/openSUSE:Factory/.kokkos.new.23466/kokkos.changes 2023-07-08 
22:47:55.951408015 +0200
@@ -1,0 +2,7 @@
+Wed Jul  5 12:00:00 UTC 2023 - Vicente Adolfo Bolea Sanchez 
<[email protected]> - 4.1.00
+
+- Update to new upstream release 4.1.00:
+  see https://github.com/kokkos/kokkos/blob/4.1.00/CHANGELOG.md
+- Use a tarball as Source0 instead of an URL.
+
+-------------------------------------------------------------------

Old:
----
  kokkos-4.0.01.tar.gz

New:
----
  kokkos-4.1.00.tar.gz

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

Other differences:
------------------
++++++ kokkos.spec ++++++
--- /var/tmp/diff_new_pack.9cOKNx/_old  2023-07-08 22:47:56.803413136 +0200
+++ /var/tmp/diff_new_pack.9cOKNx/_new  2023-07-08 22:47:56.807413159 +0200
@@ -17,8 +17,8 @@
 
 
 %define major_ver 4
-%define minor_ver 0
-%define patch_ver 01
+%define minor_ver 1
+%define patch_ver 00
 %define shlib   libkokkos-%{major_ver}_%{minor_ver}
 %global kokkos_desc \
 Kokkos Core implements a programming model in C++ for writing performance \
@@ -35,7 +35,7 @@
 License:        BSD-3-Clause
 Group:          System/Libraries
 URL:            https://github.com/kokkos/kokkos
-Source0:        
https://github.com/kokkos/kokkos/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
+Source0:        kokkos-4.1.00.tar.gz
 BuildRequires:  cmake >= 3.16
 %if 0%{?suse_version} <= 1500
 BuildRequires:  gcc11-c++
@@ -101,14 +101,9 @@
 %cmake_install
 
 %check
-# OpenMP tests need quite some memory, run up to two tests in parallel, each 
with half the cores
-%limit_build -m 4096
-export OMP_NUM_THREADS=$((%{jobs} / 2))
-# Recommended for unit tests
-export OMP_PROC_BIND=false
 export 
LD_LIBRARY_PATH="%{buildroot}/%{_libdir}:$PWD/build/core/unit_test:${LD_LIBRARY_PATH}"
-%ctest --parallel 1 --tests-regex KokkosContainers_UnitTest_OpenMP --timeout 
3600
-%ctest --parallel 2 --exclude-regex 
'KokkosContainers_UnitTest_OpenMP|KokkosCore_PerfTestExec|KokkosCore_UnitTest_OpenMP'
+export OMP_PROC_BIND=false
+%ctest --parallel 4 --exclude-regex 
'Kokkos_CoreUnitTest_OpenMP|Kokkos_Containers*|Kokkos_Algorithms*'
 
 %post -n %{shlib} -p /sbin/ldconfig
 %postun -n %{shlib} -p /sbin/ldconfig
@@ -116,7 +111,7 @@
 %files -n %{shlib}
 %doc README.md
 %license LICENSE
-%{_libdir}/libkokkos*.so.4.0*
+%{_libdir}/libkokkos*.so.%{major_ver}.%{minor_ver}*
 
 %files devel
 %{_libdir}/libkokkos*.so

++++++ kokkos-4.0.01.tar.gz -> kokkos-4.1.00.tar.gz ++++++
++++ 69990 lines of diff (skipped)

Reply via email to