mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 15:37:54 -05:00
gnu: xsimd: Update to 9.0.1.
* gnu/packages/cpp.scm (xsimd): Update to 9.0.1. [home-page]: Update redirect. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
883d4e0abf
commit
7944fb5ffe
1 changed files with 3 additions and 3 deletions
|
@ -406,7 +406,7 @@ (define-public dashel
|
|||
(define-public xsimd
|
||||
(package
|
||||
(name "xsimd")
|
||||
(version "8.1.0")
|
||||
(version "9.0.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -414,7 +414,7 @@ (define-public xsimd
|
|||
(url "https://github.com/QuantStack/xsimd")
|
||||
(commit version)))
|
||||
(sha256
|
||||
(base32 "16b9fdvhhsbs93llbzccgpxjdkj8kfvac3wx0b30i306k5f3maq2"))
|
||||
(base32 "1fcy0djwpwvls6yqxqa82s4l4gvwkqkr8i8bibbb3dm0lqvhnw52"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
|
@ -422,7 +422,7 @@ (define-public xsimd
|
|||
#:test-target "xtest"))
|
||||
(native-inputs
|
||||
(list googletest))
|
||||
(home-page "https://github.com/QuantStack/xsimd")
|
||||
(home-page "https://github.com/xtensor-stack/xsimd")
|
||||
(synopsis "C++ wrappers for SIMD intrinsics and math implementations")
|
||||
(description
|
||||
"xsimd provides a unified means for using @acronym{SIMD, single instruction
|
||||
|
|
Loading…
Reference in a new issue