guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: beignet: Limit supported architectures.


From: guix-commits
Subject: 01/01: gnu: beignet: Limit supported architectures.
Date: Tue, 26 Feb 2019 15:26:52 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 35aa016af104567a6632abdbad72e5fd3de8e2ca
Author: Efraim Flashner <address@hidden>
Date:   Tue Feb 26 22:26:35 2019 +0200

    gnu: beignet: Limit supported architectures.
    
    * gnu/packages/opencl.scm (beignet)[supported-systems]: New field.
---
 gnu/packages/opencl.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/opencl.scm b/gnu/packages/opencl.scm
index a90b17c..fc9c11c 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]