Bug#1059511: [Pkg-opencl-devel] Bug#1059511: pocl: FTBFS on riscv64: testsuite fails: can't link double-float modules with soft-float modules

2024-01-20 Thread Bo YU
Hi, On Thu, Jan 18, 2024 at 5:41 PM Andreas Beckmann wrote: > > On 18/01/2024 08.41, Bo YU wrote: > > Obviously these tests failed was due to vectors missing from riscv64 > > now. This is expected I think. > > > > The result is aligned with pocl upstream support riscv64: > > > > ``` > > In this

Bug#1059511: [Pkg-opencl-devel] Bug#1059511: pocl: FTBFS on riscv64: testsuite fails: can't link double-float modules with soft-float modules

2024-01-18 Thread Andreas Beckmann
On 18/01/2024 08.41, Bo YU wrote: Obviously these tests failed was due to vectors missing from riscv64 now. This is expected I think. The result is aligned with pocl upstream support riscv64: ``` In this release we improved support for RISC-V CPUs. We tested PoCL on a Starfive VisionFive 2

Bug#1059511: pocl: FTBFS on riscv64: testsuite fails: can't link double-float modules with soft-float modules

2024-01-17 Thread Bo YU
Source: pocl Version: 5.0-1 Followup-For: Bug #1059511 I cost some time to try to fix the issue, progress is below. Inspired by the commit: https://github.com/pocl/pocl/issues/1088#issue-1340373438 If i build pocl by manual if follow: ``` cmake .. -DCMAKE_INSTALL_PREFIX='/usr'