Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

volk: Add wrap #1504

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions ci_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -887,6 +887,19 @@
"tinyfsm:build_examples=true"
]
},
"volk": {
"alpine_packages": [
"py3-mako"
],
"brew_packages": [
],
"debian_packages": [
"python3-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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The wrapdb can't use cmake, it has to be a native meson build.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Got it! Marked as draft until I find the time to properly rewrite the build system stuff in meson...


[provide]
volk = volk_dep
Loading