SHA256
1
0
forked from pool/pocl
Dominique Leuenberger 2022-12-24 17:26:22 +00:00 committed by Git OBS Bridge
commit 73453f6d87
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Dec 24 12:27:06 UTC 2022 - Andreas Schwab <schwab@suse.de>
- Use generic-rv64 cpu on riscv64
-------------------------------------------------------------------
Mon Dec 5 13:43:13 UTC 2022 - Ondřej Súkup <mimi.vx@gmail.com>

View File

@ -100,6 +100,9 @@ This subpackage provides the development files needed for pocl.
%ifarch aarch64
-DLLC_HOST_CPU=cortex-a53 \
%endif
%ifarch riscv64
-DLLC_HOST_CPU=generic-rv64 \
%endif
%if 0%{?suse_version} <= 1500 && 0%{?sle_version} <= 150300
-DCMAKE_INSTALL_LIBDIR:PATH=%{_lib} \
%endif