mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user