public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/kokkos] epel10: Fix out-of-source build on F33 (bug #1863948)
@ 2026-07-11  7:20 Christoph Junghans
  0 siblings, 0 replies; only message in thread
From: Christoph Junghans @ 2026-07-11  7:20 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/kokkos
Branch : epel10
Commit : 438acffb407c2a3b36504727ed23bba9aeae9490
Author : Christoph Junghans <junghans@lanl.gov>
Date   : 2020-08-04T20:36:53-06:00
Stats  : +12/-7 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/kokkos/c/438acffb407c2a3b36504727ed23bba9aeae9490?branch=epel10

Log:
Fix out-of-source build on F33 (bug #1863948)

---
diff --git a/kokkos.spec b/kokkos.spec
index f3e9624..169ab69 100644
--- a/kokkos.spec
+++ b/kokkos.spec
@@ -1,14 +1,12 @@
-%undefine __cmake_in_source_build
-
 Name:           kokkos
 Version:        3.1.01
 %global         sover 3.1.1
-Release:        3%{?dist}
-Summary:        Kokkos C++ Performance Portability Programming 
-#no support for 32-bit archs https://github.com/kokkos/kokkos/issues/2312
+Release:        4%{?dist}
+Summary:        Kokkos C++ Performance Portability Programming
+# no support for 32-bit archs https://github.com/kokkos/kokkos/issues/2312
 ExcludeArch: i686 armv7hl
 
-License:        BSD 
+License:        BSD
 URL:            https://github.com/kokkos/kokkos
 Source0:        https://github.com/kokkos/kokkos/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 
@@ -55,7 +53,11 @@ This package contains the development files of %{name}.
 %cmake3_install
 
 %check
-%ctest3
+# https://github.com/kokkos/kokkos/issues/2959 - unstable test
+%ifarch s390x
+%global testargs --exclude-regex KokkosCore_UnitTest_StackTraceTest
+%endif
+%ctest3 %{?testargs}
 
 %files
 %doc README.md
@@ -69,6 +71,9 @@ This package contains the development files of %{name}.
 %{_bindir}/nvcc_wrapper
 
 %changelog
+* Mon Aug 03 2020 Christoph Junghans <junghans@votca.org> - 3.1.01-4
+- Fix out-of-source build on F33 (bug #1863948)
+
 * Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.01-3
 - Second attempt - Rebuilt for
   https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-11  7:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-11  7:20 [rpms/kokkos] epel10: Fix out-of-source build on F33 (bug #1863948) Christoph Junghans

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