From 56b59bc4dbcfdd3b514d39003f447b0579c354ed Mon Sep 17 00:00:00 2001 From: Tom Rix Date: Wed, 30 Jul 2025 10:04:26 -0700 Subject: [PATCH] Remove -mtls-dialect cflag Signed-off-by: Tom Rix --- hipsparse.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/hipsparse.spec b/hipsparse.spec index e91dba5..1729931 100644 --- a/hipsparse.spec +++ b/hipsparse.spec @@ -11,7 +11,7 @@ %global toolchain rocm # hipcc does not support some clang flags -%global build_cxxflags %(echo %{optflags} | sed -e 's/-fstack-protector-strong/-Xarch_host -fstack-protector-strong/' -e 's/-fcf-protection/-Xarch_host -fcf-protection/') +%global build_cxxflags %(echo %{optflags} | sed -e 's/-fstack-protector-strong/-Xarch_host -fstack-protector-strong/' -e 's/-fcf-protection/-Xarch_host -fcf-protection/' -e 's/-mtls-dialect=gnu2//') %bcond_with debug %if %{with debug} @@ -42,7 +42,7 @@ Name: %{hipsparse_name} Version: %{rocm_version} -Release: 1%{?dist} +Release: 2%{?dist} Summary: ROCm SPARSE marshalling library Url: https://github.com/ROCmSoftwarePlatform/%{upstreamname} License: MIT @@ -181,6 +181,9 @@ install -pm 644 %{_builddir}/%{name}-test-matrices/* %{buildroot}/%{_datadir}/%{ %endif %changelog +* Wed Jul 30 2025 Tom Rix - 6.4.2-2 +- Remove -mtls-dialect cflag + * Thu Jul 24 2025 Jeremy Newton - 6.4.2-1 - Update to 6.4.2