~ruther/guix-local

d11f4e5b4829f41ef55870f7813a07940b101757 — Guillaume Le Vaillant 2 months ago 161ad0b
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
1 files changed, 5 insertions(+), 5 deletions(-)

M gnu/packages/radio.scm
M gnu/packages/radio.scm => gnu/packages/radio.scm +5 -5
@@ 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