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
|