Release Name: 0.6
Notes:
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Ruby OpenCL Library (Ruby-OpenCL)
Release Notes
Release Ruby OpenCL 0.6 (Beta)
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Installation Instructions
--------------------------------------------------------------------------------
* unzip and untar the source file.
$ tar zxvf ruby-opencl-0.6.tar.gz
* go into the directory.
$ cd ruby-opencl-0.6
* 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:
* Version 0.6 released.
* update for OpenCL 1.1
|