[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/33: gnu: Add julia-irtools.
From: |
guix-commits |
Subject: |
06/33: gnu: Add julia-irtools. |
Date: |
Mon, 29 Mar 2021 10:48:18 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 57653707944f8907da23c729616902782d225ff0
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Thu Mar 25 02:04:54 2021 +0100
gnu: Add julia-irtools.
* gnu/packages/julia-xyz.scm (julia-irtools): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/julia-xyz.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index 41acd06..613b3bb 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -276,6 +276,32 @@ implementing both a client and a server.")
allows to interface with @file{.ini} files.")
(license license:expat)))
+(define-public julia-irtools
+ (package
+ (name "julia-irtools")
+ (version "0.4.2")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/FluxML/IRTools.jl")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0wwzy77jcdnffnd5fr6xan7162g4wydz67igrq82wflwnrhlcx5y"))))
+ (arguments
+ '(#:tests? #f)) ;require Documenter, not packaged yet
+ (build-system julia-build-system)
+ (propagated-inputs
+ `(("julia-macrotools" ,julia-macrotools)))
+ (home-page "https://github.com/FluxML/IRTools.jl")
+ (synopsis "Simple and flexible IR format")
+ (description "This package provides a simple and flexible IR format,
+expressive enough to work with both lowered and typed Julia code, as well as
+external IRs. It can be used with Julia metaprogramming tools such as
+Cassette.")
+ (license license:expat)))
+
(define-public julia-jllwrappers
(package
(name "julia-jllwrappers")
- branch master updated (5dbc2e3 -> 19c6ea9), guix-commits, 2021/03/29
- 01/33: build-system/julia: Turn on deprecation warnings., guix-commits, 2021/03/29
- 04/33: gnu: Add julia-nanmath., guix-commits, 2021/03/29
- 02/33: gnu: Add julia-constructionbase., guix-commits, 2021/03/29
- 08/33: gnu: Add julia-unitful., guix-commits, 2021/03/29
- 06/33: gnu: Add julia-irtools.,
guix-commits <=
- 07/33: gnu: Add julia-staticarrays., guix-commits, 2021/03/29
- 14/33: gnu: Add julia-chainrulescore., guix-commits, 2021/03/29
- 11/33: gnu: Add julia-colors., guix-commits, 2021/03/29
- 03/33: gnu: Add julia-macrotools., guix-commits, 2021/03/29
- 13/33: gnu: Add julia-requires., guix-commits, 2021/03/29
- 05/33: gnu: Add julia-reexport., guix-commits, 2021/03/29
- 26/33: gnu: Add julia-diffrules., guix-commits, 2021/03/29
- 20/33: gnu: Add julia-calculus., guix-commits, 2021/03/29
- 21/33: gnu: Add julia-diffresults., guix-commits, 2021/03/29
- 31/33: gexp: 'imported+compiled-modules' fully honors #:guile., guix-commits, 2021/03/29