public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/kokkos] epel10: Merge branch 'f43' into f44
@ 2026-07-11  7:20 Richard Berger
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Berger @ 2026-07-11  7:20 UTC (permalink / raw)
  To: git-commits

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
 

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [rpms/kokkos] epel10: Merge branch 'f43' into f44
@ 2026-07-11  7:20 Richard Berger
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Berger @ 2026-07-11  7:20 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/kokkos
Branch : epel10
Commit : 30322c16d51692c46e16405ec4cee09689f9c11e
Author : Richard Berger <richard.berger@outlook.com>
Date   : 2026-02-25T05:14:16-07:00
Stats  : +16/-5 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/kokkos/c/30322c16d51692c46e16405ec4cee09689f9c11e?branch=epel10

Log:
Merge branch 'f43' into f44

---
diff --git a/.gitignore b/.gitignore
index 127fabd..31f2067 100644
--- a/.gitignore
+++ b/.gitignore
@@ -27,3 +27,4 @@
 /kokkos-4.5.01.tar.gz
 /kokkos-4.6.00.tar.gz
 /kokkos-4.6.02.tar.gz
+/kokkos-4.7.02.tar.gz

diff --git a/kokkos.spec b/kokkos.spec
index cc5add0..7840e4e 100644
--- a/kokkos.spec
+++ b/kokkos.spec
@@ -29,13 +29,13 @@
 %endif
 
 # hippc is clang based, the toolchain is gcc, remove the gcc options that are not supported on clang
-%global rocm_cxxflags %(echo %{optflags} | sed -e 's/-fstack-protector-strong/-Xarch_host -fstack-protector-strong/' -e 's/-fcf-protection/-Xarch_host -fcf-protection/' -e 's/-mtls-dialect=gnu2//')
+%global rocm_cxxflags %(echo %{optflags} | sed -E 's/-specs=[^ ]+//g; s/-Wno-complain-wrong-lang//g; s/-fexceptions//g; s/-fstack-clash-protection//g; s/-fcf-protection//g; s/-ffat-lto-objects//g; s/-Xarch_host//g; s/-mtls-dialect=[^ ]+//g; s/-flto=auto//g; s/-grecord-gcc-switches/-frecord-command-line/g; s/-Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3//g; s/-Wp,-D_GLIBCXX_ASSERTIONS//g; s/-mno-omit-leaf-frame-pointer//g; s/[[:space:]]+/ /g')
 %endif
 
 Name:           kokkos
-Version:        4.6.02
-%global         sover 4.6
-Release:        3%{?dist}
+Version:        4.7.02
+%global         sover 4.7
+Release:        1%{?dist}
 Summary:        Kokkos C++ Performance Portability Programming
 # no support for 32-bit archs https://github.com/kokkos/kokkos/issues/2312
 ExcludeArch: i686 armv7hl
@@ -200,6 +200,9 @@ module purge
 
 
 %changelog
+* 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
 

diff --git a/sources b/sources
index 054b3cb..d1c6615 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (kokkos-4.6.02.tar.gz) = b8a96496c6f4516f4cb855a8bc41c64620c8ebf74e58e3a10de92d99aa50c4e1b545cadd220d0cbe96b9b3104c1d065748b55ea100b2f34c7168c4359e551160
+SHA512 (kokkos-4.7.02.tar.gz) = adae802e568a885afb67583ce5e35de1bc886b630e293b0bf031a4cf4404e1d45d60e294d5932f07caaffe9aaf2545580c9c646b9d78ea5a74b7ecdbae3da3b2

diff --git a/kokkos.spec b/kokkos.spec
index c8395b9..7840e4e 100644
--- a/kokkos.spec
+++ b/kokkos.spec
@@ -203,6 +203,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
 

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-07-11  7:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-11  7:20 [rpms/kokkos] epel10: Merge branch 'f43' into f44 Richard Berger
  -- strict thread matches above, loose matches on Subject: below --
2026-07-11  7:20 Richard Berger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox