Compare commits

1 Commits

Author SHA1 Message Date
63360f04c3 Fix dependencies on SUSE when test is enabled
The packages for gtest and libgomp have different names.

Signed-off-by: Egbert Eich <eich@suse.com>
2025-08-14 07:30:18 +02:00

View File

@@ -42,7 +42,7 @@
Name: %{hipsparse_name}
Version: %{rocm_version}
Release: 2%{?dist}
Release: 3%{?dist}
Summary: ROCm SPARSE marshalling library
Url: https://github.com/ROCmSoftwarePlatform/%{upstreamname}
License: MIT
@@ -67,11 +67,12 @@ BuildRequires: rocprim-devel
BuildRequires: rocsparse-devel
%if %{with test}
BuildRequires: gtest-devel
BuildRequires: rocblas-devel
%if 0%{?suse_version}
BuildRequires: rocm-libomp-devel
BuildRequires: gtest
BuildRequires: hipcc-libomp-devel
%else
BuildRequires: gtest-devel
BuildRequires: libomp-devel
%endif
%endif
@@ -181,6 +182,9 @@ install -pm 644 %{_builddir}/%{name}-test-matrices/* %{buildroot}/%{_datadir}/%{
%endif
%changelog
* Wed Aug 13 2025 Egbert Eich <eich@suse.com> - 6.4.2-3
- Fix dependency on SUSE when test is enabled.
* Wed Jul 30 2025 Tom Rix <Tom.Rix@amd.com> - 6.4.2-2
- Remove -mtls-dialect cflag