This package provides a shared library for ldas-tools-framecpp - a toolkit providing C
bindings for working with frame data.
Provides
Requires
License
GPL-2.0-or-later
Changelog
* Thu Aug 29 2024 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 3.0.4:
* Corrected initialization order
* Initialized all option variables for framecpp_verify (closes
[#209])
* Restored CRC effecientcy (closes #164)
* Restore framecpp_compare (closes #165)
* Corrected handling of composite compression modes
* Corrected translation of compression mode flags going from
version 8 frame specification to version 9 frame specification
* Added ability to specify version of frame to write
- Enable LTO.
* Thu Jan 18 2024 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 3.0.2:
* Corrected handling of ZERO_SUPPRESS_OTHERWISE_GZIP (closes
computing/ldastools/LDAS_Tools#159)
* Added GetNDataValid function and other functions to
access/manipulate dataValid vector to FrVect (closes
computing/ldastools/LDAS_Tools#160)
* Modified function signature of
FrameCPP::Version9::FrVect::SetDataValid to accept const
CHAR_U* as first parameter (closes
computing/ldastools/LDAS_Tools#161)
- Changes from older versions: see
%{_docdir}/ldas-tools-framecpp-devel/ChangeLog.md
- Update shared lib names to keep up with upstream so versions,
and define macros to keep them all consistent across the spec.
- Use cmake macros to build; in addition pass
- DCMAKE_SKIP_INSTALL_RPATH=ON to avoid rpaths in installed
binaries.
- Disable builds on 32 bit systems where builds fail due to `long
long unsigned int` vs `size_t` types mismatch.
- Boost >= 1.67.0 is now required for builds.