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

Install maturin as part of pyenv since it's needed to build #9

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

olofj
Copy link
Contributor

@olofj olofj commented Nov 1, 2024

Maturin isn't tracked as a dependency anywhere, but it's needed to build. Luckily we can just pip install it when we setup the pyenv in the first place.

Signed-off-by: Olof Johansson <olofj@tenstorrent.com>
@olofj olofj requested a review from TTDRosen November 1, 2024 16:55
@TTDRosen
Copy link
Contributor

TTDRosen commented Nov 5, 2024

@warthog9 is this the Makefile that you deleted in your packaging branch?

@warthog9
Copy link
Member

warthog9 commented Nov 5, 2024

It is tracked as a dependency of the crate, where it's actually used:

https://github.com/tenstorrent/luwen/blob/main/crates/pyluwen/pyproject.toml

And yes @TTDRosen that makefile is deleted in the packaging branch as it causes a lot of packaging problems having a makefile the way that makefile was

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.

3 participants