guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: julia: Mark as unsupported on ARM and MIPS.


From: Ricardo Wurmus
Subject: 01/02: gnu: julia: Mark as unsupported on ARM and MIPS.
Date: Wed, 08 Apr 2015 07:29:53 +0000

rekado pushed a commit to branch master
in repository guix.

commit 9e54e957f99cfdf93c5414ee2f63ecf1faa0c804
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Apr 7 10:39:25 2015 +0200

    gnu: julia: Mark as unsupported on ARM and MIPS.
    
    * gnu/packages/julia.scm (julia): Add 'supported-systems' field.
---
 gnu/packages/julia.scm |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/julia.scm b/gnu/packages/julia.scm
index 844f1b2..efc867d 100644
--- a/gnu/packages/julia.scm
+++ b/gnu/packages/julia.scm
@@ -161,6 +161,9 @@
        ("pkg-config" ,pkg-config)
        ("python" ,python-2)
        ("which" ,which)))
+    ;; Julia is not officially released for ARM and MIPS.
+    ;; See https://github.com/JuliaLang/julia/issues/10639
+    (supported-systems '("i686-linux" "x86_64-linux"))
     (home-page "http://julialang.org/";)
     (synopsis "High-performance dynamic language for technical computing")
     (description



reply via email to

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