python_example
python_example copied to clipboard
Linking
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:

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.