gnu: Add julia-timeroutputs.

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

Change-Id: I2104014cb77156f5e178c5a34b6630508d7436af
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Spencer King 2024-12-19 19:47:20 +00:00 committed by Ludovic Courtès
parent 6a045df575
commit 2b6b6061da
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -6622,6 +6622,27 @@ standard named test images and example images for the internal usage in
package.") package.")
(license license:expat))) (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 (define-public julia-tokenize
(package (package
(name "julia-tokenize") (name "julia-tokenize")