mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 13:36:36 +01:00
gnu: Add julia-cpusummary.
* gnu/packages/julia-xyz.scm (julia-cpusummary): New variable. Change-Id: Icd4a37d36786d59f5b6ec0e7ee9c8d7d901cacc3 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
bc9b4fb591
commit
1c821f620a
1 changed files with 22 additions and 0 deletions
|
@ -1488,6 +1488,28 @@ (define-public julia-cpuid
|
||||||
CPU features with low run-time cost.")
|
CPU features with low run-time cost.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public julia-cpusummary
|
||||||
|
(package
|
||||||
|
(name "julia-cpusummary")
|
||||||
|
(version "0.2.6")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/JuliaSIMD/CPUSummary.jl")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "06kmmnhhcdgm538ax6lblklrih91p2ligg328kljq144j8s6cixm"))))
|
||||||
|
(build-system julia-build-system)
|
||||||
|
(propagated-inputs (list julia-cpuid julia-ifelse julia-precompiletools
|
||||||
|
julia-static))
|
||||||
|
(home-page "https://github.com/JuliaSIMD/CPUSummary.jl")
|
||||||
|
(synopsis "Provides a summary of CPU features")
|
||||||
|
(description
|
||||||
|
"This package provides a summary of available CPU features in Julia.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public julia-crayons
|
(define-public julia-crayons
|
||||||
(package
|
(package
|
||||||
(name "julia-crayons")
|
(name "julia-crayons")
|
||||||
|
|
Loading…
Reference in a new issue