SHA256
1
0
forked from pool/pocl

Accepting request 1045200 from openSUSE:Factory:RISCV

- Use generic-rv64 cpu on riscv64

OBS-URL: https://build.opensuse.org/request/show/1045200
OBS-URL: https://build.opensuse.org/package/show/science/pocl?expand=0&rev=69
This commit is contained in:
Martin Hauke 2022-12-24 15:18:25 +00:00 committed by Git OBS Bridge
parent 56e69c6c74
commit 82223d22f2
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