libraries/ocl-icd: Updated for version 2.2.14.

Signed-off-by: Dave Woodfall <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Alan Alberghini 2021-03-26 23:02:45 +00:00 committed by Willy Sudiarto Raharjo
parent c1ff99e98f
commit 1a6d8b22f3
No known key found for this signature in database
GPG key ID: 3F617144D7238786
3 changed files with 13 additions and 13 deletions

View file

@ -1,19 +1,19 @@
ocl-icd: free OpenCL ICD Loader
OpenCL implementations are provided as ICD (Installable Client Driver). An
OpenCL program can use several ICD thanks to the use of an ICD Loader as
provided by this project. This free ICD Loader can load any (free or non free)
ICD.
OpenCL implementations are provided as ICD (Installable Client Driver).
An OpenCL program can use several ICD thanks to the use of an ICD Loader
as provided by this project. This free ICD Loader can load any (free or
non free) ICD.
NOTE: ocl-icd should not be needed on systems where graphics drivers
by AMD or Nvidia already provide an OpenCL ICD Loader implementation.
To check if you already have an ICD loader, run this as root:
NOTE: ocl-icd should not be needed on systems where graphics drivers by
AMD or Nvidia already provide an OpenCL ICD Loader implementation. To
check if you already have an ICD loader, run this as root:
ldconfig -p | grep -i opencl
If nothing is printed out, then your system probably lacks an ICD
implementation (libOpenCL.so* objects) and you need this package.
If something is printed out, then you don't need this package, as it
would probably overwrite the ICD loader that came with your graphics
If something is printed out, then you don't need this package, as it
would probably overwrite the ICD loader that came with your graphics
drivers.

View file

@ -28,7 +28,7 @@
# 1 - Initial release.
PRGNAM=ocl-icd
VERSION=${VERSION:-2.2.12}
VERSION=${VERSION:-2.2.14}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
DOCS="README NEWS COPYING"

View file

@ -1,8 +1,8 @@
PRGNAM="ocl-icd"
VERSION="2.2.12"
VERSION="2.2.14"
HOMEPAGE="https://github.com/OCL-dev/ocl-icd"
DOWNLOAD="https://github.com/OCL-dev/ocl-icd/archive/v2.2.12.tar.gz"
MD5SUM="47035a0b597fe334be16a653c7c7951f"
DOWNLOAD="https://github.com/OCL-dev/ocl-icd/archive/v2.2.14/ocl-icd-2.2.14.tar.gz"
MD5SUM="ef0d426bccf2a795013d3c5794550e5e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""