ilastik/lazyflow

New method of building drtile does not always work

kemaleren opened this issue · 2 comments

Commit 1ebbcab changed how drtile finds its dependencies. However, this does not seem to always work. For instance, when using python in a virtual environment, it could not find the Python header files or libraries. Reverting this commit fixed the issue.

I guess it has something to do with the symbolic links in the python virtual environment, where the VigranumpyConfig.cmake is located. cmake's ABSOLUTE in VigranumpyConfig.cmake may not be able to determine the absolute path correctly in conjunction with symbolic links... I could be wrong, though.

drtile is removed