Add libomp-tools package

This is to host these files which were installed but previously went
unpackaged:

```
/usr/bin/llvm-omp-device-info
/usr/bin/llvm-omp-kernel-replay
```
This commit is contained in:
Konrad Kleine 2024-05-10 05:56:12 +00:00
parent aa332fd308
commit 3072120e09
2 changed files with 10 additions and 0 deletions

View file

@ -552,6 +552,10 @@
%{_libdir}/libomptarget.so
%endif
%files -n %{pkg_name_libomp}-tools
%{install_bindir}/llvm-omp-device-info
%{install_bindir}/llvm-omp-kernel-replay
%endif
#endregion

View file

@ -290,6 +290,12 @@ Requires: clang-resource-filesystem%{?isa} = %{version}
%description -n %{pkg_name_libomp}-devel
OpenMP header files.
URL: http://openmp.llvm.org
%package -n %{pkg_name_libomp}-tools
Summary: Tools for OpenMP
URL: http://openmp.llvm.org
%endif