Files
MINGW-packages/mingw-w64-libuhd
Chris Gorman 9fc945beb9 libuhd: update to 4.8.0.0 (#23831)
- add some guard code to UHDPython.cmake to ensure that cmake's find_package()
  command doesn't us the libraries un the buildmachine's c:/hostedtoolcache
  directory.
- change pip install to python -m install and remove dependency on python-pip
- exclude usrp_mpm and usrp_mpm.* from find_packages as we are trying to
  install it twice.  Once unsing python poetry's whl file and once using
  find_pacakges from the setup.py.
- Removed the use of a cast of thrd->native_handle() to (pthread_t) in
  uhd::set_thread_name opting for no thread naming on windows.  This follows
  gnuradio which doesn't name threads on windows.
- Add new dependencies and makedepends for package.

libgnuradio: update pkgrel to 2
- bump pkgrel to build against new libuhd 4.8.0.0
2025-04-08 06:45:26 +03:00
..