From: "King, Spencer via Guix-patches" via <guix-patches@gnu.org>
To: 73060@debbugs.gnu.org
Subject: [bug#73060] [PATCH] gnu: Add julia-bijections.
Date: Thu, 5 Sep 2024 20:45:07 +0000 [thread overview]
Message-ID: <CH3PR02MB97468AED42962A4EC6D119B5909D2@CH3PR02MB9746.namprd02.prod.outlook.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 0 bytes --]
[-- Attachment #2: 0001-gnu-Add-julia-bijections.patch --]
[-- Type: application/octet-stream, Size: 1799 bytes --]
From 69b975729e219b6454afc30f9d609f14fc97258d Mon Sep 17 00:00:00 2001
Message-Id: <69b975729e219b6454afc30f9d609f14fc97258d.1725568780.git.spencer.king@geneoscopy.com>
From: Spencer King <spencer.king@geneoscopy.com>
Date: Thu, 5 Sep 2024 20:39:09 +0000
Subject: [PATCH] gnu: Add julia-bijections.
* gnu/packages/julia-xyz.scm (julia-bijections): New variable.
Change-Id: I23f50b2b148198446dc85cb3f217a48390f6ce88
---
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 1743d27226..f81ec6cb2e 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -506,6 +506,28 @@ (define-public julia-bfloat16s
only, not performance experiments.")
(license license:expat)))
+(define-public julia-bijections
+ (package
+ (name "julia-bijections")
+ (version "0.1.9")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/scheinerman/Bijections.jl")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1f58cvjvrjh6xzi6zzbakdicdhpkyzwdp15fg2y12vslgmab2k9h"))))
+ (build-system julia-build-system)
+ (home-page "https://github.com/scheinerman/Bijections.jl")
+ (synopsis "Bijection data type for Julia")
+ (description
+ "This package defines the @code{Bijection} data type.
+A @code{Bijection} data structure behaves similar to a @code{Dict},
+however it prevents assigning the same value to two different keys.")
+ (license license:expat)))
+
(define-public julia-bioalignments
(package
(name "julia-bioalignments")
base-commit: 392a552524b7801b4a5517e40d860c05f010c655
--
2.34.1
reply other threads:[~2024-09-05 21:03 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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CH3PR02MB97468AED42962A4EC6D119B5909D2@CH3PR02MB9746.namprd02.prod.outlook.com \
--to=guix-patches@gnu.org \
--cc=73060@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 external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.