Commit Graph

104 Commits

Author SHA1 Message Date
Guillaume Le Vaillant
29cab668f6
gnu: gnuradio-iqbalance: Add volk to inputs.
* gnu/packages/radio.scm (gnuradio-iqbalance)[inputs]: Add volk.
2020-04-15 10:20:53 +02:00
Guillaume Le Vaillant
b39262021d
gnu: gnuradio-osmosdr: Add volk to inputs.
* gnu/packages/radio.scm (gnuradio-osmosdr)[inputs]: Add volk.
2020-04-15 10:20:53 +02:00
Guillaume Le Vaillant
8e1e86b0e2
gnu: gnuradio: Use shared volk instead of bundled one.
* gnu/packages/radio.scm (gnuradio)[source]: Add snippet to delete bundled
  volk.
  [inputs]: Add volk.
  [arguments]: Add "-DENABLE_INTERNAL_VOLK=OFF" to configure-flags.
2020-04-15 10:20:53 +02:00
Guillaume Le Vaillant
0493ead644
gnu: Merge ham-radio and sdr modules into radio module.
* gnu/packages/ham-radio.scm: Rename to 'radio.scm'.
* gnu/packages/sdr.scm: Remove file.
  (liquid-dsp): Move to ...
* gnu/packages/radio.scm (liquid-dsp): ... here.
* gnu/local.mk (GNU_SYSTEM_MODULES): Remove 'ham-radio.scm' and 'sdr.scm'. Add
  'radio.scm'.
2020-04-11 10:04:39 +02:00