[PATCH] gnu: Add julia-clausenfunctions.

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • King, Spencer
Owner
unassigned
Submitted by
King, Spencer
Severity
normal

Debbugs page

K
K
King, Spencer wrote on 13 Mar 16:15 -0700
(name . King, Spencer via Guix-patches via)(address . guix-patches@gnu.org)
CH3PR02MB97467B6436511E04508A286890D32@CH3PR02MB9746.namprd02.prod.outlook.com

From af3c0def53144efd5ad1c3ba4dbb7f5905d77e15 Mon Sep 17 00:00:00 2001
From: Spencer King <spencer.king@wustl.edu>
Date: Sun, 9 Mar 2025 18:54:39 -0500
Subject: [PATCH] gnu: Add julia-clausenfunctions.

* gnu/packages/julia-xyz.scm (julia-clausenfunctions): New variable.

Change-Id: Ifaaafc14e27d6a3ec9ac0fa987b7da048f9325c6
---
gnu/packages/julia-xyz.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)

Toggle diff (38 lines)
diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index f875f345dd..03bbb8e70f 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -1104,6 +1104,29 @@ (define-public julia-changesofvariables
transformations).")
(license license:expat)))
+(define-public julia-clausenfunctions
+ (package
+ (name "julia-clausenfunctions")
+ (version "1.16.1")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/Expander/ClausenFunctions.jl")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0vwzbx3nykm6zv4hkpwhfhc0x58zafn8s9xlw6xlj4glaf0v11sk"))))
+ (build-system julia-build-system)
+ (propagated-inputs (list julia-polylog))
+ (home-page "https://github.com/Expander/ClausenFunctions.jl")
+ (synopsis "Clausen functions in Julia")
+ (description
+ "This package provides Julia implementations of the
+Standard Clausen functions and Glaisher-Clausen functions of integer
+order for real or complex arguments.")
+ (license license:expat)))
+
(define-public julia-codeczlib
(package
(name "julia-codeczlib")

base-commit: 591d2492e8517220db57098a6c9d1242533a8c8f
--
2.41.0
L
L
Ludovic Courtès wrote on 18 Mar 03:44 -0700
(name . King, Spencer)(address . spencer.king@wustl.edu)
8734fak48n.fsf@gnu.org
"King, Spencer" <spencer.king@wustl.edu> skribis:

Toggle quote (9 lines)
> From af3c0def53144efd5ad1c3ba4dbb7f5905d77e15 Mon Sep 17 00:00:00 2001
> From: Spencer King <spencer.king@wustl.edu>
> Date: Sun, 9 Mar 2025 18:54:39 -0500
> Subject: [PATCH] gnu: Add julia-clausenfunctions.
>
> * gnu/packages/julia-xyz.scm (julia-clausenfunctions): New variable.
>
> Change-Id: Ifaaafc14e27d6a3ec9ac0fa987b7da048f9325c6

Applied, thanks!
Closed
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 77002@patchwise.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 77002
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch