1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02: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

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