mirror of
https://src.fedoraproject.org/rpms/libomp.git
synced 2024-11-24 16:13:47 +00:00
Add directory ownership for cmake directory
https://bugzilla.redhat.com/show_bug.cgi?id=2283788
This commit is contained in:
parent
1fcac89e9f
commit
9c235395d4
1 changed files with 5 additions and 2 deletions
|
@ -35,7 +35,7 @@
|
|||
|
||||
Name: libomp
|
||||
Version: %{libomp_version}%{?rc_ver:~rc%{rc_ver}}%{?llvm_snapshot_version_suffix:~%{llvm_snapshot_version_suffix}}
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: OpenMP runtime for clang
|
||||
|
||||
License: Apache-2.0 WITH LLVM-exception OR NCSA
|
||||
|
@ -140,7 +140,7 @@ rm -rf %{buildroot}%{_libdir}/libarcher_static.a
|
|||
%{_prefix}/lib/clang/%{maj_ver}/include/ompt.h
|
||||
%{_prefix}/lib/clang/%{maj_ver}/include/ompt-multiplex.h
|
||||
%endif
|
||||
%{_libdir}/cmake/openmp/FindOpenMPTarget.cmake
|
||||
%{_libdir}/cmake/openmp/
|
||||
%ifnarch %{ix86} %{arm}
|
||||
# libomptarget is not supported on 32-bit systems.
|
||||
# s390x does not support the offloading plugins.
|
||||
|
@ -156,6 +156,9 @@ rm -rf %{buildroot}%{_libdir}/libarcher_static.a
|
|||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed May 29 2024 Tom Stellard <tstellar@redhat.com> - 18.1.6-2
|
||||
- Add directory ownership for cmake directory
|
||||
|
||||
* Mon May 20 2024 Tom Stellard <tstellar@redhat.com> - 18.1.6-1
|
||||
- 18.1.6 Release
|
||||
|
||||
|
|
Loading…
Reference in a new issue