public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Dominik 'Rathann' Mierzejewski <dominik@greysector.net>
To: git-commits@fedoraproject.org
Subject: [rpms/clpeak] rawhide: enable ROCm support on x86_64
Date: Sat, 29 Aug 2026 16:50:33 GMT [thread overview]
Message-ID: <178802223359.1.18203544117149727139.rpms-clpeak-1ce720cff322@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/clpeak
Branch : rawhide
Commit : 1ce720cff322358df19c5144336ccf27304ba322
Author : Dominik 'Rathann' Mierzejewski <dominik@greysector.net>
Date : 2026-08-25T21:11:12+02:00
Stats : +6/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/clpeak/c/1ce720cff322358df19c5144336ccf27304ba322?branch=rawhide
Log:
enable ROCm support on x86_64
---
diff --git a/clpeak.spec b/clpeak.spec
index fb5204c..a432481 100644
--- a/clpeak.spec
+++ b/clpeak.spec
@@ -7,6 +7,12 @@ URL: https://github.com/krrishnarraj/%{name}
Source: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
BuildRequires: cmake
+# ROCm is available on x86_64 only
+%ifarch x86_64
+BuildRequires: cmake(hip)
+BuildRequires: cmake(hipblaslt)
+BuildRequires: cmake(rocblas)
+%endif
BuildRequires: gcc
BuildRequires: gcc-c++
BuildRequires: glslc
reply other threads:[~2026-08-29 16:50 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=178802223359.1.18203544117149727139.rpms-clpeak-1ce720cff322@fedoraproject.org \
--to=dominik@greysector.net \
--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