From: "King, Spencer via Guix-patches" via <guix-patches@gnu.org>
To: 74022@debbugs.gnu.org
Subject: [bug#74022] [PATCH] gnu: Add julia-terminterface.
Date: Fri, 25 Oct 2024 23:34:45 +0000 [thread overview]
Message-ID: <CH3PR02MB97461D4C9F4890B55F894DF5904F2@CH3PR02MB9746.namprd02.prod.outlook.com> (raw)
[-- 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
reply other threads:[~2024-10-25 23:35 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CH3PR02MB97461D4C9F4890B55F894DF5904F2@CH3PR02MB9746.namprd02.prod.outlook.com \
--to=guix-patches@gnu.org \
--cc=74022@debbugs.gnu.org \
--cc=spencer.king@wustl.edu \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).