PyBitmessage
PyBitmessage copied to clipboard
OpenCL doesn't work in frozen
- [x] on Windows it's the attempt of pyopencl to include examples by default, which are not bundled. Removing them fixes this on some systems, but on mine it reports that GPU doesn't calculate correctly.
- [ ] OSX build also claims it can't find numpy or something. it's probably the same issue though as on windows (pyopencl default examples)
OpenCL in the bundle (that I build) now seems to work on my Windows machine.