public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/clpeak] f44: enable ROCm support on x86_64
@ 2026-08-29 17:11 Dominik 'Rathann' Mierzejewski
0 siblings, 0 replies; only message in thread
From: Dominik 'Rathann' Mierzejewski @ 2026-08-29 17:11 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/clpeak
Branch : f44
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=f44
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-29 17:11 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-29 17:11 [rpms/clpeak] f44: enable ROCm support on x86_64 Dominik 'Rathann' Mierzejewski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox