mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add julia-logexpfunctions.
* gnu/packages/julia-xyz.scm (julia-logexpfunctions): New variable.
This commit is contained in:
parent
495df0b0c6
commit
8735dc17d0
1 changed files with 26 additions and 0 deletions
|
@ -1235,6 +1235,32 @@ extensions to the iterator interface.")
|
||||||
and printing JSON documents.")
|
and printing JSON documents.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public julia-logexpfunctions
|
||||||
|
(package
|
||||||
|
(name "julia-logexpfunctions")
|
||||||
|
(version "0.2.4")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/JuliaStats/LogExpFunctions.jl")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "0rvms3mmq8a1viqlyzdgs2ccddcy6j0c677dlb8m5nk6hkiwr16n"))))
|
||||||
|
(build-system julia-build-system)
|
||||||
|
(propagated-inputs
|
||||||
|
`(("julia-docstringextensions" ,julia-docstringextensions)))
|
||||||
|
(native-inputs
|
||||||
|
`(("julia-offsetarrays" ,julia-offsetarrays)))
|
||||||
|
(home-page "https://github.com/JuliaStats/LogExpFunctions.jl")
|
||||||
|
(synopsis "Special functions based on @code{log} and @code{exp}")
|
||||||
|
(description "Various special functions based on log and exp moved from
|
||||||
|
@code{StatsFuns.jl} into a separate package, to minimize dependencies. These
|
||||||
|
functions only use native Julia code, so there is no need to depend on
|
||||||
|
@code{librmath} or similar libraries.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public julia-macrotools
|
(define-public julia-macrotools
|
||||||
(package
|
(package
|
||||||
(name "julia-macrotools")
|
(name "julia-macrotools")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue