Hi Hisham,

I have prepared an updated rockspec for OpenCL for Lua:

https://git.colberg.org/lua-opencl/plain/rockspec/lua-opencl-1.0.0-1.rockspec

Could you upload the corresponding binary rock as well?

The source rock runs the test suite, which requires LuaJIT and a working
OpenCL installation. If your distribution does not ship an OpenCL driver,
you can install the AMD OpenCL driver on Linux 64 bit with:

git clone git://git.colberg.org/packages && cd packages
make -f packages.mk PREFIX=$HOME/opt install-opencl-icd install-amd-opencl-icd
eval `make -f packages.mk PREFIX=$HOME/opt env-opencl-icd`
eval `make -f packages.mk PREFIX=$HOME/opt env-amd-opencl-icd`

The compilation of the OpenCL ICD loader requires CMake.

Please let me know of any inconveniences in setting up OpenCL.

Regards,
Peter

Attachment: signature.asc
Description: Digital signature

------------------------------------------------------------------------------
_______________________________________________
Luarocks-developers mailing list
Luarocks-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/luarocks-developers

Reply via email to