jrl-umi3218 / jrl-cmakemodules

CMake utility toolbox
https://jrl-cmakemodules.readthedocs.io/en/master/
Other
57 stars 45 forks source link

Python stubs: cmake race condition #600

Closed nim65s closed 9 months ago

nim65s commented 1 year ago

Hi,

When building pinocchio with -jX, if stubs are getting generated before pywrap is available, we get an error, as the first can't import the second.

I guess this is a low-priority issue for now.

jcarpent commented 1 year ago

I think this issue is related to the dependencies that need to be properly enforced: stubs should be built after the Python libs

jcarpent commented 9 months ago

Solved via #495