Archived
1
0
Fork 0

gnu: xsimd: Update to 8.1.0.

* gnu/packages/cpp.scm (xsimd): Update to 8.1.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Greg Hogan 2022-06-24 14:50:31 +00:00 committed by Ludovic Courtès
parent f9488d5444
commit 4f6191fbcd
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -406,7 +406,7 @@ combination of these streams.")
(define-public xsimd (define-public xsimd
(package (package
(name "xsimd") (name "xsimd")
(version "8.0.5") (version "8.1.0")
(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 "0fph1gzrj13knfkl3fvg098ccvqkbzs0jb8n323m7pnxajpzhzij")) (base32 "16b9fdvhhsbs93llbzccgpxjdkj8kfvac3wx0b30i306k5f3maq2"))
(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