Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 63360f04c3 |
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user