Linking
Opened this issue · 1 comments
petrasvestartas commented
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
henryiii commented
There's an include_directories keyword argument to Extension's, I believe.