GNU bug report logs - #76773
[PATCH] gnu: Add julia-polylog.

Previous Next

Package: guix-patches;

Reported by: "King, Spencer" <spencer.king <at> wustl.edu>

Date: Thu, 6 Mar 2025 06:20:01 UTC

Severity: normal

Tags: patch

Done: Simon Tournier <zimon.toutoune <at> gmail.com>

To reply to this bug, email your comments to 76773 AT debbugs.gnu.org.
There is no need to reopen the bug first.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#76773; Package guix-patches. (Thu, 06 Mar 2025 06:20:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to "King, Spencer" <spencer.king <at> wustl.edu>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 06 Mar 2025 06:20:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: "King, Spencer" <spencer.king <at> wustl.edu>
To: "King, Spencer via Guix-patches via" <guix-patches <at> gnu.org>
Cc: "efraim <at> flashner.co.il" <efraim <at> flashner.co.il>,
 "zimon.toutoune <at> gmail.com" <zimon.toutoune <at> gmail.com>
Subject: [PATCH] gnu: Add julia-polylog.
Date: Thu, 6 Mar 2025 06:18:41 +0000
[Message part 1 (text/plain, inline)]

[0001-gnu-Add-julia-polylog.patch (text/x-patch, attachment)]

Reply sent to Simon Tournier <zimon.toutoune <at> gmail.com>:
You have taken responsibility. (Fri, 07 Mar 2025 17:38:01 GMT) Full text and rfc822 format available.

Notification sent to "King, Spencer" <spencer.king <at> wustl.edu>:
bug acknowledged by developer. (Fri, 07 Mar 2025 17:38:01 GMT) Full text and rfc822 format available.

Message #10 received at 76773-done <at> debbugs.gnu.org (full text, mbox):

From: Simon Tournier <zimon.toutoune <at> gmail.com>
To: "King, Spencer" <spencer.king <at> wustl.edu>, 76773-done <at> debbugs.gnu.org
Cc: "efraim <at> flashner.co.il" <efraim <at> flashner.co.il>
Subject: Re: [bug#76773] [PATCH] gnu: Add julia-polylog.
Date: Fri, 07 Mar 2025 18:37:00 +0100
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 3 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.