guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#60075] [PATCH 17/58] gnu: Add julia-shiftedarrays.


From: Efraim Flashner
Subject: [bug#60075] [PATCH 17/58] gnu: Add julia-shiftedarrays.
Date: Wed, 14 Dec 2022 22:35:15 +0200

* gnu/packages/julia-xyz.scm (julia-shiftedarrays): New variable.
---
 gnu/packages/julia-xyz.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index a73d3e90d0..5c3c944c94 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -5002,6 +5002,26 @@ (define-public julia-sentinelarrays
 argument.")
     (license license:expat)))
 
+(define-public julia-shiftedarrays
+  (package
+    (name "julia-shiftedarrays")
+    (version "1.0.0")
+    (source
+      (origin
+        (method git-fetch)
+        (uri (git-reference
+               (url "https://github.com/JuliaArrays/ShiftedArrays.jl";)
+               (commit (string-append "v" version))))
+        (file-name (git-file-name name version))
+        (sha256
+         (base32 "0wy7k29qx2lvj587kiz31fzdc60808mjsgpp41h6b682ypz8rw0c"))))
+    (build-system julia-build-system)
+    (home-page "https://github.com/JuliaArrays/ShiftedArrays.jl";)
+    (synopsis "Lazy shifted arrays for data analysis in Julia")
+    (description
+     "This package provides an Implementation of shifted arrays for Julia.")
+    (license license:expat)))
+
 (define-public julia-showoff
   (package
     (name "julia-showoff")
-- 
2.38.1






reply via email to

[Prev in Thread] Current Thread [Next in Thread]