Package: libvcflib / 1.0.12+dfsg-1
Metadata
Package | Version | Patches format |
---|---|---|
libvcflib | 1.0.12+dfsg-1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
no_fsom | (download) |
CMakeLists.txt |
1 0 + 1 - 0 ! |
fsom is not used |
use_debian_packaged_smithwaterman.patch | (download) |
CMakeLists.txt |
12 5 + 7 - 0 ! |
use debian packaged libsmithwaterman |
use_debian_packaged_fastahack.patch | (download) |
CMakeLists.txt |
5 2 + 3 - 0 ! |
use debian packaged libfastahack (and libdisorder) |
use_debian_packaged_libssw.patch | (download) |
src/Variant.cpp |
2 1 + 1 - 0 ! |
use debian packaged libssw (while its not clear why two implementations of Smith-Waterman are needed at all) |
shared_lib.patch | (download) |
CMakeLists.txt |
16 10 + 6 - 0 ! |
create shared lib instead of static |
pkg config.patch | (download) |
libvcflib.pc |
12 12 + 0 - 0 ! |
add pkg-config file to simplify building of freebayes |
tabix_linking | (download) |
CMakeLists.txt |
1 1 + 0 - 0 ! |
link against tabixpp |
wfa2_linking | (download) |
CMakeLists.txt |
1 1 + 0 - 0 ! |
set -lwfa2 for the linker This works around a failure to catch the wfa2 library by the CMake files. |
cmakelists fixups.patch | (download) |
CMakeLists.txt |
4 2 + 2 - 0 ! |
fix a couple of issues caught while working on 1.0.11~pre2. There is one case of install() statement having something unexpected in its target, and removing the entry does not seem to cause anything obvious to be lost. The other issue resolved is the proper capture of the tabix header in |