From: Gwenhael Goavec-Merou <gwenj@trabucayre.com>
To: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Cc: buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 1/5] package/gnuradio: drop unrecognized volk variables
Date: Wed, 22 Feb 2023 17:14:44 +0100 [thread overview]
Message-ID: <20230222171444.5e9e8f2f@x230> (raw)
In-Reply-To: <20230222160514.2069544-1-fontaine.fabrice@gmail.com>
On Wed, 22 Feb 2023 17:05:10 +0100
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:
> Volk submodule has been removed since version 3.9.0.0 and
> https://github.com/gnuradio/gnuradio/commit/80c04479da962d048d41165081b026aafdaa0316
>
> orc dependency can also be dropped as it was only used by volk submodule
>
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
> package/gnuradio/gnuradio.mk | 9 ---------
> 1 file changed, 9 deletions(-)
>
> diff --git a/package/gnuradio/gnuradio.mk b/package/gnuradio/gnuradio.mk
> index cc41f1e12b..c2fcba9586 100644
> --- a/package/gnuradio/gnuradio.mk
> +++ b/package/gnuradio/gnuradio.mk
> @@ -22,9 +22,7 @@ GNURADIO_DEPENDENCIES = \
> GNURADIO_CONF_OPTS = \
> -DPYTHON_EXECUTABLE=$(HOST_DIR)/bin/python3 \
> -DENABLE_DEFAULT=OFF \
> - -DENABLE_VOLK=ON \
> -DENABLE_GNURADIO_RUNTIME=ON \
> - -DENABLE_INTERNAL_VOLK=OFF \
> -DENABLE_TESTING=OFF \
> -DXMLTO_EXECUTABLE=NOTFOUND
>
> @@ -36,13 +34,6 @@ ifeq ($(BR2_TOOLCHAIN_HAS_LIBATOMIC),y)
> GNURADIO_CONF_OPTS += -DCMAKE_EXE_LINKER_FLAGS=-latomic
> endif
>
> -ifeq ($(BR2_PACKAGE_ORC),y)
> -GNURADIO_DEPENDENCIES += orc
> -GNURADIO_CONF_OPTS += -DENABLE_ORC=ON
> -else
> -GNURADIO_CONF_OPTS += -DENABLE_ORC=OFF
> -endif
> -
> ifeq ($(BR2_PACKAGE_GNURADIO_ANALOG),y)
> GNURADIO_CONF_OPTS += -DENABLE_GR_ANALOG=ON
> else
> --
> 2.39.0
>
Acked-by: Gwenhael Goavec-merou <gwenhael.goavec-merou@trabucayre.com>
Regargs,
Gwen
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2023-02-22 16:24 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-22 16:05 [Buildroot] [PATCH 1/5] package/gnuradio: drop unrecognized volk variables Fabrice Fontaine
2023-02-22 16:05 ` [Buildroot] [PATCH 2/5] package/gnuradio: disable examples Fabrice Fontaine
2023-02-22 16:19 ` Gwenhael Goavec-Merou
2023-02-22 16:05 ` [Buildroot] [PATCH 3/5] package/gnuradio: add libsndfile optional dependency Fabrice Fontaine
2023-02-22 16:31 ` Gwenhael Goavec-Merou
2023-02-22 16:05 ` [Buildroot] [PATCH 4/5] package/gnuradio: add gr-network block support Fabrice Fontaine
2023-02-22 16:26 ` Gwenhael Goavec-Merou
2023-02-22 16:05 ` [Buildroot] [PATCH 5/5] package/gqrx: bump to version 2.15.9 Fabrice Fontaine
2023-02-22 16:14 ` Gwenhael Goavec-Merou [this message]
2023-02-22 20:58 ` [Buildroot] [PATCH 1/5] package/gnuradio: drop unrecognized volk variables Thomas Petazzoni via buildroot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230222171444.5e9e8f2f@x230 \
--to=gwenj@trabucayre.com \
--cc=buildroot@buildroot.org \
--cc=fontaine.fabrice@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.