unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#73063] [PATCH] gnu: Add julia-staticarrayscore.
@ 2024-09-05 21:27 King, Spencer via Guix-patches via
  0 siblings, 0 replies; only message in thread
From: King, Spencer via Guix-patches via @ 2024-09-05 21:27 UTC (permalink / raw)
  To: 73063

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



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

From 0890b7e12ccaf54245863ff65f0290c28869743e Mon Sep 17 00:00:00 2001
Message-Id: <0890b7e12ccaf54245863ff65f0290c28869743e.1725571449.git.spencer.king@geneoscopy.com>
From: Spencer King <spencer.king@geneoscopy.com>
Date: Thu, 5 Sep 2024 21:23:35 +0000
Subject: [PATCH] gnu: Add julia-staticarrayscore.

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

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

diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index 1743d27226..12957fe5cd 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -5969,6 +5969,29 @@ (define-public julia-staticarrays
 linear algebra operations.")
     (license license:expat)))
 
+(define-public julia-staticarrayscore
+  (package
+    (name "julia-staticarrayscore")
+    (version "1.4.3")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/JuliaArrays/StaticArraysCore.jl")
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "0dvi9c4abjzvdn6lyr6adpc8qf4432rg3p5z96a3rc3nlsvfns9y"))))
+    (build-system julia-build-system)
+    (home-page "https://github.com/JuliaArrays/StaticArraysCore.jl")
+    (synopsis "Common types and functions for static arrays")
+    (description
+     "This package provides definitions for most of the
+primary types and functions in @code{StaticArrays.jl}.  This enables
+downstream packages to implement new methods on these types without
+depending on the entirety of @code{StaticArrays.jl}.")
+    (license license:expat)))
+
 (define-public julia-statsapi
   (package
     (name "julia-statsapi")

base-commit: f3e95ca8ba29266740c794450727b773826ecdcb
-- 
2.34.1


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

only message in thread, other threads:[~2024-09-05 21:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-05 21:27 [bug#73063] [PATCH] gnu: Add julia-staticarrayscore King, Spencer via Guix-patches via

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).