Skip to content

Commit

Permalink
volk: Add wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniovazquezblanco committed May 6, 2024
1 parent 933a726 commit b8096c5
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 0 deletions.
14 changes: 14 additions & 0 deletions ci_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -887,6 +887,20 @@
"tinyfsm:build_examples=true"
]
},
"volk": {
"alpine_packages": [
"py3-mako"
],
"brew_packages": [
// TODO
],
"debian_packages": [
"python-mako"
],
"msys_packages": [
"python-mako"
]
},
"wayland": {
"_comment": "- relies on Linux-specific APIs",
"build_on": {
Expand Down
8 changes: 8 additions & 0 deletions releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -3419,6 +3419,14 @@
"0.1.3-1"
]
},
"volk": {
"dependency_names": [
"volk"
],
"versions": [
"3.1.2-1"
]
},
"vorbis": {
"dependency_names": [
"vorbis",
Expand Down
9 changes: 9 additions & 0 deletions subprojects/volk.wrap
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[wrap-file]
directory = volk-3.1.2
source_url = https://github.com/gnuradio/volk/releases/download/v3.1.2/volk-3.1.2.tar.xz
source_filename = volk-3.1.2.tar.xz
source_hash = ce62f645c2ee3ef8b38f923de78ef4df9a1b7696d618f57781955803ee29bab3
method = cmake

[provide]
volk = volk_dep

0 comments on commit b8096c5

Please sign in to comment.