Hi all, I've just played around a bit with conda [1], a binary package manager by Continuum Analytics, with the goal of getting to the point of being able to say
$ conda install -c inducer pyopencl to get PyOpenCL installed, or $ conda install -c inducer pyopencl-pocl to get a fully self-contained version of PyOpenCL (based on pocl [2]) installed that should run anywhere, independently of whether any OpenCL anythings are already installed. The amazing thing is that this seems to at least somewhat work, at least work on the two Debian-based machines I tried it on. For now, this is *very alpha* and probably broken for anyone but me. Package recipes are here [3] and packages themselves here [4]. If you're on 64-bit Linux, it'd be great if you could give this a try and report back. Andreas [1] http://conda.pydata.org/docs/index.html [2] https://github.com/pocl/pocl [3] https://github.com/inducer/ak-conda-recipes [4] https://anaconda.org/inducer/packages _______________________________________________ PyOpenCL mailing list [email protected] http://lists.tiker.net/listinfo/pyopencl
