PKGBUILD files for gnuradio #21289
Closed
chrisjohgorman
started this conversation in
General
Replies: 1 comment
-
I think that I will just do a pull request and see where that leads. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm reposting this email from mingw-64-public mailing list as I was
directed here to discuss it.
I am quite new to MINGW, but I decided in order to learn how to
package for MINGW, that I would build
gnuradio
under mingw and offerup the PKGBUILD files. I have done this now and I am ready to release
this to everyone else. I would consider the software advanced alpha
or new beta in terms of issues.
Issues
and didn't try to figure out how to cross compile for clangarm64. If
someone has pointers on how to do this, I would really appreciate
them. The packages all build and run on mingw64, ucrt64 and clang64.
gnuradio
, I wouldprefer to move to a release, but needed to use the master branch for a
small patch. I also had a dependency error with qwt-qt5 needing to be
below 6.3.0, which is the current version in mingw-w64, and this went
away when I built with the master branch.
gnuradio
into two packages, thelibraries and docs. The docs make the file huge relative to the
gnuradio
from arch which doesn't include the docs. The docsthemselves are about 366 MB.
asks what file to use when opening the gr_filter_design.py. One has
to use the python.exe file in ${MINGW_PREFIX}/bin/.
soapysdr
andsoapyrtlsdr
packages, withgnuradio
,they need to be rebuilt. I'm not sure what the issue is here, but the soapy
gnuradio block doesn't work unless both packages are rebuilt on my machine.
I will make a PR in a couple of days once I establish that these
packages can be built and run on clangarm64 and do some more testing
on gr_modtool.py. For the time being I thought I might offer up the
git branch with the hopes that someone will try a build on clangarm64.
The branch is available at
https://github.com/chrisjohgorman/MINGW-packages/tree/gnuradio-pkgbuild-files
To build
There are only ten packages, so the build order shouldn't be too hard.
This is the order I use.
Thanks for your time.
Chris
Beta Was this translation helpful? Give feedback.
All reactions