RoboStack / ros-noetic

vinca configuration files for ros-noetic
https://robostack.github.io
464 stars 73 forks source link

Python 3.11 packages in user channel #339

Closed lianghongzhuo closed 8 months ago

lianghongzhuo commented 1 year ago

Thank you for the great framework! I have built ros linux64 in python3.11 and uploaded it to anaconda. https://anaconda.org/lianghongzhuo/repo Do you interested in this? How can I contribute?

Tobias-Fischer commented 1 year ago

Awesome, thank you for this!

@wolfv - how should we deal with this? @lianghongzhuo - a bit of background: so far we tried to limit locally built packages as much as possible, as there are no publicly available build logs etc. in this case. However, I agree that building locally is much easier and pain-free compared to our current CI solution ..

lianghongzhuo commented 1 year ago

By the way, is there a way to set up vinca to generate recipes from the upstream source code? Many patches I made for build python3.11 are just the diff with the upstream source code. If we can build a bleed edge binary then the workload of making patches are reduced.

Tobias-Fischer commented 1 year ago

Unfortunately not an easy one :(. @wolfv maybe you could point @lianghongzhuo to the right spot in vinca which would enable this?

@lianghongzhuo could you please open a pull request with the additional patches that you used? This would be awesome!

lianghongzhuo commented 1 year ago

sure, done.

Tobias-Fischer commented 8 months ago

We'll soon release Python 3.11 packages in #418