summaryrefslogtreecommitdiff
path: root/gnu/packages/maths.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2017-08-03 13:34:18 +0300
committerEfraim Flashner <efraim@flashner.co.il>2017-08-03 13:34:18 +0300
commita8ead6f91b74dbc5c776a5029a62e15bd84d7b0e (patch)
treeeb1d72f991c75476b7edc61105206840c78ec1be /gnu/packages/maths.scm
parent5638d7150229bcc63bf26e484f81ff310dafd263 (diff)
downloadguix-patches-a8ead6f91b74dbc5c776a5029a62e15bd84d7b0e.tar
guix-patches-a8ead6f91b74dbc5c776a5029a62e15bd84d7b0e.tar.gz
gnu: vc: Limit to x86_64 and i686.
* gnu/packages/maths.scm (vc)[supported-systems]: New field.
Diffstat (limited to 'gnu/packages/maths.scm')
-rw-r--r--gnu/packages/maths.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 1761f0222d..6ed51b027e 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