Package: seqan2 / 2.4.0+dfsg-16
Metadata
Package | Version | Patches format |
---|---|---|
seqan2 | 2.4.0+dfsg-16 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
spelling | (download) |
apps/ngs_roi/bam2roi.cpp |
2 1 + 1 - 0 ! |
typo fix, interst->interest |
skip seqan revision | (download) |
util/cmake/SeqAnBuildSystem.cmake |
17 9 + 8 - 0 ! |
don't look for a git directory, as the debian packaging confuses the build system |
fix version_check test | (download) |
tests/arg_parse/test_arg_parse_version_check.h |
2 1 + 1 - 0 ! |
fixes test to work with -dseqan_disable_version_check=yes |
skip some apps on some archs | (download) |
apps/razers/CMakeLists.txt |
10 10 + 0 - 0 ! |
skip some architectures + seqan app combinations Could be a bug in gcc or seqan, but the memory requirements on mips{,el} to compile three of the apps balloons beyond 14GiB, so skip them If you update this patch (add/remove an architecture/app combo), then update debian/README.Debian |
tweak_readmes | (download) |
apps/ngs_roi/README |
5 3 + 2 - 0 ! |
update paths to their debian equivalents |
install_fiona_illumina | (download) |
apps/fiona/CMakeLists.txt |
2 1 + 1 - 0 ! |
install the illumina version of fiona as well |
ctdVersion.patch | (download) |
include/seqan/arg_parse/arg_parse_ctd_support.h |
2 1 + 1 - 0 ! |
[patch] [internal] fix ctd output: add ctdversion tag in header. |
fix_manpage_formatting.patch | (download) |
include/seqan/arg_parse/tool_doc.h |
25 21 + 4 - 0 ! |
[patch] [internal] fixes man page output: escape special characters '.' or ''' at the beginning of a line. |
no unaligned access.patch | (download) |
include/seqan/basic/basic_stream.h |
3 2 + 1 - 0 ! |
use alignment-safe buffer handling. Currently we are using assignment to copy the contents of a variable of arbitrary type into a buffer, but this is not portable because the buffer address may not be aligned. Use memcpy() instead, which should be comparable performance ut alignment-safe. |
ia64_yield | (download) |
include/seqan/parallel/parallel_lock.h |
2 2 + 0 - 0 ! |
fix thread wait for ia64 |
python3 | (download) |
apps/bs_tools/tests/run_tests.py |
26 13 + 13 - 0 ! |
python3 conversion |
fix_python3_tests | (download) |
apps/mason2/CMakeLists.txt |
2 1 + 1 - 0 ! |
fix some string comparisons made for py2. In py3 we read bytes, not str, so decode bytes to str before comparison. Remove mason2 tests as upstream skip them if gcc > 10 (in develop branch) Last-Updated: 2022-12-21 |