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:
Konrad Kleine 2024-05-13 13:05:48 +00:00 committed by Timm Bäder
parent 259e484bb3
commit a5fb671bd5
3 changed files with 4 additions and 10 deletions

View file

@ -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

View file

@ -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

View file

@ -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