-
Notifications
You must be signed in to change notification settings - Fork 26
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
OpenROAD: Fix package #366
Conversation
Thanks for the patch! Let me check w/ the CI if it fixes #368 |
still seeing:
|
Sorry, it seems like the files changed again since I last looked at it. I'm updating the patch now |
Seems like this fixed it in my fork: https://github.com/ubfx/conda-eda/actions/runs/7987639828/job/21810507800#step:5:1480 |
@ubfx thanks for the quick turnaround, running the CI. |
Looks like we miss an stdlib include?
|
The ortools patch problem seems fixed, now we're seeing: py37:
py38 and py310:
The accumulate error I also saw on my runner, and can be fixed by adding |
Let's see what the CI says ? https://github.com/hdl/conda-eda/actions/runs/7988449270/job/21813113707?pr=366 :) |
still getting:
for python > 3.7 . but openroad-linux-py37 seems to be passing! \o/ |
maybe missing include or diverging |
Seems like |
should we pin the qt version to |
Looking at the logs it looks like for py38 and py310 the version of qt that gets resolved is older!
while py37 resolves to:
|
Ah that's probably it! Not sure where I got those version numbers from earlier. 😄 |
@ubfx do you want me to wait for The-OpenROAD-Project/OpenROAD#4696 to land before merging? |
Up to you, I can also create a new PR on here as soon as it lands. |
Let's unblock this then, and you (or I!) can follow up with a PR removing the patches once The-OpenROAD-Project/OpenROAD#4696 lands. Thanks a lot for working thru this together! |
Currently, the OpenROAD build fails, because this patch can't be applied.
I actually had to do some more changes in my fork to get the build working again, but I'm not sure how much of that is because of my runner. So maybe this will do.
Fix #368