-
Notifications
You must be signed in to change notification settings - Fork 330
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix build by including a copy of python dev config #362
fix build by including a copy of python dev config #362
Conversation
Thanks a lot for fixing that error! |
If I understood it correctly, you hard copied the entire |
@immel-f , I had to adapt the package in two ways:
As an alternative, we would host the conan artifact somewhere (as it was done by bincrafters), e.g. by using https://github.com/thejohnfreeman/redirectory and just pull that in as drop-in replacement for the bincrafters one. But I am not a conan expert and this would probably take some more time to set up/get it to work. |
thank you for pushing this topic! You are right, we definitively need to renew our conan code. I actually started this already a while ago on this branch: https://github.com/poggenhans/Lanelet2/tree/update_conan, and I picked this up again now. This branch will add support for conan >2.0 and also remove the need for the old |
@poggenhans Cool, and it also brings python 3.12! If your cleaner solution takes longer then expected, could we either
|
I hope it should be just a matter of a few days. There shouldn't be many problems left. Building for python 3.12 works already, I just need to convince our CI of it. |
not necessary after #364 |
This fixes long standing build issues as described in #361