Release Name: 0.7
Notes:
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Ruby OpenCL Library (Ruby-OpenCL)
Release Notes
Release Ruby OpenCL 0.7 (Beta)
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Installation Instructions
--------------------------------------------------------------------------------
* unzip and untar the source file.
$ tar zxvf ruby-opencl-0.7.tar.gz
* go into the directory.
$ cd ruby-opencl-0.7
* run extconf.rb
$ ruby extconf.rb --with-OpenCL-include=/path_to_directory_of_CL/opencl.h --with-OpneCL-lib=/path_to_directory_having_libOpenCL.so
* execute make
$ make
* install to system as root
# make install
Changes:
* supprot for NArray installed with ruby gems
|