mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
6a045df575
commit
2b6b6061da
1 changed files with 21 additions and 0 deletions
|
@ -6622,6 +6622,27 @@ standard named test images and example images for the internal usage in
|
|||
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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue