guix-commits
[Top][All Lists]
Advanced

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

48/57: gnu: Add julia-static-0.6.


From: guix-commits
Subject: 48/57: gnu: Add julia-static-0.6.
Date: Wed, 21 Dec 2022 12:41:26 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 3dc512f9a21dc14df4b52a124d1952a83d881169
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Dec 14 19:32:12 2022 +0200

    gnu: Add julia-static-0.6.
    
    * gnu/packages/julia-xyz.scm (julia-static-0.6): New variable.
---
 gnu/packages/julia-xyz.scm | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index f85be84ebf..76d5fe9ca3 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -5433,6 +5433,21 @@ There are multiple ways to understand @code{StackView}:
 types and a common interface that is shared between them.")
     (license license:expat)))
 
+(define-public julia-static-0.6
+  (package
+    (inherit julia-static)
+    (name "julia-static")
+    (version "0.6.6")
+    (source
+      (origin
+        (method git-fetch)
+        (uri (git-reference
+               (url "https://github.com/SciML/Static.jl";)
+               (commit (string-append "v" version))))
+        (file-name (git-file-name name version))
+        (sha256
+         (base32 "03ri8nl046cz7l433p0nlr84yywxvjykyymqparm8lxxwkv0rxqd"))))))
+
 (define-public julia-staticarrays
   (package
     (name "julia-staticarrays")



reply via email to

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