From d11f4e5b4829f41ef55870f7813a07940b101757 Mon Sep 17 00:00:00 2001 From: Guillaume Le Vaillant Date: Thu, 4 Dec 2025 16:06:50 +0100 Subject: [PATCH] gnu: Fix build of gnuradio dependents. Use the same version of boost in gnuradio and the packages using gnuradio. * gnu/packages/radio.scm (gnss-sdr, gqrx, gr-dsd, gr-osmosdr, gr-satellites)[inputs]: Replace boost by boost-1.83. Change-Id: I9bf06d46e1f28917ed86f7a9901ddb48f31dbab6 --- gnu/packages/radio.scm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gnu/packages/radio.scm b/gnu/packages/radio.scm index 6c29fca17f382d583129e2dde0c924737192bbfc..8e634ae5b634eb2e60e0d4a4e1728579d1eddb80 100644 --- a/gnu/packages/radio.scm +++ b/gnu/packages/radio.scm @@ -1097,7 +1097,7 @@ environment.") (list airspy airspyhf bladerf - boost + boost-1.83 fftwf gmp gnuradio @@ -1199,7 +1199,7 @@ primitives for SDR (Software Defined Radio).") pybind11 python-numpy)) (inputs - (list boost + (list boost-1.83 gmp gnuradio itpp @@ -1290,7 +1290,7 @@ to the fix block above. (native-inputs (list pkg-config pybind11 python-six)) (inputs - (list boost + (list boost-1.83 gmp gnuradio log4cpp @@ -1343,7 +1343,7 @@ satellites.") (list pkg-config)) (inputs (list alsa-lib - boost + boost-1.83 fftwf gmp gnuradio @@ -3441,7 +3441,7 @@ instruction sets.") ("python-mako" ,python-mako))) (inputs (list armadillo - boost + boost-1.83 cpu-features fmt gflags