Package: libgdf / 0.1.3-15
Metadata
| Package | Version | Patches format |
|---|---|---|
| libgdf | 0.1.3-15 | 3.0 (quilt) |
Patch series
view the series file| Patch | File delta | Description |
|---|---|---|
| disable werror.patch | (download) |
libgdf/CMakeLists.txt |
4 2 + 2 - 0 ! |
remove -werror to fix ftbfs with gcc-7 Modifying build flags avoids having to edit public library headers. GCC-7 gives the following error: dynamic exception specifications are deprecated in C++11; use 'noexcept' instead [-Werror=deprecated] |
| check system endianness.patch | (download) |
libgdf/include/GDF/Types.h |
10 5 + 5 - 0 ! |
avoid deprecated way of checking system endianness According to file /usr/include/boost/predef/detail/endian_compat.h, [t]he use of BOOST_*_ENDIAN and BOOST_BYTE_ORDER is deprecated. Please include <boost/predef/other/endian.h> and use BOOST_ENDIAN_*_BYTE instead. . This patch follows this recommendation. |
| compile with g++ 11.patch | (download) |
libgdf/include/GDF/EventConverter.h |
3 1 + 2 - 0 ! |
compile against g++ 11 |
1
