Commit Graph

9 Commits

Author SHA1 Message Date
Chuang Zhu
d075c6f0b1 gnuradio: disabledForGRafter -> disabled 2024-01-28 18:22:23 +08:00
Doron Behar
bfaf1e92d2 gnuradioPackages: Don't inherit python and gnuradio 2023-10-04 13:07:09 +03:00
Doron Behar
2634268fa6 gnuradio: Define a common logLib attribute
Use it in all gnuradio modules.
2023-04-21 13:11:49 +03:00
figsoda
ec8cb34358 treewide: fix typos 2022-12-17 19:39:44 -05:00
Doron Behar
88519c6309 gnuradio: Inherit log dependencies in passthrus
Inherit spdlog for GR 3.10 and log4cpp for lower GR versions. Inherit
both of these in the scope of the GR packages attribute set. Also use
the inherited log4cpp in qradiolink, gqrx & gnss-sdr.
2022-02-18 10:53:48 +02:00
Chuang Zhu
5bd4d4ac45
gnuradioPackages.grnet: init at unstable
Add versions at different commit hashes for different GR versions.
2021-12-09 07:13:38 +08:00
Frederik Rietdijk
233f08a87c gnuradioPackages: use same python for all packages 2021-04-03 17:06:08 +02:00
Doron Behar
650ee258fd gnuradio3_{7,8}: Use external volk
Now that volk is packaged, we can use our build and save some closure
space for those that have more then 1 version of gnuradio installed.
Also, simplify a bit how attributes are inherited in the expression.
2021-03-13 19:07:20 +02:00
Doron Behar
2d08e55e9b gnuradio.pkgs: init
- Write a `mkDerivation` and `mkDerivationWith` function for gnuradio,
  like qt5.
- qradiolink, gqrx: Use gnuradio's callPackage and mkDerivation.
- Use gnuradio.callPackage to define all gnuradio.pkgs.
- Move all gnuradio packages expressions to pkgs/development/gnuradio-modules/ -
  modeled after Python's.
- Add more paths to gnuradio's wrapper - add the extra packages as
  python modules, and add their executables with proper env vars
  wrapping.

Co-authored-by: Frederik Rietdijk <fridh@fridh.nl>
2021-03-13 12:46:59 +02:00