Skip to content

Commit

Permalink
gnu: xsimd: Update to 9.0.1.
Browse files Browse the repository at this point in the history
* gnu/packages/cpp.scm (xsimd): Update to 9.0.1.
[home-page]: Update redirect.

Signed-off-by: Ludovic Courtès <[email protected]>
  • Loading branch information
greghogan authored and civodul committed Sep 14, 2022
1 parent 883d4e0 commit 7944fb5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gnu/packages/cpp.scm
Original file line number Diff line number Diff line change
Expand Up @@ -406,23 +406,23 @@ combination of these streams.")
(define-public xsimd
(package
(name "xsimd")
(version "8.1.0")
(version "9.0.1")
(source
(origin
(method git-fetch)
(uri (git-reference
(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
`(#:configure-flags (list "-DBUILD_TESTS=ON")
#: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
Expand Down

0 comments on commit 7944fb5

Please sign in to comment.