gnu: julia: Mark as unsupported on ARM and MIPS.
* gnu/packages/julia.scm (julia): Add 'supported-systems' field.
This commit is contained in:
parent
60950faa0e
commit
9e54e957f9
|
@ -161,6 +161,9 @@
|
||||||
("pkg-config" ,pkg-config)
|
("pkg-config" ,pkg-config)
|
||||||
("python" ,python-2)
|
("python" ,python-2)
|
||||||
("which" ,which)))
|
("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/")
|
(home-page "http://julialang.org/")
|
||||||
(synopsis "High-performance dynamic language for technical computing")
|
(synopsis "High-performance dynamic language for technical computing")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue