All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/5] package/gnuradio: drop unrecognized volk variables
@ 2023-02-22 16:05 Fabrice Fontaine
  2023-02-22 16:05 ` [Buildroot] [PATCH 2/5] package/gnuradio: disable examples Fabrice Fontaine
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Fabrice Fontaine @ 2023-02-22 16:05 UTC (permalink / raw)
  To: buildroot; +Cc: Gwenhael Goavec-Merou, Fabrice Fontaine

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

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2023-02-22 20:59 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [Buildroot] [PATCH 1/5] package/gnuradio: drop unrecognized volk variables Gwenhael Goavec-Merou
2023-02-22 20:58 ` Thomas Petazzoni via buildroot

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.