me
/
guix
Archived
1
0
Fork 0

gnu: volk: Update to 2.4.0.

* gnu/packages/engineering.scm (volk): Update to 2.4.0.
[source]: Clone recursively.
master
Tobias Geerinckx-Rice 2020-11-25 22:05:50 +01:00
parent 4c76af04e0
commit 6a18f4c5dc
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 4 additions and 3 deletions

View File

@ -1077,16 +1077,17 @@ the 'showing the effect of'-style of operation.")
(define-public volk
(package
(name "volk")
(version "2.3.0")
(version "2.4.0")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/gnuradio/volk")
(commit (string-append "v" version))))
(commit (string-append "v" version))
(recursive? #t))) ; for cpu_features git submodule
(file-name (git-file-name name version))
(sha256
(base32 "1jya1v1z1mq50n5fxhs755vcdjvwiv2iqjmycn2l1bx552vzh6cg"))))
(base32 "14y0988r5qi1h3yvkivx5ihccn8r15910lq30r8iy71ih190r5m9"))))
(build-system cmake-build-system)
(arguments
`(#:phases