Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 18315fb028 | |||
| 7774a4c2ff |
14
rocfft.spec
14
rocfft.spec
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user