[Buildroot] [PATCH v5] package/gnuradio: bump version to 3.10.4.0

Thomas Petazzoni thomas.petazzoni at bootlin.com
Mon Nov 14 22:07:55 UTC 2022


On Wed, 19 Oct 2022 15:43:28 +0200
Gwenhael Goavec-Merou <gwenj at trabucayre.com> wrote:

> From: Gwenhael Goavec-Merou <gwenhael.goavec-merou at trabucayre.com>
> 
> - remove all no more required patches
> - backport 2 patches to fix failures induces by missing headers
> - add dependency to SPDLOG
> - add pybind dependency where python is set
> 
> Note:
> - Since gnuradio 3.10 swig was replaced by pybind. Now python libraries,
>   bindings and python wrappers are produces using pybind: this
>   why python-pybind is a buildtime dependency. As mentionned in [1], this one
>   is a stagging only package: headers must be into staging directory, so it
>   can't be host and at the same time since this package provides only headers
>   and .cmake files nothing has to be installed into the target directory. A
>   select is required because it's not an host package and
>   GNURADIO_DEPENDENCIES is updated with python-pybind to have pybind present
>   before gnuradio's build.
> - host-python-numpy is now required since some cpp bindings uses numpy's
>   functions directly. python-numpy (target package) is left required because
>   python blocks and wrappers needs this library at runtime.
> 
> [1] http://lists.busybox.net/pipermail/buildroot/2022-October/653030.html
> 
> Signed-off-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou at trabucayre.com>
> ---
> Changes v4 -> v5:
> - re-add python-pybind select
> Changes v3 -> v4:
> - re-add runtime comment for numpy
> - remove python-pybind select
> - rework commit message
> Changes v2 -> v3:
> - update gnuradio version 3.10.3.0 -> 3.10.4.0
> - remove patch to fix libfmt9 (now applied)
> - backport two patch to fix failures due to missing header
> - explain in commit message why pybind and numpy are now required at
>   buildtime (Thomas)
> Changes v1 -> v2:
> - remove #runtime comment for PYTHON_NUMPY and PYTHON_PYBIND (Thomas)
> - remove host-python-mako to the dependencies list (now useless) (Thomas)
> - backport patch to fix build failure with libfmt > 9
> ---
>  ...g-missing-vector-in-blockinterleaver.patch |   42 +
>  ....h-drop-boost-cstdint.hpp-and-use-cs.patch |   39 -
>  ...rleaving.h-add-missing-cstddef-heade.patch |   33 +
>  ...aceholders_with_their_full_namespace.patch | 1012 -----------------
>  ...rdcode-INTERFACE_INCLUDE_DIRECTORIES.patch |   57 -
>  ...add-examples-c-subdirectory-when-gr-.patch |   55 -
>  ...ve-deprecated-math-common_factor.hpp.patch |  165 ---
>  package/gnuradio/Config.in                    |    5 +-
>  package/gnuradio/gnuradio.hash                |    2 +-
>  package/gnuradio/gnuradio.mk                  |   12 +-
>  10 files changed, 84 insertions(+), 1338 deletions(-)
>  create mode 100644 package/gnuradio/0001-blocks-Including-missing-vector-in-blockinterleaver.patch
>  delete mode 100644 package/gnuradio/0001-gr-digital-glfsr.h-drop-boost-cstdint.hpp-and-use-cs.patch
>  create mode 100644 package/gnuradio/0002-blocks-blockinterleaving.h-add-missing-cstddef-heade.patch
>  delete mode 100644 package/gnuradio/0002-boost_qualify_placeholders_with_their_full_namespace.patch
>  delete mode 100644 package/gnuradio/0003-gnuradio-runtime_pmt-dont-hardcode-INTERFACE_INCLUDE_DIRECTORIES.patch
>  delete mode 100644 package/gnuradio/0004-gr-qtgui-dont-t-add-examples-c-subdirectory-when-gr-.patch
>  delete mode 100644 package/gnuradio/0005-boost-remove-deprecated-math-common_factor.hpp.patch

Applied to next, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com



More information about the buildroot mailing list