-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gnuradio.pkgs: init + 3.8 -> 3.9 #106599
gnuradio.pkgs: init + 3.8 -> 3.9 #106599
Commits on Mar 11, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 4f2573e - Browse repository at this point
Copy the full SHA 4f2573eView commit details -
gnss-sdr needs it: boostorg/format#67 . uhd and gnuradio need to use the same boost version to avoid incompatibilities issues. icu is needed from some reason with boost17x.
Configuration menu - View commit details
-
Copy full SHA for 7690f9a - Browse repository at this point
Copy the full SHA 7690f9aView commit details
Commits on Mar 13, 2021
-
- 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 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2d08e55 - Browse repository at this point
Copy the full SHA 2d08e55View commit details -
gnuradio: Remove qt5 and gtk from passthru if not used
Attributes such as gnuradioMinimal built without gui support should not have the `qt` and `gtk` attributes in it's passthru.
Configuration menu - View commit details
-
Copy full SHA for 6a4744a - Browse repository at this point
Copy the full SHA 6a4744aView commit details -
gnss-sdr: Refactor to use gnuradio.pkgs.mkDerivation
Use the same dependencies that gnuradio uses, thanks to gnuradio's `mkDerivation`. Add `gnuradio.pkgs.osmosdr` as dependency.
Configuration menu - View commit details
-
Copy full SHA for b944ca9 - Browse repository at this point
Copy the full SHA b944ca9View commit details -
Use gnuradio.pkgs.mkDerivation (gnuradio 3.8) and updated deps.
Configuration menu - View commit details
-
Copy full SHA for fea0ac8 - Browse repository at this point
Copy the full SHA fea0ac8View commit details -
gqrx: Refactor to use gnuradioMinimal.pkgs.mkDerivation
- Use gnuradio's `mkDerivation` which includes most of the deps needed. - Always enable pulseaudio support as that's part of gnuradio's deps anyway. - Use gnuradioMinimal.pkgs.osmosdr - not from the alias gr-osmosdr.
Configuration menu - View commit details
-
Copy full SHA for 99c3bdb - Browse repository at this point
Copy the full SHA 99c3bdbView commit details -
inspectrum: Refactor to use gnuradioMinimal.pkgs.mkDerivation
Use the same deps of gnuradioMinimal - thanks to gnuradio's mkDerivation.
Configuration menu - View commit details
-
Copy full SHA for 9545bba - Browse repository at this point
Copy the full SHA 9545bbaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7df0fa1 - Browse repository at this point
Copy the full SHA 7df0fa1View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 650ee25 - Browse repository at this point
Copy the full SHA 650ee25View commit details -
Add some "3.9" attributes to srcs in gnuradio packages And update packages using GR3.8 and that are incompatible yet with GR3.9 to use GR3.8 explicitly.
Configuration menu - View commit details
-
Copy full SHA for fb024f5 - Browse repository at this point
Copy the full SHA fb024f5View commit details