public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Christoph Junghans <junghans@votca.org>
To: git-commits@fedoraproject.org
Subject: [rpms/kokkos] epel10: add epel9 build fixes
Date: Sat, 11 Jul 2026 07:20:38 GMT	[thread overview]
Message-ID: <178375443868.1.6413765507909868170.rpms-kokkos-8abcbe9fe853@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/kokkos
Branch : epel10
Commit : 8abcbe9fe853364d129a0c544f1fa6d32e8933dd
Author : Christoph Junghans <junghans@votca.org>
Date   : 2024-01-23T16:21:39-07:00
Stats  : +5/-0 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/kokkos/c/8abcbe9fe853364d129a0c544f1fa6d32e8933dd?branch=epel10

Log:
add epel9 build fixes

---
diff --git a/kokkos.spec b/kokkos.spec
index 484e15b..a61e844 100644
--- a/kokkos.spec
+++ b/kokkos.spec
@@ -16,6 +16,10 @@ Source0:        %{url}/archive/%{version}/%{name}-%{version}.tar.gz
 BuildRequires:  gcc-c++
 BuildRequires:  cmake >= 3.16
 BuildRequires:  hwloc-devel
+%if 0%{?rhel} == 9
+%global gts_version 13
+BuildRequires: gcc-toolset-%{gts_version}
+%endif
 
 %global kokkos_desc \
 Kokkos Core implements a programming model in C++ for writing performance \
@@ -41,6 +45,7 @@ This package contains the development files of %{name}.
 %autosetup -p1
 
 %build
+%{?el9:. /opt/rh/gcc-toolset-%{gts_version}/enable}
 %cmake \
   -DKokkos_ENABLE_TESTS=On \
 %ifarch ppc64le

                 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=178375443868.1.6413765507909868170.rpms-kokkos-8abcbe9fe853@fedoraproject.org \
    --to=junghans@votca.org \
    --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