public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rocm-compilersupport] epel10: reduce libgcxx version in array assert
@ 2026-06-09 23:07 Tom Rix
0 siblings, 0 replies; only message in thread
From: Tom Rix @ 2026-06-09 23:07 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rocm-compilersupport
Branch : epel10
Commit : 50792aa5640f8f4c009d62c6a16b2f2c0e24b3d3
Author : Tom Rix <Tom.Rix@amd.com>
Date : 2026-04-10T08:10:48-07:00
Stats : +1/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/rocm-compilersupport/c/50792aa5640f8f4c009d62c6a16b2f2c0e24b3d3?branch=epel10
Log:
reduce libgcxx version in array assert
Needed for rhel 9 building rocsolver.
Signed-off-by: Tom Rix <Tom.Rix@amd.com>
---
diff --git a/rocm-compilersupport.spec b/rocm-compilersupport.spec
index d574f4f..9fc18bc 100644
--- a/rocm-compilersupport.spec
+++ b/rocm-compilersupport.spec
@@ -445,7 +445,7 @@ sed -i "s/TARGET clangFrontendTool/true/" amd/comgr/CMakeLists.txt
# change version check of array assert work around
%if 0%{?rhel}
-sed -i -e 's@#if _GLIBCXX_RELEASE >= 15@#if _GLIBCXX_RELEASE >= 14@' clang/lib/Headers/cuda_wrappers/array
+sed -i -e 's@#if _GLIBCXX_RELEASE >= 15@#if _GLIBCXX_RELEASE >= 11@' clang/lib/Headers/cuda_wrappers/array
%endif
# Reduce diskspace pressure
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-09 23:07 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:07 [rpms/rocm-compilersupport] epel10: reduce libgcxx version in array assert Tom Rix
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox