Compare commits

2 Commits

Author SHA1 Message Date
18315fb028 Simplify file removal
Signed-off-by: Tom Rix <Tom.Rix@amd.com>
2025-08-25 13:59:18 -07:00
7774a4c2ff Remove buildrequires hipcc-libomp-devel
Signed-off-by: Tom Rix <Tom.Rix@amd.com>
2025-08-15 12:24:06 -07:00

View File

@@ -89,7 +89,7 @@
Name: %{rocfft_name}
Version: %{rocm_version}
Release: 4%{?dist}
Release: 6%{?dist}
Summary: ROCm Fast Fourier Transforms (FFT) library
Url: https://github.com/ROCm/%{upstreamname}
@@ -112,7 +112,6 @@ BuildRequires: rocm-rpm-macros-modules
BuildRequires: rocrand-devel
BuildRequires: fftw-devel
BuildRequires: boost-devel
BuildRequires: hipcc-libomp-devel
BuildRequires: hiprand-devel
%if 0%{?suse_version}
@@ -207,9 +206,8 @@ find %{buildroot} -type f -name "rocfft_rtc_helper" -print0 | xargs -0 -I {} /us
# we don't need or want the client-info file installed by rocfft
rm -rf %{buildroot}/%{_prefix}/.info
if [ -f %{buildroot}%{_prefix}/share/doc/rocfft/LICENSE.md ]; then
rm %{buildroot}%{_prefix}/share/doc/rocfft/LICENSE.md
fi
rm -f %{buildroot}%{_prefix}/share/doc/rocfft/LICENSE.md
%check
%if %{with test}
@@ -241,6 +239,12 @@ fi
%endif
%changelog
* Mon Aug 25 2025 Tom Rix <Tom.Rix@amd.com> - 6.4.2-6
- Simplify file removal
* Fri Aug 15 2025 Tom Rix <Tom.Rix@amd.com> - 6.4.2-5
- Remove buildrequires hipcc-libomp-devel
* Fri Aug 8 2025 Egbert Eich <eich@suse.com> - 6.4.2-4
- Adjust python dependency for SUSE.