mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-24 09:32:42 +00:00
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:
parent
01e7bab976
commit
9824dd05a0
2 changed files with 10 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue