mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add julia-simpletropical.
* gnu/packages/julia-xyz.scm (julia-simpletropical): New variable. Change-Id: I1ac1bb6634201e5712bbe37ffbc86c97be95c5d5 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
c705d6e035
commit
d1a1d7f2f7
1 changed files with 20 additions and 0 deletions
|
@ -6296,6 +6296,26 @@ types can be added to a trait after the creation of the trait, whereas Union
|
|||
types are fixed after creation.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public julia-simpletropical
|
||||
(package
|
||||
(name "julia-simpletropical")
|
||||
(version "0.3.5")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/scheinerman/SimpleTropical.jl")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1rdjg7bdayksdklv3h17cbdjj9gs5krbvmn8ri6jw10rgx5ca961"))))
|
||||
(build-system julia-build-system)
|
||||
(home-page "https://github.com/scheinerman/SimpleTropical.jl")
|
||||
(synopsis "Julia implementation of tropical arithmetic")
|
||||
(description "This package is an implementation of tropical (min-plus)
|
||||
arithmetic in Julia.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public julia-softglobalscope
|
||||
(package
|
||||
(name "julia-softglobalscope")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue