File: debian_pybind11

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 (14 lines) | stat: -rw-r--r-- 586 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Author: Michael R. Crusoe <crusoe@debian.org>
Description: Use the python3-pybind11 package
Forwarded: not-needed
--- uncalled.orig/Makefile
+++ uncalled/Makefile
@@ -10,7 +10,7 @@
 BWA_INCLUDE=-I/usr/include/bwa
 
 LIBS=$(HDF5_LIB) $(BWA_LIB) -lstdc++ -lz -ldl -pthread -lm 
-INCLUDE=-I submods/ -I submods/toml11 -I/usr/include/fast5/ -I submods/pybind11/include -I submods/pdqsort $(HDF5_INCLUDE) $(BWA_INCLUDE)
+INCLUDE=-I submods/ -I submods/toml11 -I/usr/include/fast5/ $(shell pybind11-config --includes) -I submods/pdqsort $(HDF5_INCLUDE) $(BWA_INCLUDE)
 
 SRC=src
 BUILD=build