[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/06: gnu: Add julia-juno.
From: |
guix-commits |
Subject: |
02/06: gnu: Add julia-juno. |
Date: |
Wed, 16 Feb 2022 06:43:42 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit ea0c7d655cf2c5394817faeadfe6b795901e9f12
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Thu Feb 10 19:02:00 2022 +0100
gnu: Add julia-juno.
* gnu/packages/julia-xyz.scm (julia-juno): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
gnu/packages/julia-xyz.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index 2fcc4cf83e..47102ef6c5 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -3045,6 +3045,34 @@ and printing JSON documents.")
focus on speed and slick struct mapping.")
(license license:expat)))
+(define-public julia-juno
+ (package
+ (name "julia-juno")
+ (version "0.8.4")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/JunoLab/Juno.jl")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "02ryj5blnrmck3jisrpwn1x563i7rsg65d7zms52njsvv499gygk"))))
+ (build-system julia-build-system)
+ (inputs
+ (list julia-media))
+ (home-page "https://github.com/JunoLab/Juno.jl")
+ (synopsis "Integrated Development Environment (IDE) for Julia")
+ (description "This package provides tools to help you develop code. Juno
+is built on the Atom text editor. Juno consists of both Julia and Atom
+packages in order to add Julia-specific enhancements, such as syntax
+highlighting, a plot pane, integration with Julia's debugger, a console for
+running code, and much more.
+
+Consider that the package is “maintenance-only mode” and only receives bug
+fixes. The Julia IDE effort is pointed to extension for VSCode.")
+ (license license:expat)))
+
(define-public julia-latexstrings
(package
(name "julia-latexstrings")
- branch master updated (b545d22364 -> d96481c072), guix-commits, 2022/02/16
- 01/06: gnu: qemu: Skip some tests on riscv64-linux., guix-commits, 2022/02/16
- 03/06: gnu: Add julia-bfloat16s., guix-commits, 2022/02/16
- 06/06: gnu: julia-media: Create Project.toml file., guix-commits, 2022/02/16
- 02/06: gnu: Add julia-juno.,
guix-commits <=
- 04/06: gnu: Add julia-cenum., guix-commits, 2022/02/16
- 05/06: gnu: Add julia-gpuarrays., guix-commits, 2022/02/16