File: use_debian_packaged_libssw.patch

package info (click to toggle)
libvcflib 1.0.12%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 70,520 kB
  • sloc: cpp: 39,837; python: 532; perl: 474; ansic: 317; ruby: 295; sh: 254; lisp: 148; makefile: 123; javascript: 94
file content (17 lines) | stat: -rw-r--r-- 480 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Author: Andreas Tille <tille@debian.org>
Last-Update: 2021-01-28
Bug-Debian: https://bugs.debian.org/838513
Description: Use Debian packaged libssw (while its not clear
 why two implementations of Smith-Waterman are needed at all)
Forwarded: not-needed
--- a/src/Variant.cpp
+++ b/src/Variant.cpp
@@ -12,7 +12,7 @@
 #include <utility>
 #include "multichoose.h"
 #include <SmithWatermanGotoh.h>
-#include "ssw_cpp.hpp"
+#include <ssw_cpp.h>
 #include <regex>
 
 namespace vcflib {