mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-15 11:30:44 +02:00
gnu: Add go-github-com-templexxx-cpu.
* gnu/packages/golang-xyz.scm (go-github-com-templexxx-cpu): New variable. Change-Id: I19b13fefdce5d00f8f5f86d09dd41b3f789669cb
This commit is contained in:
parent
22b4bd772a
commit
04ca445dd2
1 changed files with 24 additions and 0 deletions
|
@ -13864,6 +13864,30 @@ Included modules are:
|
||||||
@end itemize")
|
@end itemize")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public go-github-com-templexxx-cpu
|
||||||
|
(package
|
||||||
|
(name "go-github-com-templexxx-cpu")
|
||||||
|
(version "0.1.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/templexxx/cpu")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "1bfygzjz2n8fbc9n9k7hfdnaz5mw6g4n4n1q3a0hyv33j9bvl5hh"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:import-path "github.com/templexxx/cpu"))
|
||||||
|
(home-page "https://github.com/templexxx/cpu")
|
||||||
|
(synopsis "@code{internal/cpu} in Go (add AVX512)")
|
||||||
|
(description
|
||||||
|
"Package cpu implements processor feature detection used by the Go
|
||||||
|
standard library.")
|
||||||
|
(license license:bsd-3)))
|
||||||
|
|
||||||
(define-public go-github-com-thejerf-suture
|
(define-public go-github-com-thejerf-suture
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-thejerf-suture")
|
(name "go-github-com-thejerf-suture")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue