!11 [sync] PR-10: fix build error for loongarch64
From: @openeuler-sync-bot Reviewed-by: @liyunfei33 Signed-off-by: @liyunfei33
This commit is contained in:
commit
4346107d10
13
openmp.spec
13
openmp.spec
@ -38,7 +38,7 @@
|
|||||||
|
|
||||||
Name: %{pkg_name}
|
Name: %{pkg_name}
|
||||||
Version: %{openmp_version}
|
Version: %{openmp_version}
|
||||||
Release: 3
|
Release: 4
|
||||||
Summary: OpenMP runtime for clang
|
Summary: OpenMP runtime for clang
|
||||||
|
|
||||||
License: Apache License 2.0
|
License: Apache License 2.0
|
||||||
@ -124,7 +124,7 @@ rm -rf %{buildroot}%{install_libdir}/libarcher_static.a
|
|||||||
%ifnarch %{arm}
|
%ifnarch %{arm}
|
||||||
%{install_libdir}/libarcher.so
|
%{install_libdir}/libarcher.so
|
||||||
%endif
|
%endif
|
||||||
%ifnarch %{ix86} %{arm} riscv64
|
%ifnarch %{ix86} %{arm} riscv64 loongarch64
|
||||||
%{install_libdir}/libomptarget.rtl.amdgpu.so.%{maj_ver}
|
%{install_libdir}/libomptarget.rtl.amdgpu.so.%{maj_ver}
|
||||||
%{install_libdir}/libomptarget.rtl.cuda.so.%{maj_ver}
|
%{install_libdir}/libomptarget.rtl.cuda.so.%{maj_ver}
|
||||||
%{install_libdir}/libomptarget.rtl.%{libomp_arch}.so.%{maj_ver}
|
%{install_libdir}/libomptarget.rtl.%{libomp_arch}.so.%{maj_ver}
|
||||||
@ -140,7 +140,7 @@ rm -rf %{buildroot}%{install_libdir}/libarcher_static.a
|
|||||||
%{install_libdir}/clang/%{maj_ver}/include/ompt-multiplex.h
|
%{install_libdir}/clang/%{maj_ver}/include/ompt-multiplex.h
|
||||||
%endif
|
%endif
|
||||||
%ifnarch %{ix86} %{arm}
|
%ifnarch %{ix86} %{arm}
|
||||||
%ifnarch riscv64
|
%ifnarch riscv64 loongarch64
|
||||||
%{install_libdir}/libomptarget.rtl.amdgpu.so
|
%{install_libdir}/libomptarget.rtl.amdgpu.so
|
||||||
%{install_libdir}/libomptarget.rtl.cuda.so
|
%{install_libdir}/libomptarget.rtl.cuda.so
|
||||||
%{install_libdir}/libomptarget.rtl.%{libomp_arch}.so
|
%{install_libdir}/libomptarget.rtl.%{libomp_arch}.so
|
||||||
@ -152,12 +152,15 @@ rm -rf %{buildroot}%{install_libdir}/libarcher_static.a
|
|||||||
%{install_libdir}/libomptarget.so
|
%{install_libdir}/libomptarget.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Aug 20 2024 liyunfei <liyunfei33@huawei.com> - 17.0.6-3
|
* Tue Aug 20 2024 liyunfei <liyunfei33@huawei.com> - 17.0.6-4
|
||||||
- Add BiSheng Autotuner support.
|
- Add BiSheng Autotuner support.
|
||||||
|
|
||||||
* Fri Jul 5 2024 liyunfei <liyunfei33@huawei.com> - 17.0.6-2
|
* Fri Jul 5 2024 liyunfei <liyunfei33@huawei.com> - 17.0.6-3
|
||||||
- Add toolchain_clang build support
|
- Add toolchain_clang build support
|
||||||
|
|
||||||
|
* Wed Jun 05 2024 Wenlong Zhang <zhangwenlong@loongson.cn> - 17.0.6-2
|
||||||
|
- fix build error for loongarch64
|
||||||
|
|
||||||
* Mon Dec 4 2023 zhoujing <zhoujing106@huawei.com> - 17.0.6-1
|
* Mon Dec 4 2023 zhoujing <zhoujing106@huawei.com> - 17.0.6-1
|
||||||
- Update to 17.0.6
|
- Update to 17.0.6
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user