forked from ROCm/rocfft
Compare commits
1 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 5b86834c9d |
@@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 28 15:35:28 UTC 2025 - Tom Rix <Tom.Rix@amd.com>
|
||||
|
||||
- Address review question
|
||||
- change .so globbing
|
||||
- remove %check
|
||||
- remove use of llvm strip
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 27 15:24:51 UTC 2025 - Tom Rix <Tom.Rix@amd.com>
|
||||
|
||||
|
||||
21
rocfft.spec
21
rocfft.spec
@@ -51,11 +51,6 @@
|
||||
%global build_test OFF
|
||||
%endif
|
||||
|
||||
# Option to test suite for testing on real HW:
|
||||
# May have to set gpu under test with
|
||||
# export HIP_VISIBLE_DEVICES=<num> - 0, 1 etc.
|
||||
%bcond_with check
|
||||
|
||||
# For docs
|
||||
%bcond_with doc
|
||||
|
||||
@@ -64,9 +59,6 @@
|
||||
%global _source_payload w7T0.xzdio
|
||||
%global _binary_payload w7T0.xzdio
|
||||
|
||||
# Use rocm-llvm strip
|
||||
%global __strip %rocmllvm_bindir/llvm-strip
|
||||
|
||||
# Use ninja if it is available
|
||||
%if 0%{?fedora} || 0%{?suse_version}
|
||||
%bcond_without ninja
|
||||
@@ -235,21 +227,10 @@ rm -rf %{buildroot}/%{_prefix}/.info
|
||||
|
||||
rm -f %{buildroot}%{_prefix}/share/doc/rocfft/LICENSE.md
|
||||
|
||||
%check
|
||||
%if %{with test}
|
||||
%if %{with check}
|
||||
%if 0%{?suse_version}
|
||||
%{__builddir}/clients/staging/rocfft-test
|
||||
%else
|
||||
%{_vpath_builddir}/clients/staging/rocfft-test
|
||||
%endif
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%files -n %{rocfft_name}
|
||||
%doc README.md
|
||||
%license LICENSE.md
|
||||
%{_libdir}/librocfft.so.0{,.*}
|
||||
%{_libdir}/librocfft.so.*
|
||||
|
||||
%files devel
|
||||
%dir %{_libdir}/cmake/rocfft
|
||||
|
||||
Reference in New Issue
Block a user