diff options
author | Alan Alberghini <414N@slacky.it> | 2021-03-26 23:02:45 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-03-27 10:23:16 +0700 |
commit | 1a6d8b22f39cd74a71557da420f43c4ece056e9c (patch) | |
tree | f126de1da27c0ad253000588a262c153cb195079 | |
parent | c1ff99e98f458a2d5b8e2d1012670c0c7519f367 (diff) | |
download | slackbuilds-1a6d8b22f39cd74a71557da420f43c4ece056e9c.tar.gz |
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>
-rw-r--r-- | libraries/ocl-icd/README | 18 | ||||
-rw-r--r-- | libraries/ocl-icd/ocl-icd.SlackBuild | 2 | ||||
-rw-r--r-- | libraries/ocl-icd/ocl-icd.info | 6 |
3 files changed, 13 insertions, 13 deletions
diff --git a/libraries/ocl-icd/README b/libraries/ocl-icd/README index 3a939287d6..5b989e77b5 100644 --- a/libraries/ocl-icd/README +++ b/libraries/ocl-icd/README @@ -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. diff --git a/libraries/ocl-icd/ocl-icd.SlackBuild b/libraries/ocl-icd/ocl-icd.SlackBuild index c4e5555601..992a67aa78 100644 --- a/libraries/ocl-icd/ocl-icd.SlackBuild +++ b/libraries/ocl-icd/ocl-icd.SlackBuild @@ -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" diff --git a/libraries/ocl-icd/ocl-icd.info b/libraries/ocl-icd/ocl-icd.info index 180d3f8ef5..de0611bde0 100644 --- a/libraries/ocl-icd/ocl-icd.info +++ b/libraries/ocl-icd/ocl-icd.info @@ -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="" |