mirror of
https://src.fedoraproject.org/rpms/libomp.git
synced 2024-11-24 08:12:42 +00:00
Start distributing libomptarget.rtl on s390x
libomptarget.rtl has been enabled on s390x since commit c9062e8f786864f86d330babce78a1926cc5b072.
This commit is contained in:
parent
f71ea40c77
commit
3189045fa1
1 changed files with 2 additions and 2 deletions
|
@ -134,8 +134,8 @@ rm -rf %{buildroot}%{_libdir}/libarcher_static.a
|
|||
%ifnarch s390x
|
||||
%{_libdir}/libomptarget.rtl.amdgpu.so.%{so_suffix}
|
||||
%{_libdir}/libomptarget.rtl.cuda.so.%{so_suffix}
|
||||
%{_libdir}/libomptarget.rtl.%{libomp_arch}.so.%{so_suffix}
|
||||
%endif
|
||||
%{_libdir}/libomptarget.rtl.%{libomp_arch}.so.%{so_suffix}
|
||||
%{_libdir}/libomptarget.so.%{so_suffix}
|
||||
%endif
|
||||
|
||||
|
@ -154,8 +154,8 @@ rm -rf %{buildroot}%{_libdir}/libarcher_static.a
|
|||
%ifnarch s390x
|
||||
%{_libdir}/libomptarget.rtl.amdgpu.so
|
||||
%{_libdir}/libomptarget.rtl.cuda.so
|
||||
%{_libdir}/libomptarget.rtl.%{libomp_arch}.so
|
||||
%endif
|
||||
%{_libdir}/libomptarget.rtl.%{libomp_arch}.so
|
||||
%{_libdir}/libomptarget.devicertl.a
|
||||
%{_libdir}/libomptarget-amdgpu-*.bc
|
||||
%{_libdir}/libomptarget-nvptx-*.bc
|
||||
|
|
Loading…
Reference in a new issue