me
/
guix
Archived
1
0
Fork 0

gnu: xsimd: Don't use unstable tarball.

* gnu/packages/cpp.scm (xsimd)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
[home-page]: Move down to its conventional spot.
master
Tobias Geerinckx-Rice 2019-06-07 02:34:57 +02:00
parent c83aa29270
commit e821136474
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 10 additions and 10 deletions

View File

@ -131,21 +131,21 @@ combination of these streams.")
(package (package
(name "xsimd") (name "xsimd")
(version "4.1.2") (version "4.1.2")
(source (origin (source
(method url-fetch) (origin
(uri (string-append (method git-fetch)
"https://github.com/QuantStack/xsimd/archive/" (uri (git-reference
version ".tar.gz")) (url "https://github.com/QuantStack/xsimd.git")
(sha256 (commit version)))
(base32 (sha256
"0x05l4xpqr9b66sm6lkf48n6x7999ks921x6k2hzkkg6mh3gqd46")) (base32 "0x86p2xjlaqyfissf30smj1szm4i3iw1x72qnj5dwvfgf7049xds"))
(file-name (string-append name "-" version ".tar.gz")))) (file-name (git-file-name name version))))
(home-page "https://github.com/QuantStack/xsimd")
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
`(#:test-target "xtest")) `(#:test-target "xtest"))
(native-inputs (native-inputs
`(("googletest" ,googletest))) `(("googletest" ,googletest)))
(home-page "https://github.com/QuantStack/xsimd")
(synopsis "C++ wrappers for SIMD intrinsics and math implementations") (synopsis "C++ wrappers for SIMD intrinsics and math implementations")
(description "xsimd provides a unified means for using SIMD features for (description "xsimd provides a unified means for using SIMD features for
library authors. Namely, it enables manipulation of batches of numbers with library authors. Namely, it enables manipulation of batches of numbers with