File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 33# Run this script to build the Python wheel packages for macOS for an ITK
44# external module.
55#
6- # Versions can be restricted by passing them in as arguments to the script
7- # For example,
8- #
9- # scripts/macpython-build-module-wheels.sh 2.7 3.5
6+ # Versions can be restricted by passing them in as arguments to the script.
107#
118# Shared libraries can be included in the wheel by exporting them to DYLD_LIBRARY_PATH before
129# running this script.
13- #
10+ #
1411# For example,
1512#
1613# export DYLD_LIBRARY_PATH="/path/to/libs"
17- # scripts/macpython-build-module-wheels.sh cp39
14+ # scripts/macpython-build-module-wheels.sh 3.7 3.9
1815#
1916
2017# -----------------------------------------------------------------------
@@ -34,6 +31,7 @@ Python3_EXECUTABLE=${VENV}/bin/python3
3431${Python3_EXECUTABLE} -m pip install --no-cache delocate
3532DELOCATE_LISTDEPS=${VENV} /bin/delocate-listdeps
3633DELOCATE_WHEEL=${VENV} /bin/delocate-wheel
34+ DELOCATE_PATCH=${VENV} /bin/delocate-patch
3735# So delocate can find the libs
3836export DYLD_LIBRARY_PATH=${DYLD_LIBRARY_PATH} :${script_dir} /../oneTBB-prefix/lib
3937
You can’t perform that action at this time.
0 commit comments