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: Macos python build script #127

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

thewtex
Copy link
Member

@thewtex thewtex commented May 3, 2019

@hjmjohnson
Copy link
Member

@thewtex Is this outdated?

@thewtex
Copy link
Member Author

thewtex commented Mar 5, 2020

It is still relevant, but is a WIP. I am working on a conda/conda-forge recipe, which is reusing some of the scripts in this repository. After that is working, we can revisit this to see how best to organize build scripts for re-use.

@hjmjohnson
Copy link
Member

FYI: I am trying to build wheels local on my machine (for debugging purposes) but can not figure out how to create the standard set of wheels. I think the scrips are hard-coded to only work inside the docker environments.

@thewtex
Copy link
Member Author

thewtex commented Mar 6, 2020

A Docker environment is only used for Linux builds.

For macOS, the commands are

./scripts/macpython-install-python.sh
./scripts/macpython-build-wheels.sh

documented here: https://itkpythonpackage.readthedocs.io/en/latest/Build_ITK_Python_packages.html#macos

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