Package: pbseqlib / 5.3.5+dfsg-10

Metadata

Package Version Patches format
pbseqlib 5.3.5+dfsg-10 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
hdf5 1.10.1 support.patch | (download)

hdf/HDFAttributable.hpp | 1 1 + 0 - 0 !
hdf/HDFConfig.hpp | 5 5 + 0 - 0 !
2 files changed, 6 insertions(+)

    Continued rearranging the classes to model the relationship of HDF5
    objects more accurately.  The changes included:
    - in the baseclass list of Attribute, changed "public IdComponent" to
      "public H5Location", because location sometime can be specified with
      attribute
    - moved H5A wrappers in H5Location to H5Object because H5A functions
      can't be called on attribute id
    - removed the stubs Attribute::iterateAttrs and Attribute::renameAttr
    - removed Attribute::getFileName and Attribute::flush, because
          H5Location has them
    - result of the modified partial class diagram, regarding Attribute
 .
                                IdComponent
                                     |
                                H5Location   AbstractDs
                                /       \   /
                        H5Object     Attribute
hdf5 1.10.0 support.patch | (download)

hdf/BufferedHDF2DArray.cpp | 2 1 + 1 - 0 !
hdf/BufferedHDF2DArray.hpp | 6 3 + 3 - 0 !
hdf/BufferedHDF2DArrayImpl.hpp | 4 2 + 2 - 0 !
hdf/BufferedHDFArray.hpp | 4 2 + 2 - 0 !
hdf/BufferedHDFArrayImpl.hpp | 4 2 + 2 - 0 !
hdf/HDFAtom.cpp | 4 2 + 2 - 0 !
hdf/HDFAtom.hpp | 20 10 + 10 - 0 !
hdf/HDFAttributable.cpp | 8 4 + 4 - 0 !
hdf/HDFAttributable.hpp | 4 2 + 2 - 0 !
hdf/HDFData.cpp | 8 4 + 4 - 0 !
hdf/HDFData.hpp | 10 5 + 5 - 0 !
hdf/HDFGroup.cpp | 2 1 + 1 - 0 !
hdf/HDFGroup.hpp | 2 1 + 1 - 0 !
13 files changed, 39 insertions(+), 39 deletions(-)

 fix build against recent hdf5 lib


meson.patch | (download)

meson.build | 7 6 + 1 - 0 !
1 file changed, 6 insertions(+), 1 deletion(-)

 there is no point to check for gtest since its installed via build-depends


static+shared_lib.patch | (download)

meson.build | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 build static and shared library


gcc 13.patch | (download)

pbdata/utils.hpp | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 include cstdint to fix ftbfs with gcc-13
pbbam_2.3.0 | (download)

alignment/datastructures/alignment/FilterCriteria.cpp | 16 9 + 7 - 0 !
alignment/format/BAMPrinterImpl.hpp | 27 15 + 12 - 0 !
hdf/HDFPulseCallsWriter.cpp | 7 4 + 3 - 0 !
pbdata/SMRTSequence.cpp | 6 4 + 2 - 0 !
4 files changed, 32 insertions(+), 24 deletions(-)

 adapt to pbbam 2.3.0 / pbcopper 2.2.0 changes

gcc 14.patch | (download)

alignment/algorithms/anchoring/FindMaxIntervalImpl.hpp | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 potential fix for gcc-14