From: zimoun <zimon.toutoune@gmail.com>
To: 53922@debbugs.gnu.org
Cc: zimoun <zimon.toutoune@gmail.com>
Subject: [bug#53922] [PATCH 3/4] gnu: Add julia-cenum.
Date: Thu, 10 Feb 2022 19:02:02 +0100 [thread overview]
Message-ID: <20220210180203.447519-3-zimon.toutoune@gmail.com> (raw)
In-Reply-To: <20220210180203.447519-1-zimon.toutoune@gmail.com>
* gnu/packages/julia-xyz.scm (julia-cenum): New variable.
---
gnu/packages/julia-xyz.scm | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index 6d66da1cb3..6cca58a936 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -692,6 +692,25 @@ (define-public julia-categoricalarrays
(ordinal variables), optionally with missing values.")
(license license:expat)))
+(define-public julia-cenum
+ (package
+ (name "julia-cenum")
+ (version "0.4.1")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/JuliaInterop/CEnum.jl")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0h079mggvv420bw87j8s3hsgk7vavjgm4j1cvk0pnzrrh8ib1381"))))
+ (build-system julia-build-system)
+ (home-page "https://github.com/JuliaInterop/CEnum.jl")
+ (synopsis "C-compatible enum for Julia")
+ (description "This package provides a C-compatible enum for Julia.")
+ (license license:expat)))
+
(define-public julia-chainrules
(package
(name "julia-chainrules")
--
2.34.0
next prev parent reply other threads:[~2022-02-10 18:23 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-10 17:59 [bug#53922] [PATCH 0/4] Some Julia packages zimoun
2022-02-10 18:02 ` [bug#53922] [PATCH 1/4] gnu: Add julia-juno zimoun
2022-02-10 18:02 ` [bug#53922] [PATCH 2/4] gnu: Add julia-bfloat16s zimoun
2022-02-10 18:02 ` zimoun [this message]
2022-02-10 18:02 ` [bug#53922] [PATCH 4/4] gnu: Add julia-gpuarrays zimoun
2022-02-16 11:43 ` bug#53922: [PATCH 0/4] Some Julia packages Efraim Flashner
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=20220210180203.447519-3-zimon.toutoune@gmail.com \
--to=zimon.toutoune@gmail.com \
--cc=53922@debbugs.gnu.org \
/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).