summaryrefslogtreecommitdiffstats
path: root/libraries/beignet/README
diff options
context:
space:
mode:
author Robby Workman <rworkman@slackbuilds.org>2021-04-19 22:53:38 -0500
committer Robby Workman <rworkman@slackbuilds.org>2021-04-19 22:53:38 -0500
commit614ccfcd262a1e8253c3719835d04a49865c0d3c (patch)
tree7de6903c6090b8615b6b70756936550448b862ec /libraries/beignet/README
parentc63ed8410ee352e55500d432b7cc4cab6285af71 (diff)
downloadslackbuilds-614ccfcd262a1e8253c3719835d04a49865c0d3c.tar.gz
slackbuilds-614ccfcd262a1e8253c3719835d04a49865c0d3c.tar.xz
libraries/beignet: Fixed dep info in README
Diffstat (limited to '')
-rw-r--r--libraries/beignet/README10
1 files changed, 0 insertions, 10 deletions
diff --git a/libraries/beignet/README b/libraries/beignet/README
index ebef1392a1..74da0d9dfb 100644
--- a/libraries/beignet/README
+++ b/libraries/beignet/README
@@ -2,13 +2,3 @@ Beignet contains the code to run OpenCL programs on Intel GPUs, which defines
and implements host functions required to initialize the device, create the
command queues, the kernels, and the programs and run them on the GPU. It also
contains the compiler part of the stack.
-
-Optional dependency is ocl-icd, if no OpenCL ICD Provider is already installed
-on the system. Note that you need at least one ICD Provider installed to make
-any use of OpenCL runtimes.
-
-NOTE: normally, the package is built with Intel's provided OpenCL headers. If
-you don't want to install them, set the INCLUDE_HEADERS environment variable
-to 0 prior the build:
-
- INCLUDE_HEADERS=0 ./beignet.SlackBuild