2 from __future__
import print_function
8 from .commands
import get_include, get_cmake_dir
13 sysconfig.get_path(
"include"),
14 sysconfig.get_path(
"platinclude"),
21 if d
not in unique_dirs:
24 print(
" ".join(
"-I" + d
for d
in unique_dirs))
28 parser = argparse.ArgumentParser()
32 help=
"Include flags for both pybind11 and Python headers.",
37 help=
"Print the CMake module directory, ideal for setting -Dpybind11_ROOT in CMake.",
39 args = parser.parse_args()
48 if __name__ ==
"__main__":
void print(const Matrix &A, const string &s, ostream &stream)
def get_include(user=False)