New package: qman-1.5.1#59232
Conversation
| version=1.5.1 | ||
| revision=1 | ||
| build_style=meson | ||
| hostmakedepends="meson cmake pkg-config" |
There was a problem hiding this comment.
No need to add meson here when build_style=meson
| revision=1 | ||
| build_style=meson | ||
| hostmakedepends="meson cmake pkg-config" | ||
| makedepends="CUnit-devel ncurses-devel zlib-devel bzip2-devel liblzma-devel python3-cog" # cogapp also in python |
There was a problem hiding this comment.
Unit tests are not currently ran during the do_check stage, even though CUnit is added. Tests are behind a get_option('tests').enabled() meson option and can be enabled with configure_args="-Dtests=enabled"
f2e1f3b to
aadbb27
Compare
|
i should have fixed, tested and it works on my machine |
|
Compiled the package off this branch and I've been running it fine for the last week |
| pkgname=qman | ||
| version=1.5.1 | ||
| revision=1 | ||
| archs="x86_64 aarch64" |
There was a problem hiding this comment.
Why is this limited to only those architectures?
There was a problem hiding this comment.
to be safe i went with what the main dev used in the arch linux aur package they maintain here
There was a problem hiding this comment.
Please remove, we don't artificially limit packages to specific architectures.
| build_style=meson | ||
| configure_args="-Dtests=enabled" | ||
| hostmakedepends="cmake pkg-config" | ||
| makedepends="CUnit-devel ncurses-devel zlib-devel bzip2-devel liblzma-devel python3-cog" |
There was a problem hiding this comment.
Move python3-cog to hostmakedepends since its being executed during cross builds.
Needed as build dependency for qman-1.5.1 and not already present in void-packages
aadbb27 to
4d1b4f6
Compare
|
just committed the changes |
Testing the changes
New package
Local build testing