Hi, Seems to work on Fedora 23 with AMD APU and Python 3, though some errors with dependencies for Python 2, get a conflict between Pyopencl and Python2.7
Benson On 1/5/16 7:00 PM, [email protected] wrote: > Send PyOpenCL mailing list submissions to > [email protected] > > To subscribe or unsubscribe via the World Wide Web, visit > http://lists.tiker.net/listinfo/pyopencl > or, via email, send a message with subject or body 'help' to > [email protected] > > You can reach the person managing the list at > [email protected] > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of PyOpenCL digest..." > > > Today's Topics: > > 1. Packaging PyOpenCL in conda (Andreas Kloeckner) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Mon, 04 Jan 2016 17:38:19 -0600 > From: Andreas Kloeckner <[email protected]> > To: [email protected] > Cc: Aaron Meurer <[email protected]> > Subject: [PyOpenCL] Packaging PyOpenCL in conda > Message-ID: <[email protected]> > Content-Type: text/plain > > 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 > > > > > ------------------------------ > > Subject: Digest Footer > > _______________________________________________ > PyOpenCL mailing list > [email protected] > http://lists.tiker.net/listinfo/pyopencl > > > ------------------------------ > > End of PyOpenCL Digest, Vol 76, Issue 1 > *************************************** _______________________________________________ PyOpenCL mailing list [email protected] http://lists.tiker.net/listinfo/pyopencl
