3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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
Signed by untrusted user: efraim
GPG key ID: 41AAE7DCCA3D8351

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