ukoethe / vigra

a generic C++ library for image analysis
http://ukoethe.github.io/vigra/
Other
407 stars 191 forks source link

PyPy Support #484

Closed hmaarrfk closed 11 months ago

hmaarrfk commented 3 years ago

We are working toward getting pypy support at conda-forge.

Vigra seems to have trouble finding the appropriate python libraries.

I think it is related to the use of the old FIND_PACKAGE calls in cmake.

https://cmake.org/cmake/help/git-stage/module/FindPython.html

cmake 3.12 seems to have new function calls that improve on pypy detection (that may have been 3.18 but i'm not too sure).

Would it be appropriate to make PRs toward bumping the minimum CMAKE version to make this a reality?

hmeine commented 3 years ago

It sounds good and appropriate; if nobody else reviews your PR, I would.

hmaarrfk commented 11 months ago

new cmake in use now.