unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#74022] [PATCH] gnu: Add julia-terminterface.
@ 2024-10-25 23:34 King, Spencer via Guix-patches via
  0 siblings, 0 replies; only message in thread
From: King, Spencer via Guix-patches via @ 2024-10-25 23:34 UTC (permalink / raw)
  To: 74022

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



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

From 344ecfdac9a5ddaaf48e24c8426327c3b813a6a1 Mon Sep 17 00:00:00 2001
Message-Id: <344ecfdac9a5ddaaf48e24c8426327c3b813a6a1.1729899176.git.spencer.king@geneoscopy.com>
From: Spencer King <spencer.king@geneoscopy.com>
Date: Fri, 25 Oct 2024 23:32:24 +0000
Subject: [PATCH] gnu: Add julia-terminterface.

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

Change-Id: I22ad743410ff9704e3281440120befc857a10660
---
 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..67ac70cfc0 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -6466,6 +6466,30 @@ (define-public julia-tensorcore
 dimensions}.")
     (license license:expat)))
 
+(define-public julia-terminterface
+  (package
+    (name "julia-terminterface")
+    (version "2.0.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/JuliaSymbolics/TermInterface.jl")
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "0ish9can05b3pv0kyf035yk1mf1pnkg9l66xb2a8xg9rvcrv5rkb"))))
+    (build-system julia-build-system)
+    (home-page "https://github.com/JuliaSymbolics/TermInterface.jl")
+    (synopsis "Common interface for symbolic terms in Julia")
+    (description
+     "This package provides definitions for common functions
+that are useful for symbolic expression manipulation in Julia.  Its purpose
+is to provide a shared interface between various symbolic programming
+packages, for example @code{SymbolicUtils.jl}, @code{Symbolics.jl},
+and @code{Metatheory.jl}.")
+    (license license:expat)))
+
 (define-public julia-testimages
   (package
     (name "julia-testimages")

base-commit: a1714de3aa4f60d211c166876c3515f96384b0c7
-- 
2.34.1


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

only message in thread, other threads:[~2024-10-25 23:35 UTC | newest]

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