mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 10:30:43 +02:00
gnu: xsimd: Update to 13.2.0.
* gnu/packages/cpp.scm (xsimd): Update to 13.2.0. Change-Id: I86e3d2e8138c10f48b8acebda8751be2727a7364 Signed-off-by: Zheng Junjie <z572@z572.online>
This commit is contained in:
parent
b862ec2176
commit
8febfa472c
1 changed files with 2 additions and 2 deletions
|
@ -787,7 +787,7 @@ of XDG base directories, such as XDG_CONFIG_HOME.")
|
||||||
(define-public xsimd
|
(define-public xsimd
|
||||||
(package
|
(package
|
||||||
(name "xsimd")
|
(name "xsimd")
|
||||||
(version "11.0.0")
|
(version "13.2.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -795,7 +795,7 @@ of XDG base directories, such as XDG_CONFIG_HOME.")
|
||||||
(url "https://github.com/xtensor-stack/xsimd")
|
(url "https://github.com/xtensor-stack/xsimd")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "148wylv88vp31rz7l357ch7k0l50apfk4x31qdqk9y4d2hj6ld3f"))
|
(base32 "1w3hffv5yr1xdl3f46dnnza3kixfgj13450181qf7spq2cknv2rg"))
|
||||||
(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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue