It seems that the simplest way of calling lapack functions from cython is to use lapacke.
I would like to use the lapack functions that come with Enthought Canopy in the libmkl_* dynamic libraries.
However, I cannot find lapacke.h anywhere in Canopy. Is there any way I can use lapacke without making a separate installation of lapack?