public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/miopen] epel10: Requires gcc-c++
@ 2026-06-14 13:44 Tom Rix
0 siblings, 0 replies; only message in thread
From: Tom Rix @ 2026-06-14 13:44 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/miopen
Branch : epel10
Commit : 0c1eed11fd36c012a681f2c72d1b5fef3676c31b
Author : Tom Rix <Tom.Rix@amd.com>
Date : 2026-01-30T07:45:13-08:00
Stats : +15/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/miopen/c/0c1eed11fd36c012a681f2c72d1b5fef3676c31b?branch=epel10
Log:
Requires gcc-c++
Signed-off-by: Tom Rix <Tom.Rix@amd.com>
---
diff --git a/miopen.spec b/miopen.spec
index a163352..9dbbe4b 100644
--- a/miopen.spec
+++ b/miopen.spec
@@ -115,7 +115,7 @@ Version: git%{date0}.%{shortcommit0}
Release: 1%{?dist}
%else
Version: %{rocm_version}
-Release: 5%{?dist}
+Release: 6%{?dist}
%endif
Summary: AMD's Machine Intelligence Library
License: MIT AND BSD-2-Clause AND Apache-2.0 AND %{?fedora:LicenseRef-Fedora-Public-Domain}%{?suse_version:SUSE-Public-Domain}
@@ -204,6 +204,17 @@ Provides: miopen%{pkg_suffix} = %{version}-%{release}
# Use ROCm devel at runtime
Requires: rocm-hip%{pkg_suffix}-devel
Requires: rocrand%{pkg_suffix}-devel
+# Also needs c++ to work
+# From pytorch-examples/word_language_model
+# MIOpen(HIP): Error [BuildHip] HIPRTC status = HIPRTC_ERROR_COMPILATION (6), source file: MIOpenDropoutHIP.cpp
+# MIOpen(HIP): Warning [BuildHip] In file included from /tmp/comgr-78a343/input/MIOpenDropoutHIP.cpp:32:
+# In file included from /tmp/comgr-78a343/include/miopen_rocrand.hpp:45:
+# In file included from /usr/include/rocrand/rocrand_xorwow.h:24:
+# /usr/include/rocrand/rocrand_common.h:39:10: fatal error: 'utility' file not found
+# 39 | #include <utility>
+# | ^~~~~~~~~
+Requires: gcc-c++
+
# Only x86_64 works right now:
ExclusiveArch: x86_64
@@ -395,6 +406,9 @@ rm -f %{buildroot}%{pkg_prefix}/share/doc/miopen-hip/LICENSE.md
%endif
%changelog
+* Fri Jan 30 2026 Tom Rix <Tom.Rix@amd.com> - 7.1.0-6
+- requires gcc-c++
+
* Fri Jan 16 2026 Tom Rix <Tom.Rix@amd.com> - 7.1.0-5
- Rebuild for boost 1.90
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-14 13:44 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-14 13:44 [rpms/miopen] epel10: Requires gcc-c++ Tom Rix
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox