Benson, On the PoCL list I linked to a CMake script which builds dependencies, PoCL & pyopencl from scratch. Did you try that?
https://github.com/maedoc/pocl-build/blob/master/CMakeLists.txt cheers, Marmaduke On Wed, Nov 2, 2016 at 10:43 PM, Benson Muite <benson_mu...@yahoo.com> wrote: > Hi, > > Am installing PyopenCl on linux. The current versions do not seem to have > compyte, and wiki documentation seems not to have this ( > https://wiki.tiker.net/PyOpenCL/Installation/Linux). One possible > solution to get compyte may be something like: > > wget https://github.com/pyopencl/pyopencl/archive/v2015.2.4.tar.gz > tar xfz v2015.2.4.tar.gz > cd pyopencl-2015.2.4 > > # Download OpenCL 2.1 headers > mkdir -p include/CL > cd include/CL > wget https://raw.githubusercontent.com/KhronosGroup/OpenCL-Header > s/opencl21/{opencl,cl_platform,cl,cl_ext,cl_gl,cl_gl_ext}.h > > cd ../.. > cd pyopencl > rm -r compyte > git clone https://github.com/inducer/compyte > cd .. 59,1 71% > > > _______________________________________________ > PyOpenCL mailing list > PyOpenCL@tiker.net > https://lists.tiker.net/listinfo/pyopencl >
_______________________________________________ PyOpenCL mailing list PyOpenCL@tiker.net https://lists.tiker.net/listinfo/pyopencl