mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-24 09:32:42 +00:00
Remove package libomp-tools
We don't want to package it for RHEL, so we remove it here as well.
This commit is contained in:
parent
259e484bb3
commit
a5fb671bd5
3 changed files with 4 additions and 10 deletions
|
@ -576,11 +576,6 @@
|
|||
%{_libdir}/libomptarget.so
|
||||
%endif
|
||||
|
||||
%files -n %{pkg_name_libomp}-tools
|
||||
%license openmp/LICENSE.TXT
|
||||
%{install_bindir}/llvm-omp-device-info
|
||||
%{install_bindir}/llvm-omp-kernel-replay
|
||||
|
||||
%endif
|
||||
|
||||
#endregion
|
||||
|
|
|
@ -226,6 +226,10 @@ rm -rf %{buildroot}/%{_datarootdir}/gdb
|
|||
# chmod go+w %{buildroot}/%{_datarootdir}/gdb/python/ompd/ompdModule.so
|
||||
# chmod +w %{buildroot}/%{_datarootdir}/gdb/python/ompd/ompdModule.so
|
||||
|
||||
# Remove files that we don't package, yet.
|
||||
rm %{buildroot}%{install_bindir}/llvm-omp-device-info
|
||||
rm %{buildroot}%{install_bindir}/llvm-omp-kernel-replay
|
||||
|
||||
%endif
|
||||
|
||||
#endregion
|
||||
|
|
|
@ -290,11 +290,6 @@ Requires: clang-resource-filesystem%{?isa} = %{version}
|
|||
OpenMP header files.
|
||||
URL: http://openmp.llvm.org
|
||||
|
||||
%package -n %{pkg_name_libomp}-tools
|
||||
Summary: Tools for OpenMP
|
||||
|
||||
URL: http://openmp.llvm.org
|
||||
|
||||
%endif
|
||||
|
||||
#endregion
|
||||
|
|
Loading…
Reference in a new issue