Skip to content

Commit

Permalink
Changes how auditwheel is added to .toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Opt-Mucca committed Dec 7, 2023
1 parent d6a5502 commit 6018bc0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ before-all = [
"mv scip_install src/scip"
]
environment = { SCIPOPTDIR="$(pwd)/src/scip", LD_LIBRARY_PATH="$(pwd)/src/scip/lib:LD_LIBRARY_PATH", DYLD_LIBRARY_PATH="$(pwd)/src/scip/lib:$DYLD_LIBRARY_PATH", PATH="$(pwd)/src/scip/bin:$PATH", PKG_CONFIG_PATH="$(pwd)/src/scip/lib/pkgconfig:$PKG_CONFIG_PATH"}
delocate-wheel --require-archs {delocate_archs} -w {dest_dir} -v {wheel}
repair-wheel-command = [
"delocate-wheel --require-archs {delocate_archs} -w {dest_dir} -v {wheel}"
]


[tool.cibuildwheel.windows]
Expand Down

0 comments on commit 6018bc0

Please sign in to comment.