* [bug#73061] [PATCH] gnu: Add julia-scientifictypesbase.
@ 2024-09-05 20:03 King, Spencer via Guix-patches via
0 siblings, 0 replies; only message in thread
From: King, Spencer via Guix-patches via @ 2024-09-05 20:03 UTC (permalink / raw)
To: 73061
[-- Attachment #1: Type: text/plain, Size: 0 bytes --]
[-- Attachment #2: 0001-gnu-Add-julia-scientifictypesbase.patch --]
[-- Type: application/octet-stream, Size: 2239 bytes --]
From f5b34862d9b088eba777b1380c925b58d1d7d415 Mon Sep 17 00:00:00 2001
Message-Id: <f5b34862d9b088eba777b1380c925b58d1d7d415.1725566348.git.spencer.king@geneoscopy.com>
From: Spencer King <spencer.king@geneoscopy.com>
Date: Thu, 5 Sep 2024 19:17:02 +0000
Subject: [PATCH] gnu: Add julia-scientifictypesbase.
* gnu/packages/julia-xyz.scm (julia-scientifictypesbase): New variable.
Change-Id: I222d943bdbd94212064d4e620e497617aea68dc9
---
gnu/packages/julia-xyz.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index 1743d27226..f7396ce8b8 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -5598,6 +5598,34 @@ (define-public julia-scanbyte
(supported-systems '("x86_64-linux"))
(license license:expat)))
+(define-public julia-scientifictypesbase
+ (package
+ (name "julia-scientifictypesbase")
+ (version "3.0.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/JuliaAI/ScientificTypesBase.jl")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1gkkyvighbwplbv3mcxdrall19zjsb9cwp0w2mr26sl6xbjxr8xc"))))
+ (build-system julia-build-system)
+ (native-inputs (list julia-tables))
+ (home-page "https://github.com/JuliaAI/ScientificTypesBase.jl")
+ (synopsis
+ "Base interface for dispatching on the 'scientific' type of data")
+ (description
+ "This package provides a Julia interface defining a collection
+of types (without instances) for implementing conventions about the scientific
+interpretation of data. This package makes a distinction between the machine
+type and the scientific type of a Julia object. A machine type refers to the
+Julia type being used to represent the object, for instance @code{Float64}. The
+scientific type refers to how the object should be interpreted, for instance
+@code{Continuous} or @code{Multiclass{3}}.")
+ (license license:expat)))
+
(define-public julia-scratch
(package
(name "julia-scratch")
base-commit: 392a552524b7801b4a5517e40d860c05f010c655
--
2.34.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2024-09-05 21:03 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-05 20:03 [bug#73061] [PATCH] gnu: Add julia-scientifictypesbase 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).