gnu: julia: Mark as unsupported on ARM and MIPS.

* gnu/packages/julia.scm (julia): Add 'supported-systems' field.
master
Ricardo Wurmus 2015-04-07 10:39:25 +02:00
parent 60950faa0e
commit 9e54e957f9
1 changed files with 3 additions and 0 deletions

View File

@ -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