guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: vc: Limit to x86_64 and i686.


From: Efraim Flashner
Subject: 01/01: gnu: vc: Limit to x86_64 and i686.
Date: Thu, 3 Aug 2017 06:35:48 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit a8ead6f91b74dbc5c776a5029a62e15bd84d7b0e
Author: Efraim Flashner <address@hidden>
Date:   Thu Aug 3 13:34:18 2017 +0300

    gnu: vc: Limit to x86_64 and i686.
    
    * gnu/packages/maths.scm (vc)[supported-systems]: New field.
---
 gnu/packages/maths.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 1761f02..6ed51b0 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -3067,6 +3067,8 @@ instruction sets.  Thus, an application written with Vc 
can be compiled for:
 @item NVIDIA GPUs / CUDA (in development)
 @end enumerate\n")
     (home-page "https://github.com/VcDevel/Vc";)
+    ;; "No support_???.cpp file exists for this architecture."
+    (supported-systems '("x86_64-linux" "i686-linux"))
     (license license:bsd-3)))
 
 (define-public reducelcs



reply via email to

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