unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "King, Spencer via Guix-patches" via <guix-patches@gnu.org>
To: 74985@debbugs.gnu.org
Subject: [bug#74985] [PATCH] gnu: Add julia-timeroutputs.
Date: Thu, 19 Dec 2024 23:13:51 +0000	[thread overview]
Message-ID: <CH3PR02MB9746266C46BBD46C4238F3BF90062@CH3PR02MB9746.namprd02.prod.outlook.com> (raw)

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



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

From 7a088b643821c572f1f40abfdfa3386d4568e51a Mon Sep 17 00:00:00 2001
Message-Id: <7a088b643821c572f1f40abfdfa3386d4568e51a.1734637687.git.spencer.king@geneoscopy.com>
From: Spencer King <spencer.king@geneoscopy.com>
Date: Thu, 19 Dec 2024 19:47:20 +0000
Subject: [PATCH] gnu: Add julia-timeroutputs.

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

Change-Id: I2104014cb77156f5e178c5a34b6630508d7436af
---
 gnu/packages/julia-xyz.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index be2501a934..6deb214262 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -6622,6 +6622,27 @@ (define-public julia-testimages
 package.")
     (license license:expat)))
 
+(define-public julia-timeroutputs
+  (package
+    (name "julia-timeroutputs")
+    (version "0.5.26")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/KristofferC/TimerOutputs.jl")
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "0mz5kpjz2mcmaywxjp1y87wx02lmvi2b0z012rnz70p1y39s5y0v"))))
+    (build-system julia-build-system)
+    (propagated-inputs (list julia-exprtools))
+    (home-page "https://github.com/KristofferC/TimerOutputs.jl")
+    (synopsis "Formatted output of timed sections in Julia")
+    (description "This package generates formatted output from timings made
+in different sections of a program.")
+    (license license:expat)))
+
 (define-public julia-tokenize
   (package
     (name "julia-tokenize")

base-commit: 07b4b1d055c36c6c61d39273c26974771dbfe805
-- 
2.34.1


                 reply	other threads:[~2024-12-19 23:15 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=CH3PR02MB9746266C46BBD46C4238F3BF90062@CH3PR02MB9746.namprd02.prod.outlook.com \
    --to=guix-patches@gnu.org \
    --cc=74985@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).