public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Richard Berger <richard.berger@outlook.com>
To: git-commits@fedoraproject.org
Subject: [rpms/kokkos] epel10: Merge branch 'f43' into f44
Date: Sat, 11 Jul 2026 07:20:49 GMT	[thread overview]
Message-ID: <178375444916.1.8219912500964932516.rpms-kokkos-d0f57f18568d@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/kokkos
Branch : epel10
Commit : d0f57f18568d0691456c24d026f0f61e2b4a6c48
Author : Richard Berger <richard.berger@outlook.com>
Date   : 2026-04-18T21:10:30-06:00
Stats  : +20/-5 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/kokkos/c/d0f57f18568d0691456c24d026f0f61e2b4a6c48?branch=epel10

Log:
Merge branch 'f43' into f44

---
diff --git a/.gitignore b/.gitignore
index 31f2067..113a60d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -28,3 +28,4 @@
 /kokkos-4.6.00.tar.gz
 /kokkos-4.6.02.tar.gz
 /kokkos-4.7.02.tar.gz
+/kokkos-5.0.2.tar.gz

diff --git a/kokkos.spec b/kokkos.spec
index 7840e4e..427e2ab 100644
--- a/kokkos.spec
+++ b/kokkos.spec
@@ -33,8 +33,8 @@
 %endif
 
 Name:           kokkos
-Version:        4.7.02
-%global         sover 4.7
+Version:        5.0.2
+%global         sover 5.0
 Release:        1%{?dist}
 Summary:        Kokkos C++ Performance Portability Programming
 # no support for 32-bit archs https://github.com/kokkos/kokkos/issues/2312
@@ -45,7 +45,7 @@ URL:            https://github.com/kokkos/kokkos
 Source0:        %{url}/releases/download/%{version}/%{name}-%{version}.tar.gz
 
 BuildRequires:  gcc-c++
-BuildRequires:  cmake >= 3.16
+BuildRequires:  cmake >= 3.22
 BuildRequires:  hwloc-devel
 %if 0%{?rhel} == 9
 %global gts_version 13
@@ -111,6 +111,7 @@ Requires:       %{name}-devel%{?_isa} = %{version}-%{release}
   -DKokkos_ARCH_POWER8=ON \
 %endif
   -DCMAKE_INSTALL_INCLUDEDIR=include/kokkos \
+  -DKokkos_INSTALL_TESTING=OFF \
   -DKokkos_ENABLE_AGGRESSIVE_VECTORIZATION=ON \
   -DKokkos_ENABLE_DEPRECATED_CODE=ON \
   -DKokkos_ENABLE_OPENMP=ON \
@@ -129,10 +130,11 @@ do
     %cmake \
 	   -DCMAKE_CXX_COMPILER=${rocm_clang} \
 	   -DCMAKE_CXX_FLAGS="%{rocm_cxxflags}" \
-	   -DCMAKE_CXX_STANDARD=17 \
+	   -DCMAKE_CXX_STANDARD=20 \
 	   -DCMAKE_INSTALL_BINDIR=$ROCM_BIN \
 	   -DCMAKE_INSTALL_INCLUDEDIR=%{_libdir}/rocm/${gpu}/include/kokkos \
 	   -DCMAKE_INSTALL_LIBDIR=$ROCM_LIB \
+           -DKokkos_INSTALL_TESTING=OFF \
 	   -DKokkos_ARCH_AMD_${ugpu}=ON \
 	   -DKokkos_ENABLE_AGGRESSIVE_VECTORIZATION=ON \
 	   -DKokkos_ENABLE_DEPRECATED_CODE=ON \
@@ -180,6 +182,7 @@ module purge
 %files devel
 %{_includedir}/kokkos
 %{_libdir}/libkokkos*.so
+%{_libdir}/libkokkos*.a
 %{_libdir}/cmake/Kokkos
 %{_bindir}/nvcc_wrapper
 %{_bindir}/hpcbind
@@ -191,6 +194,7 @@ module purge
 
 %files -n %{name}-rocm-devel
 %{_libdir}/rocm/gfx*/lib/libkokkos*.so
+%{_libdir}/rocm/gfx*/lib/libkokkos*.a
 %{_libdir}/rocm/gfx*/lib/cmake/Kokkos
 %{_libdir}/rocm/gfx*/bin/nvcc_wrapper
 %{_libdir}/rocm/gfx*/bin/hpcbind
@@ -200,6 +204,9 @@ module purge
 
 
 %changelog
+* Mon Apr 13 2026 Richard Berger <richard.berger@outlook.com> - 5.0.2-1
+- Version bump to v5.0.2
+
 * Sat Feb 21 2026 Richard Berger <richard.berger@outlook.com> - 4.7.02-1
 - Version bump to v4.7.02
 

diff --git a/sources b/sources
index d1c6615..10c9c47 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (kokkos-4.7.02.tar.gz) = adae802e568a885afb67583ce5e35de1bc886b630e293b0bf031a4cf4404e1d45d60e294d5932f07caaffe9aaf2545580c9c646b9d78ea5a74b7ecdbae3da3b2
+SHA512 (kokkos-5.0.2.tar.gz) = 90f145211db2d93156dc33791f71d1829c961ca7a062bcddf7b401580268110838e9b9f6e795b7456694ca22f35e4bd88bd087e23cea649848ffae9bdbb96d57

diff --git a/kokkos.spec b/kokkos.spec
index d9176ba..427e2ab 100644
--- a/kokkos.spec
+++ b/kokkos.spec
@@ -210,6 +210,13 @@ module purge
 * Sat Feb 21 2026 Richard Berger <richard.berger@outlook.com> - 4.7.02-1
 - Version bump to v4.7.02
 
+* Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 4.6.02-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
+
+* Fri Sep 26 2025 Christoph Junghans <junghans@votca.org> - 4.6.02-2
+- Rebuild for rocm-hip-7
+- Fixes: rhbz#2399678
+
 * Sat Aug 2 2025 Richard Berger <richard.berger@outlook.com> - 4.6.02-1
 - Version bump to v4.6.02
 

             reply	other threads:[~2026-07-11  7:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-07-11  7:20 Richard Berger [this message]
  -- strict thread matches above, loose matches on Subject: below --
2026-07-11  7:20 [rpms/kokkos] epel10: Merge branch 'f43' into f44 Richard Berger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178375444916.1.8219912500964932516.rpms-kokkos-d0f57f18568d@fedoraproject.org \
    --to=richard.berger@outlook.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox