all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#74358] [PATCH] gnu: Add julia-initialvalues.
@ 2024-11-14 21:23 King, Spencer via Guix-patches via
  0 siblings, 0 replies; only message in thread
From: King, Spencer via Guix-patches via @ 2024-11-14 21:23 UTC (permalink / raw)
  To: 74358

[-- 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


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-11-14 21:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-14 21:23 [bug#74358] [PATCH] gnu: Add julia-initialvalues King, Spencer via Guix-patches via

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.