2024-08-20 19:46:19 by Greg Troxel | Files touched by this commit (21) |
Log message:
gnuradio*: USE_CMAKE exorcism
- change to cmake/build.mk
- set CMAKE_CONFIGURE_ARGS instead of CMAKE_ARGS
- stop creating/using a build dir manually and don't override install
- comment out the "don't use ninja" arm, since that happens
naturally and the ninja option should be removed
Tested by building meta-pkgs/gnuradio on NetBSD 10.
ok @tnn
|
2024-08-18 13:50:39 by Tobias Nygren | Files touched by this commit (4) |
Log message:
gnuradio: fix build w/ fmtlib 11
|
2024-07-16 12:02:05 by Patrick Welche | Files touched by this commit (42) |
Log message:
Revbump for fmtlib 11.0.1
Pointed out by David Gutteridge on pkgsrc-changes
|
2024-05-29 18:35:19 by Adam Ciarcinski | Files touched by this commit (1929) | |
Log message:
revbump after icu and protobuf updates
|
2024-05-16 22:02:20 by Thomas Klausner | Files touched by this commit (1) |
Log message:
gnuradio-core: match incompatible python versions to used dependency's
|
2024-04-07 09:35:33 by Thomas Klausner | Files touched by this commit (1138) |
Log message:
*: bump for cairo buildlink3.mk change
lzo was made an option
|
2024-04-06 10:07:18 by Thomas Klausner | Files touched by this commit (1490) |
Log message:
* recursive bump for libxkbcommon 1.7.0
Marc Baudoin reported problems with using old binary packages
with the new libkxbcommon, so force everything to 1.7.0
|
2024-01-27 10:27:36 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(ham/gnuradio-core) Updated 3.10.9.1 to 3.10.9.2
[3.10.9.2] - 2024-01-17
Changed
Project
Fix a few memory errors in various modules.
GRC
Fix regressions in bus connections.
|
2024-01-07 13:24:20 by Makoto Fujiwara | Files touched by this commit (3) |
Log message:
(ham/gnuradio-core) Updated 3.10.8.0 to 3.10.9.1
(no info for 3.10.9.1)
## [3.10.9.0] - 2023-12-24
### Changed
#### Project
- Python minimum version is now 3.7.2, vs 3.6.5, to support type hints. Even
Python 3.7 is EOL, so this is not expected to affect people using newer versions of
GNU Radio.
- Add tox.ini, so that editors use the same formatting as github CI.
- Use pointers to pass s32fc arguments to VOLK in gr-blocks, gr-digital, and
gr-dtv to avoid undefined behavior. The fix is conditional on VOLK 3.1.0, which
add a new supporting function.
#### Runtime
- Disallow None for pmt_t arguments in Python.
- Support spdlog installations with internal or external libfmt.
#### GRC
- Use text labels to specify types for block parameters, instead of background colors
which were difficult to read/remember.
- Enable setting of documentation URLs, relative or absolute in yaml. This allows
OOTs to use the documentation link in the block parameter dialog.
- Disallow use of block ids that are Python keywords and "gnuradio".
- Add type annotations in some places (required bump to Python 3.7.2).
- Use C version of YAML loader (yaml.CSafeLoader) for better performance.
- Connections may have properties for supported connection domains. This feature
was added for RFNoC connections. Standard stream and message connections do not
support this feature, but they may in future versions.
- Check grc file version. The above feature required a version bump to \
"2". Where
no connection properties are used, version "1" is still emitted. Note \
that previous
versions of GRC do not check for file version. RFNoC flowgraphs with connection
properties will fail to load in previous versions as a result.
- Fix bug where an impressive number of backslashes were added to some filenames.
#### gr-dtv
- Read expected data as little-endian
#### gr-fec
- Add FEC_API to CCSDS Reed-Solomon functions so they can be used by OOTs.
#### gr-qtgui
- QT GUI Msg Push Button: add a callback for Message Value to allow it to
change at runtime.
#### gr-uhd
- RFNoC Rx-Streamer: Add start stream options
- Add back-edge property to RFNoC connections
#### Build system and packaging
- Update conda build. Re-rendered with conda-build 3.27.0, conda-smithy 3.28.0,
and conda-forge-pinning 2023.11.07.18.09.01.
- Use utf-8 encoding when writing files in gr_python_install.
#### Testing
There has been a great effort to identify why tests fail intermittently, or only
on certain platforms. This has lead to a number of improved test, and identification
of a number of real bugs.
|
2024-01-07 13:18:02 by Makoto Fujiwara | Files touched by this commit (19) | |
Log message:
(gnuradio-*/Makefile) reset PKGREVISION for coming update to 3.10.9.1
|