diff options
author | Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de> | 2015-04-07 10:39:25 +0200 |
---|---|---|
committer | Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de> | 2015-04-08 09:29:31 +0200 |
commit | 9e54e957f99cfdf93c5414ee2f63ecf1faa0c804 (patch) | |
tree | 0dc9cada31c1449cbea2e43e4d6ad7cd2e8e4bd8 /gnu | |
parent | 60950faa0ee5fac57773d0d5772ed67e617b2ba2 (diff) | |
download | patches-9e54e957f99cfdf93c5414ee2f63ecf1faa0c804.tar patches-9e54e957f99cfdf93c5414ee2f63ecf1faa0c804.tar.gz |
gnu: julia: Mark as unsupported on ARM and MIPS.
* gnu/packages/julia.scm (julia): Add 'supported-systems' field.
Diffstat (limited to 'gnu')
-rw-r--r-- | 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 844f1b2a19..efc867d767 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 |