Compare commits
4 Commits
4b2e50982c
...
7d05e39ab8
Author | SHA256 | Date | |
---|---|---|---|
7d05e39ab8 | |||
c25b5882f9 | |||
99f18960de | |||
1b7cee9304 |
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 16 00:00:00 UTC 2025 - Egbert Eich <eich@suse.com>
|
||||
|
||||
- Fix dependency on SUSE when test is enabled.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 15 00:00:00 UTC 2025 - Tom Rix <Tom.Rix@amd.com>
|
||||
|
||||
|
@@ -97,7 +97,7 @@
|
||||
|
||||
Name: %{rocsparse_name}
|
||||
Version: %{rocm_version}
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?dist}
|
||||
Summary: SPARSE implementation for ROCm
|
||||
URL: https://github.com/ROCm/%{upstreamname}
|
||||
License: MIT
|
||||
@@ -123,14 +123,15 @@ BuildRequires: pkgconfig(libzstd)
|
||||
%if %{with test}
|
||||
BuildRequires: libomp-devel
|
||||
BuildRequires: rocblas-devel
|
||||
BuildRequires: python3dist(pyyaml)
|
||||
|
||||
%if 0%{?suse_version}
|
||||
BuildRequires: %{python_module PyYAML}
|
||||
BuildRequires: gcc-fortran
|
||||
BuildRequires: gtest
|
||||
%else
|
||||
BuildRequires: gcc-gfortran
|
||||
BuildRequires: gtest-devel
|
||||
BuildRequires: python3dist(pyyaml)
|
||||
%endif
|
||||
|
||||
%endif
|
||||
|
Reference in New Issue
Block a user