File: debian_pdqsort

package info (click to toggle)
uncalled 2.2%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 944 kB
  • sloc: cpp: 5,226; python: 1,994; sh: 125; makefile: 68
file content (25 lines) | stat: -rw-r--r-- 675 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Author: Michael R. Crusoe <crusoe@debian.org>
Description: Use the Debian pdqsort-dev package
Forwarded: not-needed
--- uncalled.orig/setup.py
+++ uncalled/setup.py
@@ -10,10 +10,6 @@
 
 SUBMOD_DIR = os.path.join(ROOT_DIR, "submods")
 SUBMODS = [
-    "bwa", 
-    "fast5", 
-    "hdf5", 
-    "pdqsort", 
     "toml11"
 ]
 
@@ -103,7 +99,7 @@
         "./submods", #TODO: consistent incl paths?
         subprocess.check_output("pkg-config  --cflags hdf5-serial | sed 's/-I//'", shell=True, encoding='UTF-8').strip(), 
         "/usr/include/fast5/",
-        "./submods/pdqsort",
+        "/usr/include/",
         "./submods/toml11",
         get_pybind_include()
     ],