gnu: xsimd: Update to 7.2.3.
* gnu/packages/cpp.scm (xsimd): Update to 7.2.3. [arguments]: Add a configure flag required to build the tests.
This commit is contained in:
parent
e821136474
commit
7f5c1233b9
|
@ -130,7 +130,7 @@ combination of these streams.")
|
||||||
(define-public xsimd
|
(define-public xsimd
|
||||||
(package
|
(package
|
||||||
(name "xsimd")
|
(name "xsimd")
|
||||||
(version "4.1.2")
|
(version "7.2.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -138,11 +138,12 @@ combination of these streams.")
|
||||||
(url "https://github.com/QuantStack/xsimd.git")
|
(url "https://github.com/QuantStack/xsimd.git")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0x86p2xjlaqyfissf30smj1szm4i3iw1x72qnj5dwvfgf7049xds"))
|
(base32 "1ny2qin1j4h35mljivh8z52kwdyjxf4yxlzb8j52ji91v2ccc88j"))
|
||||||
(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
|
||||||
`(#:test-target "xtest"))
|
`(#:configure-flags (list "-DBUILD_TESTS=ON")
|
||||||
|
#:test-target "xtest"))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("googletest" ,googletest)))
|
`(("googletest" ,googletest)))
|
||||||
(home-page "https://github.com/QuantStack/xsimd")
|
(home-page "https://github.com/QuantStack/xsimd")
|
||||||
|
|
Loading…
Reference in New Issue