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

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



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

From 53240a7c1464628d234cb7bb4d1ced7708d12177 Mon Sep 17 00:00:00 2001
Message-Id: <53240a7c1464628d234cb7bb4d1ced7708d12177.1730334387.git.spencer.king@geneoscopy.com>
From: Spencer King <spencer.king@geneoscopy.com>
Date: Thu, 31 Oct 2024 00:26:00 +0000
Subject: [PATCH] gnu: Add julia-argcheck.

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

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

diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index 77385ee6e0..4ab472f502 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -148,6 +148,27 @@ (define-public julia-aqua
 provides functions to run a few automatable checks for Julia packages.")
     (license license:expat)))
 
+(define-public julia-argcheck
+  (package
+    (name "julia-argcheck")
+    (version "2.1.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/jw3126/ArgCheck.jl")
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "13mkcq4ln1vm9hxk3rxs6gcrddbs01bapvp3wb39xqvpb6q3fv6h"))))
+    (build-system julia-build-system)
+    (native-inputs (list julia-benchmarktools))
+    (home-page "https://github.com/jw3126/ArgCheck.jl")
+    (synopsis "Package for checking function arguments")
+    (description "This package provides a method to ensure that arguments
+to a function conform to a specification.")
+    (license license:expat)))
+
 (define-public julia-arnoldimethod
   (package
     (name "julia-arnoldimethod")

base-commit: 39fc289fd66eb348062b05d9ab6acad817f386f6
-- 
2.34.1


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

only message in thread, other threads:[~2024-10-31  0:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-31  0:28 [bug#74128] [PATCH] gnu: Add julia-argcheck 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.