Bug#882875: [Pkg-opencl-devel] Bug#882875: pocl: FTBFS with cmake: kernel/test_printf fails on i386

2017-11-27 Thread James Price
Reproduced on my 32-bit VM. The issue is that the top level CMakeLists.txt checks CMAKE_SYSTEM_PROCESSOR to determine whether the machine is i386, but on some systems the processor is actually i686 or similar. Probably just needs to match against "i.86” instead, which is what the old `fix-tests

Bug#873417: [Pkg-opencl-devel] Bug#873417: pocl: Please update to llvm-toolchain 4.0 or, better, 5.0

2017-11-22 Thread James Price
The main issue seems to be that pocl has switched to CMake. I’ve fixed this locally and it builds and passes all the tests, it just looks like the symbols files need to be updated which I’m not sure how to do properly. I don’t have write access to collab-maint so couldn’t push the CMake fix, so

Bug#799322: pocl: With 0.11 some test are failing

2015-10-31 Thread James Price
tag 799322 patch thanks On Wed, 14 Oct 2015 18:33:01 +0200 Gert Wollny wrote: > Hi, I had a look into the package, but I for me with 0.11 an llvm-3.6 > two tests are failing - this has also already been reported upstream: > > https://github.com/pocl/pocl/issues/181 > I’ve attached a patch that