Add support for riscv64
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
parent
82ac8fbd23
commit
09a5a2ccab
@ -51,7 +51,7 @@
|
|||||||
|
|
||||||
Name: %{pkg_name}
|
Name: %{pkg_name}
|
||||||
Version: %{libomp_version}%{?rc_ver:~rc%{rc_ver}}%{?llvm_snapshot_version_suffix:~%{llvm_snapshot_version_suffix}}
|
Version: %{libomp_version}%{?rc_ver:~rc%{rc_ver}}%{?llvm_snapshot_version_suffix:~%{llvm_snapshot_version_suffix}}
|
||||||
Release: 3%{?dist}
|
Release: 3.0.riscv64%{?dist}
|
||||||
Summary: OpenMP runtime for clang
|
Summary: OpenMP runtime for clang
|
||||||
|
|
||||||
License: Apache-2.0 WITH LLVM-exception OR NCSA
|
License: Apache-2.0 WITH LLVM-exception OR NCSA
|
||||||
@ -164,7 +164,7 @@ rm -rf %{buildroot}%{install_libdir}/libarcher_static.a
|
|||||||
%ifnarch %{ix86} %{arm}
|
%ifnarch %{ix86} %{arm}
|
||||||
# libomptarget is not supported on 32-bit systems.
|
# libomptarget is not supported on 32-bit systems.
|
||||||
# s390x does not support the offloading plugins.
|
# s390x does not support the offloading plugins.
|
||||||
%ifnarch s390x
|
%ifnarch s390x riscv64
|
||||||
%{install_libdir}/libomptarget.rtl.amdgpu.so.%{so_suffix}
|
%{install_libdir}/libomptarget.rtl.amdgpu.so.%{so_suffix}
|
||||||
%{install_libdir}/libomptarget.rtl.cuda.so.%{so_suffix}
|
%{install_libdir}/libomptarget.rtl.cuda.so.%{so_suffix}
|
||||||
%{install_libdir}/libomptarget.rtl.%{libomp_arch}.so.%{so_suffix}
|
%{install_libdir}/libomptarget.rtl.%{libomp_arch}.so.%{so_suffix}
|
||||||
@ -184,7 +184,7 @@ rm -rf %{buildroot}%{install_libdir}/libarcher_static.a
|
|||||||
%ifnarch %{ix86} %{arm}
|
%ifnarch %{ix86} %{arm}
|
||||||
# libomptarget is not supported on 32-bit systems.
|
# libomptarget is not supported on 32-bit systems.
|
||||||
# s390x does not support the offloading plugins.
|
# s390x does not support the offloading plugins.
|
||||||
%ifnarch s390x
|
%ifnarch s390x riscv64
|
||||||
%{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
|
||||||
@ -196,6 +196,9 @@ rm -rf %{buildroot}%{install_libdir}/libarcher_static.a
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 16 2024 David Abdurachmanov <davidlt@rivosinc.com> - 18.1.8-3.0.riscv64
|
||||||
|
- Add support for riscv64
|
||||||
|
|
||||||
* Sat Oct 05 2024 Timm Bäder <tbaeder@redhat.com> - 18.1.8-3
|
* Sat Oct 05 2024 Timm Bäder <tbaeder@redhat.com> - 18.1.8-3
|
||||||
- Update to 18.1.8
|
- Update to 18.1.8
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user