public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Tom spot Callaway <spotaws@amazon.com>
To: git-commits@fedoraproject.org
Subject: [rpms/slurm] epel10: conditionalize rocm-smi, because s390, sigh
Date: Wed, 22 Jul 2026 07:55:50 GMT [thread overview]
Message-ID: <178470695057.1.4856247677906885062.rpms-slurm-7442429a547d@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/slurm
Branch : epel10
Commit : 7442429a547d74fc4b5dbb59c426b184f3851de3
Author : Tom spot Callaway <spotaws@amazon.com>
Date : 2026-03-15T22:55:19-04:00
Stats : +9/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/slurm/c/7442429a547d74fc4b5dbb59c426b184f3851de3?branch=epel10
Log:
conditionalize rocm-smi, because s390, sigh
---
diff --git a/slurm.spec b/slurm.spec
index 092cbea..31210c9 100644
--- a/slurm.spec
+++ b/slurm.spec
@@ -21,6 +21,13 @@
%bcond_with oneapi
%endif
+# follow arch-inclusions for rocm-smi
+%ifarch aarch64 ppc64le x86_64
+%bcond_without rocmsmi
+%else
+%bcond_with rocmsmi
+%endif
+
Name: slurm
Version: 25.11.4
Release: %autorelease
@@ -86,7 +93,9 @@ BuildRequires: pam-devel
BuildRequires: pmix-devel
BuildRequires: rdma-core-devel
BuildRequires: readline-devel
+%if 0%{?fedora} && %{with rocmsmi}
BuildRequires: rocm-smi-devel
+%endif
BuildRequires: zlib-devel
%if 0%{?fedora} && %{with ucx}
reply other threads:[~2026-07-22 7:55 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=178470695057.1.4856247677906885062.rpms-slurm-7442429a547d@fedoraproject.org \
--to=spotaws@amazon.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