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

Issue using the pip version on Apple Silicon #1814

Closed
rknall opened this issue Jul 16, 2020 · 3 comments
Closed

Issue using the pip version on Apple Silicon #1814

rknall opened this issue Jul 16, 2020 · 3 comments

Comments

@rknall
Copy link

rknall commented Jul 16, 2020

Currently pip only provides a x86_64 binary on Apple Silicon, leading to a version of ninja on the system which can fail to build correct targets (see https://gitlab.kitware.com/cmake/cmake/-/issues/20966 for reference).

The pip should provide an universal binary instead, or a platform specific one. Initial tests show, this would resolve the issue.

@jhasse
Copy link
Collaborator

jhasse commented Jul 17, 2020

This is something that comes often: We don't maintain ninja on pip, it's an unofficial fork. See https://github.com/scikit-build/ninja-python-distributions

You can build Ninja from source on the DTK or install it via Homebrew (that should compile it from source too, haven't tried it yet though).

@jhasse jhasse closed this as completed Jul 17, 2020
@rknall
Copy link
Author

rknall commented Jul 17, 2020

Thanks, I filed an issue there (scikit-build/ninja-python-distributions#35)

@rknall
Copy link
Author

rknall commented Jul 17, 2020

One more thing, compiling from source and installing from Homebrew both work great

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

No branches or pull requests

2 participants