public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Christoph Junghans <junghans@lanl.gov>
To: git-commits@fedoraproject.org
Subject: [rpms/kokkos] epel10: Fix out-of-source build on F33 (bug #1863948)
Date: Sat, 11 Jul 2026 07:20:25 GMT	[thread overview]
Message-ID: <178375442553.1.14945273728557265707.rpms-kokkos-438acffb407c@fedoraproject.org> (raw)

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

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

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=178375442553.1.14945273728557265707.rpms-kokkos-438acffb407c@fedoraproject.org \
    --to=junghans@lanl.gov \
    --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