There is no way to use custom version of lapclib because config.lapackinc is being set only in down_install_lapc() function. Therefore check_lapc() tries to compile testing source with default include paths only. And gets the compile error of course (something about missing <lapacke.h>
).
