@@ -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 <Tom.Rix@amd.com> - 6.4.2-2
|
||||
- Remove -mtls-dialect cflag
|
||||
|
||||
* Thu Jul 24 2025 Jeremy Newton <alexjnewt at hotmail dot com> - 6.4.2-1
|
||||
- Update to 6.4.2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user