public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rocm-compilersupport] epel10: hipcc requires rocminfo to find the default gpu target
@ 2026-06-09 23:06 Tom Rix
0 siblings, 0 replies; only message in thread
From: Tom Rix @ 2026-06-09 23:06 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rocm-compilersupport
Branch : epel10
Commit : f74fd7b8747ddfe28e47306e0f0cf236fa93e251
Author : Tom Rix <Tom.Rix@amd.com>
Date : 2026-02-14T09:42:03-08:00
Stats : +5/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/rocm-compilersupport/c/f74fd7b8747ddfe28e47306e0f0cf236fa93e251?branch=epel10
Log:
hipcc requires rocminfo to find the default gpu target
Signed-off-by: Tom Rix <Tom.Rix@amd.com>
---
diff --git a/rocm-compilersupport.spec b/rocm-compilersupport.spec
index 2430eaf..9ce321c 100644
--- a/rocm-compilersupport.spec
+++ b/rocm-compilersupport.spec
@@ -132,7 +132,7 @@ Version: %{llvm_maj_ver}
%if %{with gitcommit}
Release: 0.rocm%{rocm_version}^git%{date0}.%{shortcommit0}%{?dist}.1
%else
-Release: 1.rocm%{rocm_version}%{?dist}
+Release: 2.rocm%{rocm_version}%{?dist}
%endif
Summary: Various AMD ROCm LLVM related services
@@ -249,7 +249,7 @@ The AMD Code Object Manager (Comgr) development package.
%package -n %{hipcc_name}
Summary: HIP compiler driver
Requires: %{device_libs_name} = %{version}-%{release}
-Suggests: rocminfo%{pkg_suffix}
+Requires: rocminfo%{pkg_suffix}
%if 0%{?suse_version}
Provides: hip = %{version}-%{release}
Obsoletes: hip <= %{version}-%{release}
@@ -1024,6 +1024,9 @@ rm -rf %{buildroot}%{pkg_prefix}/share/doc/hipcc/README.md
%endif
%changelog
+* Thu Feb 12 2026 Tom Rix <Tom.Rix@amd.com> 22-2.rocm7.2.0
+- hipcc requires rocminfo to find its default gpu
+
* Thu Feb 5 2026 Tom Rix <Tom.Rix@amd.com> 22-1.rocm7.2.0
- Update to 7.2.0
- Use rocm-filesystem via rocm-cmake
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-09 23:06 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-09 23:06 [rpms/rocm-compilersupport] epel10: hipcc requires rocminfo to find the default gpu target Tom Rix
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox