pybind/python_example

Linking

Opened this issue · 1 comments

Hi,

I am trying to build python package with a reference eigen but I get following error that it is not possible to find eigen:
144604159-33846043-bbe3-42a6-afcd-7ff96e3571b9

How setuptools knows where to find linraries and includes?
My repository that I want to build is here with setup file:
https://github.com/ibois-epfl/compas_wood

There's an include_directories keyword argument to Extension's, I believe.