Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3773e7ebd8 | |||
| f1dcff4ae9 |
@@ -40,7 +40,7 @@
|
||||
|
||||
Name: %{hipsolver_name}
|
||||
Version: %{rocm_version}
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: ROCm SOLVER marshalling library
|
||||
Url: https://github.com/ROCm/%{upstreamname}
|
||||
License: MIT
|
||||
@@ -68,13 +68,15 @@ BuildRequires: suitesparse-devel
|
||||
%endif
|
||||
|
||||
%if %{with test}
|
||||
BuildRequires: gtest-devel
|
||||
BuildRequires: hipsparse-devel
|
||||
BuildRequires: rocminfo
|
||||
%if 0%{?suse_version}
|
||||
BuildRequires: gtest
|
||||
BuildRequires: blas-devel
|
||||
BuildRequires: cblas-devel
|
||||
BuildRequires: lapack-devel
|
||||
%else
|
||||
BuildRequires: gtest-devel
|
||||
BuildRequires: blas-static
|
||||
BuildRequires: lapack-static
|
||||
%endif
|
||||
@@ -164,6 +166,10 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Aug 13 2025 Egbert Eich <eich@suse.com> - 6.4.2-3
|
||||
- Fix dependency on SUSE when test is enabled.
|
||||
- Add rocminfo package 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