Compare commits

2 Commits

Author SHA1 Message Date
62bb7a49bc Add module PyYAML for SUSE when test is enabled
Signed-off-by: Egbert Eich <eich@suse.com>
2025-08-15 15:38:00 +02:00
4b6b147b69 Fix dependency on SUSE when test is enabled
gtest-devel -> gtest

Signed-off-by: Egbert Eich <eich@suse.com>
2025-08-13 21:22:07 +02:00

View File

@@ -40,7 +40,7 @@
Name: %{hipblas_name}
Version: %{rocm_version}
Release: 4%{?dist}
Release: 5%{?dist}
Summary: ROCm BLAS marshalling library
Url: https://github.com/ROCmSoftwarePlatform/%{upstreamname}
License: MIT
@@ -65,12 +65,14 @@ BuildRequires: rocm-rpm-macros
BuildRequires: rocsolver-devel
%if %{with test}
BuildRequires: gtest-devel
%if 0%{?suse_version}
BuildRequires: gtest
BuildRequires: blas-devel
BuildRequires: cblas-devel
BuildRequires: lapack-devel
BuildRequires: %{python_module PyYAML}
%else
BuildRequires: gtest-devel
BuildRequires: blas-static
BuildRequires: lapack-static
BuildRequires: python3-pyyaml
@@ -167,6 +169,10 @@ fi
%endif
%changelog
* Wed Aug 13 2025 Egbert Eich <eich@suse.com> - 6.4.1-5
- Fix dependency on SUSE when test is enabled.
- Add python module PyYAML on SUSE when testing is enabled.
* Wed Jul 30 2025 Tom Rix <Tom.Rix@amd.com> - 6.4.1-4
- Remove -mtls-dialect cflag