From 35aa016af104567a6632abdbad72e5fd3de8e2ca Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Tue, 26 Feb 2019 22:26:35 +0200 Subject: gnu: beignet: Limit supported architectures. * gnu/packages/opencl.scm (beignet)[supported-systems]: New field. --- gnu/packages/opencl.scm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gnu/packages/opencl.scm') diff --git a/gnu/packages/opencl.scm b/gnu/packages/opencl.scm index a90b17cee3..fc9c11caa5 100644 --- a/gnu/packages/opencl.scm +++ b/gnu/packages/opencl.scm @@ -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 -- cgit v1.2.3