1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 10:30:43 +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:
Sharlatan Hellseher 2025-01-11 14:49:53 +00:00
parent 22b4bd772a
commit 04ca445dd2
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -13864,6 +13864,30 @@ Included modules are:
@end itemize")
(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
(package
(name "go-github-com-thejerf-suture")