mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add julia-polylog.
* gnu/packages/julia-xyz.scm (julia-polylog): New variable. Change-Id: I0ec8cec07552ef297fc1ecb086678fe9edfd051c Signed-off-by: Simon Tournier <zimon.toutoune@gmail.com>
This commit is contained in:
parent
535efb3c9a
commit
c8bde3c672
1 changed files with 21 additions and 0 deletions
|
@ -5218,6 +5218,27 @@ the test cases.")
|
|||
plotting components.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public julia-polylog
|
||||
(package
|
||||
(name "julia-polylog")
|
||||
(version "2.5.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/Expander/PolyLog.jl")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1rfmlh5rvgh84qvvachqgvy0ra5yym28vj09xlw9cq19bkyids64"))))
|
||||
(build-system julia-build-system)
|
||||
(home-page "https://github.com/Expander/PolyLog.jl")
|
||||
(synopsis "Implementation of polylogarithms in Julia")
|
||||
(description
|
||||
"This package implements real and complex polylogarithms,
|
||||
including the real and complex dilogarithm and trilogarithm in Julia.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public julia-pooledarrays
|
||||
(package
|
||||
(name "julia-pooledarrays")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue