all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "King, Spencer via Guix-patches" via <guix-patches@gnu.org>
To: 74358@debbugs.gnu.org
Subject: [bug#74358] [PATCH] gnu: Add julia-initialvalues.
Date: Thu, 14 Nov 2024 21:23:10 +0000	[thread overview]
Message-ID: <CH3PR02MB9746BC520B572402571BDAAF905B2@CH3PR02MB9746.namprd02.prod.outlook.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 0 bytes --]



[-- Attachment #2: 0001-gnu-Add-julia-initialvalues.patch --]
[-- Type: application/octet-stream, Size: 1833 bytes --]

From b7b2cad63cc21737f7de325094b82baff8cd1fa9 Mon Sep 17 00:00:00 2001
Message-Id: <b7b2cad63cc21737f7de325094b82baff8cd1fa9.1731619134.git.spencer.king@geneoscopy.com>
From: Spencer King <spencer.king@geneoscopy.com>
Date: Thu, 14 Nov 2024 21:18:19 +0000
Subject: [PATCH] gnu: Add julia-initialvalues.

* gnu/packages/julia-xyz.scm (julia-initialvalues): New variable.

Change-Id: I926f04a907377a6aee255adf6e4dcc813766cdf0
---
 gnu/packages/julia-xyz.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index 77385ee6e0..f365b8bf55 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -3311,6 +3311,30 @@ (define-public julia-inifile
 interfaces with @file{.ini} files.")
     (license license:expat)))
 
+(define-public julia-initialvalues
+  (package
+    (name "julia-initialvalues")
+    (version "0.3.1")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/JuliaFolds/InitialValues.jl")
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "13gihn824c3vxrpm6vg06vr6zmmy43j1qyya48jig8rdkjp820n6"))))
+    (build-system julia-build-system)
+    (arguments
+     (list #:tests? #f)) ; Cycle with BangBang.jl
+    (home-page "https://github.com/JuliaFolds/InitialValues.jl")
+    (synopsis
+     "Canonical default initial values and identity elements for Julia")
+    (description
+     "This package provides a canoncial set of default initial values
+and identity elements for Julia.")
+    (license license:expat)))
+
 (define-public julia-inlinestrings
   (package
     (name "julia-inlinestrings")

base-commit: c1cb7f1031c5dde2a260d8d8ad7547d6c79cc532
-- 
2.34.1


                 reply	other threads:[~2024-11-14 21:29 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=CH3PR02MB9746BC520B572402571BDAAF905B2@CH3PR02MB9746.namprd02.prod.outlook.com \
    --to=guix-patches@gnu.org \
    --cc=74358@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.