gnu: beignet: Limit supported architectures.

* gnu/packages/opencl.scm (beignet)[supported-systems]: New field.
This commit is contained in:
Efraim Flashner 2019-02-26 22:26:35 +02:00
parent 1094f1216f
commit 35aa016af1
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 0 deletions

View File

@ -289,6 +289,8 @@ Haswell, Skylake, Apollolake, etc. It defines and implements the OpenCL host
functions required to initialize the device, create the command queues, the
kernels and the programs, and run them on the GPU. The code also contains a
back-end for the LLVM compiler framework.")
;; Beignet only supports Intel processors.
(supported-systems '("x86_64-linux" "i686-linux"))
(license license:lgpl2.1+)))
(define-public pocl