Skip to content
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

[CD] Install nanobind when building wheels. #8005

Merged
merged 1 commit into from
Dec 18, 2024

Conversation

mikeurbach
Copy link
Contributor

We recently started supporting nanobind as a dependency in upstream MLIR. This is installed in our CI images, but not the Python wheel CI environment. This adds that dependency to the package used for the Python wheel build.

We recently started supporting nanobind as a dependency in upstream
MLIR. This is installed in our CI images, but not the Python wheel CI
environment. This adds that dependency to the package used for the
Python wheel build.
@mikeurbach
Copy link
Contributor Author

Oops forgot to post it, but there was a successful run here: https://github.com/llvm/circt/actions/runs/12387120557

Thanks for the review @teqdruid.

@mikeurbach mikeurbach merged commit e508c74 into main Dec 18, 2024
9 checks passed
@mikeurbach mikeurbach deleted the mikeurbach/wheel-nanobind branch December 18, 2024 15:17
@teqdruid
Copy link
Contributor

I'm probably gonna have to make the same changes to PyCDE when I do the next release, so I'm paying attention.

@mikeurbach
Copy link
Contributor Author

mikeurbach commented Dec 18, 2024

Ok sounds good. Sorry that I haven't also been updating PyCDE as I go, but there were other issues in my environment I would have needed to resolve before I could test PyCDE. I think at this point you can just grep for nanobind in this repo and circt/images to see where it's needed:

  • CI environments used by CIRCT
  • Wheel building environments

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants