mirror of
git://git.savannah.gnu.org/guix.git
synced 2024-12-29 11:46:06 +01:00
gnu: beignet: Limit supported architectures.
* gnu/packages/opencl.scm (beignet)[supported-systems]: New field.
This commit is contained in:
parent
1094f1216f
commit
35aa016af1
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue