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>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Simon Tournier <zimon.toutoune <at> gmail.com>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#76773: closed ([PATCH] gnu: Add julia-polylog.)
Date: Fri, 07 Mar 2025 17:38:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Fri, 07 Mar 2025 18:37:00 +0100
with message-id <871pv84u9v.fsf <at> gmail.com>
and subject line Re: [bug#76773] [PATCH] gnu: Add julia-polylog.
has caused the debbugs.gnu.org bug report #76773,
regarding [PATCH] gnu: Add julia-polylog.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
76773: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=76773
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
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 3 (text/plain, inline)]

[0001-gnu-Add-julia-polylog.patch (text/x-patch, attachment)]
[Message part 5 (message/rfc822, inline)]
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 78 days ago.

Previous Next


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