me
/
guix
Archived
1
0
Fork 0

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>
master
Greg Hogan 2022-09-13 20:26:37 +00:00 committed by Ludovic Courtès
parent 883d4e0abf
commit 7944fb5ffe
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 3 additions and 3 deletions

View File

@ -406,7 +406,7 @@ combination of these streams.")
(define-public xsimd (define-public xsimd
(package (package
(name "xsimd") (name "xsimd")
(version "8.1.0") (version "9.0.1")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -414,7 +414,7 @@ combination of these streams.")
(url "https://github.com/QuantStack/xsimd") (url "https://github.com/QuantStack/xsimd")
(commit version))) (commit version)))
(sha256 (sha256
(base32 "16b9fdvhhsbs93llbzccgpxjdkj8kfvac3wx0b30i306k5f3maq2")) (base32 "1fcy0djwpwvls6yqxqa82s4l4gvwkqkr8i8bibbb3dm0lqvhnw52"))
(file-name (git-file-name name version)))) (file-name (git-file-name name version))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
@ -422,7 +422,7 @@ combination of these streams.")
#:test-target "xtest")) #:test-target "xtest"))
(native-inputs (native-inputs
(list googletest)) (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") (synopsis "C++ wrappers for SIMD intrinsics and math implementations")
(description (description
"xsimd provides a unified means for using @acronym{SIMD, single instruction "xsimd provides a unified means for using @acronym{SIMD, single instruction