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

[WIP] Add support for apple silicon #73

Closed
wants to merge 1 commit into from
Closed

Conversation

souleb
Copy link
Contributor

@souleb souleb commented Jul 12, 2024

Enable apple silicon users to generate the docs.

@souleb souleb marked this pull request as draft July 12, 2024 21:17
PYTHON_PACKAGE=$PYTHON_VERSION-macos-x86_64
elif [ $PLATFORM == 'Darwin' ] && [ $PROCESSOR == 'arm64' ]; then
PYTHON_PACKAGE=$PYTHON_VERSION-macos-aarch64
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I need to find out how to build and push the required tarballs to http://bootstrap.packman.nvidia.com

@souleb souleb closed this Jul 15, 2024
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.

1 participant