Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
chrstnbwnkl committed Jun 21, 2024
1 parent 4d7389c commit ac92d72
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ repair-wheel-command = "delvewheel repair --add-path lib/windows {wheel} -w {des

[tool.cibuildwheel.linux]
before-all = """
pip install conan
pip install conan<2.0.0
conan profile new default --detect
conan config set storage.path={package}/conan_data
conan install --install-folder {package}/conan_build --remote conancenter {package}/conanfile.txt
"""

[tool.cibuildwheel.macos]
environment = { LIBRARY_PATH="$(pwd)/lib/darwin/:$LIBRARY_PATH" }
environment = { LIBRARY_PATH = "$(pwd)/lib/darwin/:$LIBRARY_PATH" }
repair-wheel-command = [
'DYLD_LIBRARY_PATH=$LIBRARY_PATH delocate-listdeps {wheel}',
'DYLD_LIBRARY_PATH=$LIBRARY_PATH delocate-wheel --require-archs {delocate_archs} -w {dest_dir} {wheel}'
'DYLD_LIBRARY_PATH=$LIBRARY_PATH delocate-wheel --require-archs {delocate_archs} -w {dest_dir} {wheel}',
]

0 comments on commit ac92d72

Please sign in to comment.