GNU bug report logs -
#76773
[PATCH] gnu: Add julia-polylog.
Previous Next
Full log
Message #10 received at 76773-done <at> debbugs.gnu.org (full text, mbox):
Hi Kyle,
Thanks.
On Thu, 06 Mar 2025 at 06:18, "King, Spencer via Guix-patches" via <guix-patches <at> gnu.org> wrote:
> +(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)))
> +
Ah, interesting, the ’check’ phase pass with Julia 1.8 but not with
Julia 1.9 because two dependencies seems missing [1]: julia-forwarddiff
and julia-chainrulestestutils.
Anyway, pushed to master as c8bde3c6725be4eb0743a153a3cf8de453d9e448.
Cheers,
simon
1: https://github.com/Expander/PolyLog.jl/blob/3c5f2bf771bc16d292b92f86e4740a5612a910b7/Project.toml#L20-L24
This bug report was last modified 78 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.