* [bug#75073] [PATCH] gnu: Add julia-dynamicpolynomials.
@ 2024-12-24 23:00 King, Spencer via Guix-patches via
0 siblings, 0 replies; only message in thread
From: King, Spencer via Guix-patches via @ 2024-12-24 23:00 UTC (permalink / raw)
To: 75073
[-- Attachment #1: Type: text/plain, Size: 0 bytes --]
[-- Attachment #2: 0001-gnu-Add-julia-dynamicpolynomials.patch --]
[-- Type: application/octet-stream, Size: 2484 bytes --]
From 0a437550331ecd519acedb748b34dbeb6d86032a Mon Sep 17 00:00:00 2001
Message-Id: <0a437550331ecd519acedb748b34dbeb6d86032a.1735081137.git.spencer.king@geneoscopy.com>
From: Spencer King <spencer.king@geneoscopy.com>
Date: Tue, 24 Dec 2024 22:58:38 +0000
Subject: [PATCH] gnu: Add julia-dynamicpolynomials.
* gnu/packages/julia-xyz.scm (julia-dynamicpolynomials): New variable.
Change-Id: I03be75f274c29cb4102e16b76c77c5d9b0a0cb54
---
gnu/packages/julia-xyz.scm | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index 4b778812ca..d320d40ab9 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -2053,6 +2053,37 @@ (define-public julia-dualnumbers
combinations of dual numbers with predefined Julia numeric types.")
(license license:expat)))
+(define-public julia-dynamicpolynomials
+ (package
+ (name "julia-dynamicpolynomials")
+ (version "0.6.1")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/JuliaAlgebra/DynamicPolynomials.jl")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "07fis5d7paz9s0zf5riw63wmqy8xb95h501p7plajd3w15zar5gh"))))
+ (build-system julia-build-system)
+ (arguments
+ (list
+ #:julia-package-name "DynamicPolynomials"
+ #:julia-package-uuid "7c1d4256-1411-5781-91ec-d7bc3513ac07"
+ #:julia-package-dependencies #~(list '("Future" . "9fa8497b-333b-5362-9e8d-4d0656e87820")
+ '("LinearAlgebra" . "37e2e46d-f89d-539d-b4ee-838fcccc9c8e")
+ '("Test" . "8dfed614-e22c-5e08-85e1-65c5234f0b40"))))
+ (native-inputs (list julia-chainrulescore julia-combinatorics))
+ (propagated-inputs (list julia-multivariatepolynomials
+ julia-mutablearithmetics julia-reexport))
+ (home-page "https://github.com/JuliaAlgebra/DynamicPolynomials.jl")
+ (synopsis "Multivariate polynomials implementation in Julia")
+ (description
+ "This package provides a multivariate polynomials implementation of commutative and
+ non-commutative variables.")
+ (license license:expat)))
+
(define-public julia-earthorientation
(package
(name "julia-earthorientation")
base-commit: eb6d784852dfcade2f5052c4d6fc1bd469f3cdb6
--
2.34.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2024-12-24 23:01 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-24 23:00 [bug#75073] [PATCH] gnu: Add julia-dynamicpolynomials King, Spencer via Guix-patches via
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).