Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianPugh committed Feb 26, 2024
1 parent 2cb482a commit 26edac9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build_wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ jobs:
fetch-depth: 0
submodules: "recursive"

- name: Install ZLIB
run: choco install zlib
shell: pwsh

- name: Set up python 3.12
uses: actions/setup-python@v4
with:
Expand Down Expand Up @@ -150,7 +154,8 @@ jobs:
CIBW_ENVIRONMENT: REPAIR_LIBRARY_PATH=${GITHUB_WORKSPACE}/openexr-install/lib64:${GITHUB_WORKSPACE}/openexr-install/lib
CIBW_REPAIR_WHEEL_COMMAND_MACOS: >
# https://cibuildwheel.readthedocs.io/en/stable/faq/#macos-passing-dyld_library_path-to-delocate
DYLD_LIBRARY_PATH=$REPAIR_LIBRARY_PATH delocate-wheel --require-archs {delocate_archs} -w {dest_dir} -v {wheel}
DYLD_LIBRARY_PATH=$REPAIR_LIBRARY_PATH delocate-listdeps --all {wheel}
DYLD_LIBRARY_PATH=$REPAIR_LIBRARY_PATH delocate-wheel --verbose --require-archs {delocate_archs} -w {dest_dir} {wheel}
- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 26edac9

Please sign in to comment.