Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3773e7ebd8 | |||
| f1dcff4ae9 |
@@ -40,7 +40,7 @@
|
|||||||
|
|
||||||
Name: %{hipsolver_name}
|
Name: %{hipsolver_name}
|
||||||
Version: %{rocm_version}
|
Version: %{rocm_version}
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: ROCm SOLVER marshalling library
|
Summary: ROCm SOLVER marshalling library
|
||||||
Url: https://github.com/ROCm/%{upstreamname}
|
Url: https://github.com/ROCm/%{upstreamname}
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -68,13 +68,15 @@ BuildRequires: suitesparse-devel
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if %{with test}
|
%if %{with test}
|
||||||
BuildRequires: gtest-devel
|
|
||||||
BuildRequires: hipsparse-devel
|
BuildRequires: hipsparse-devel
|
||||||
|
BuildRequires: rocminfo
|
||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
|
BuildRequires: gtest
|
||||||
BuildRequires: blas-devel
|
BuildRequires: blas-devel
|
||||||
BuildRequires: cblas-devel
|
BuildRequires: cblas-devel
|
||||||
BuildRequires: lapack-devel
|
BuildRequires: lapack-devel
|
||||||
%else
|
%else
|
||||||
|
BuildRequires: gtest-devel
|
||||||
BuildRequires: blas-static
|
BuildRequires: blas-static
|
||||||
BuildRequires: lapack-static
|
BuildRequires: lapack-static
|
||||||
%endif
|
%endif
|
||||||
@@ -164,6 +166,10 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Jul 30 2025 Tom Rix <Tom.Rix@amd.com> - 6.4.2-2
|
||||||
- Remove -mtls-dialect cflag
|
- Remove -mtls-dialect cflag
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user