Andreas Kloeckner <lists@...> writes: > > michelle <michelle.flanner <at> gmail.com> writes: > You shouldn't worry about boost--all the necessary parts are included. > > Try finding the libOpenCL.so.1 that got installed with your APP > kit. Let's call that THAT_FOLDER. Then run > > export LD_LIBRARY_PATH=THAT_FOLDER:$LD_LIBRARY_PATH > > Andreas > > _______________________________________________ > PyOpenCL mailing list > PyOpenCL <at> tiker.net > http://lists.tiker.net/listinfo/pyopencl >
Hi Andreas, Yes! I did that! And then I had to do something else to make up for anaconda's funky naming scheme..which is that I made a copy of the pyopencl-2015blah.egg and named it pyopencl (so both are now in site-packages) and NOW it imports. I don't really understand why it works..something about how python does modules..but I tried renaming pyopencl-2015blah.egg to pyopencl and that alone doesn't work..so strange..it needs another copy called pyopencl in there to find everything. Now I have to figure out why get_platforms is failing. It works on mac, darnit. Thanks! _______________________________________________ PyOpenCL mailing list [email protected] http://lists.tiker.net/listinfo/pyopencl
