WIP: Macos python build script#127
WIP: Macos python build script#127thewtex wants to merge 2 commits intoInsightSoftwareConsortium:mainfrom
Conversation
|
@thewtex Is this outdated? |
|
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. |
|
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. |
|
A Docker environment is only used for Linux builds. For macOS, the commands are documented here: https://itkpythonpackage.readthedocs.io/en/latest/Build_ITK_Python_packages.html#macos |
|
Should this PR be closed now? |
|
This is a start to drive the mac build with a python script, which is cleaner. |
@fbudin69500 @jcfr