./ham/gnuradio-core, Core part of GNU Radio, all others need this

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 3.10.9.2nb10, Package name: gnuradio-core-3.10.9.2nb10, Maintainer: pkgsrc-users

GNU Radio is a collection of software that when combined with minimal hardware,
allows the construction of radios where the actual waveforms transmitted and
received are defined by software. What this means is that it turns the digital
modulation schemes used in today's high performance wireless devices into
software problems.

This module provides the main library containing the underlying runtime
system and most of the hardware independent signal processing blocks.


Required to run:
[audio/portaudio] [audio/gsm] [audio/jack] [math/fftwf] [math/gsl] [devel/cppunit] [devel/boost-libs] [devel/py-cheetah] [devel/orc] [devel/py-mako] [lang/python27] [devel/swig2] [lang/py-six] [x11/py-qwt-qt4] [math/py-scipy12]

Required to build:
[devel/boost-headers] [pkgtools/cwrappers]

Package options: filter-design

Master sites:

Filesize: 4310.383 KB

Version history: (Expand)


CVS history: (Expand)


   2024-11-17 08:17:06 by Thomas Klausner | Files touched by this commit (944)
Log message:
*: recursive bump for default-on option of at-spi2-core
   2024-11-14 23:22:33 by Thomas Klausner | Files touched by this commit (2429)
Log message:
*: recursive bump for icu 76 shlib major version bump
   2024-11-01 13:55:19 by Thomas Klausner | Files touched by this commit (2426)
Log message:
*: revbump for icu downgrade
   2024-11-01 01:54:33 by Thomas Klausner | Files touched by this commit (2427)
Log message:
*: recursive bump for icu 76.1 shlib bump
   2024-10-14 08:46:10 by Thomas Klausner | Files touched by this commit (325)
Log message:
*: clean-up after python38 removal
   2024-10-11 16:20:35 by Jonathan Perkin | Files touched by this commit (1)
Log message:
gnuradio-core: Not for python313 if using py-qtgraph-qt5.
   2024-10-04 05:49:38 by Ryo ONODERA | Files touched by this commit (237)
Log message:
*: Recursive revbump from Boost 1.86.0
   2024-08-28 18:53:03 by Greg Troxel | Files touched by this commit (1)
Log message:
ham/gnuradio-core: Drop ninja option

The currently-documented approach to using ninja for cmake builds is
to set "CMAKE_GENERATOR=ninja".  That works fine for gnuradio-core, so
drop the (default-off) option that was a bespoke implementation of the
same thing.

Guess that ~nobody was using this, and that if n were, that them
pruning it and setting CMAKE_GENERATOR=ninja is less total work than
adding compat, maintaining it, and eventually cleaning it up.