From: "King, Spencer via Guix-patches" via <guix-patches@gnu.org>
To: 75000@debbugs.gnu.org
Subject: [bug#75000] [PATCH] gnu: Add julia-compositionsbase.
Date: Fri, 20 Dec 2024 22:01:19 +0000 [thread overview]
Message-ID: <CH3PR02MB974639F844FBA2ED6A71E5B490072@CH3PR02MB9746.namprd02.prod.outlook.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 0 bytes --]
[-- Attachment #2: 0001-gnu-Add-julia-compositionsbase.patch --]
[-- Type: application/octet-stream, Size: 1805 bytes --]
From f72f550b8f5643cc329e3ff3de261b4b10547ef6 Mon Sep 17 00:00:00 2001
Message-Id: <f72f550b8f5643cc329e3ff3de261b4b10547ef6.1734731968.git.spencer.king@geneoscopy.com>
From: Spencer King <spencer.king@geneoscopy.com>
Date: Fri, 20 Dec 2024 21:58:56 +0000
Subject: [PATCH] gnu: Add julia-compositionsbase.
* gnu/packages/julia-xyz.scm (julia-compositionsbase): New variable.
Change-Id: Ia9da8f250c61c53b605a98684be2c3ed1e139cd2
---
gnu/packages/julia-xyz.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index be2501a934..19d8e02f64 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -1292,6 +1292,28 @@ (define-public julia-compat
way.")
(license license:expat)))
+(define-public julia-compositionsbases
+ (package
+ (name "julia-compositionsbase")
+ (version "0.1.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/JuliaFunctional/CompositionsBase.jl")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "11cfmc0rv0i8j6l7v59k4b367xx006nsxy9lkmqlzikc679zzzwa"))))
+ (build-system julia-build-system)
+ (native-inputs (list julia-documenter))
+ (propagated-inputs (list julia-inversefunctions))
+ (home-page "https://github.com/JuliaFunctional/CompositionsBase.jl")
+ (synopsis "Defines an operator for composition of morphisms")
+ (description "This package defines a new operator for composition
+of morphisms.")
+ (license license:expat)))
+
(define-public julia-configurations
(package
(name "julia-configurations")
base-commit: 63d50e2fe587752d6b21181a69493304d3a78a97
--
2.34.1
reply other threads:[~2024-12-20 22:09 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CH3PR02MB974639F844FBA2ED6A71E5B490072@CH3PR02MB9746.namprd02.prod.outlook.com \
--to=guix-patches@gnu.org \
--cc=75000@debbugs.gnu.org \
--cc=spencer.king@wustl.edu \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).