From: "King, Spencer via Guix-patches" via <guix-patches@gnu.org>
To: 75074@debbugs.gnu.org
Subject: [bug#75074] [PATCH] gnu: Add julia-bittwiddlingconveniencefunctions.
Date: Tue, 24 Dec 2024 23:27:21 +0000 [thread overview]
Message-ID: <CH3PR02MB974661DF912652851CC9197990032@CH3PR02MB9746.namprd02.prod.outlook.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 0 bytes --]
[-- Attachment #2: 0001-gnu-Add-julia-bittwiddlingconveniencefunctions.patch --]
[-- Type: application/octet-stream, Size: 2003 bytes --]
From edcfa4ef7b9516b9ffd3f9a853aa389db8e8877e Mon Sep 17 00:00:00 2001
Message-Id: <edcfa4ef7b9516b9ffd3f9a853aa389db8e8877e.1735082762.git.spencer.king@geneoscopy.com>
From: Spencer King <spencer.king@geneoscopy.com>
Date: Tue, 24 Dec 2024 23:25:43 +0000
Subject: [PATCH] gnu: Add julia-bittwiddlingconveniencefunctions.
* gnu/packages/julia-xyz.scm (julia-bittwiddlingconveniencefunctions): New variable.
Change-Id: I822c61c780ce5035346f3f307a6e9dc1be8fd013
---
gnu/packages/julia-xyz.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index 4b778812ca..ee18ac7b42 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -698,6 +698,31 @@ (define-public julia-biosymbols
and amino acids that are used ny otherBioJulia packages.")
(license license:expat)))
+(define-public julia-bittwiddlingconveniencefunctions
+ (package
+ (name "julia-bittwiddlingconveniencefunctions")
+ (version "0.1.6")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url
+ "https://github.com/JuliaSIMD/BitTwiddlingConvenienceFunctions.jl")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0qn36wpj7bk4ysizhx0a13ajajjzlc6cxsqhhx9w99d5wciplx4a"))))
+ (build-system julia-build-system)
+ (propagated-inputs (list julia-static))
+ (home-page
+ "https://github.com/JuliaSIMD/BitTwiddlingConvenienceFunctions.jl")
+ (synopsis "Bit twiddling convenience functions")
+ (description
+ "This package provides bit twiddling convenience functions in Julia.
+These are useful for going to the next or previous mask size or for
+calculating corresponding shifts.")
+ (license license:expat)))
+
(define-public julia-blockarrays
(package
(name "julia-blockarrays")
base-commit: eb6d784852dfcade2f5052c4d6fc1bd469f3cdb6
--
2.34.1
reply other threads:[~2024-12-24 23:28 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=CH3PR02MB974661DF912652851CC9197990032@CH3PR02MB9746.namprd02.prod.outlook.com \
--to=guix-patches@gnu.org \
--cc=75074@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).