Skip to content

Commit

Permalink
[PyCDE] Run delvewheel on Windows wheels
Browse files Browse the repository at this point in the history
Should fix missing DLL issues.
  • Loading branch information
teqdruid committed Jul 15, 2024
1 parent 4673afe commit b82193e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontends/PyCDE/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ git_describe_command = "git describe --dirty --tags --long --match pycde*"
build-frontend = "build"
manylinux-x86_64-image = "ghcr.io/circt/images/pycde-build"

[tool.cibuildwheel.windows]
before-build = "pip install delvewheel"
repair-wheel-command = "delvewheel repair -w {dest_dir} {wheel}"

[tool.cibuildwheel.linux]
# Use our internal auditwheel script so as to not mess up the collateral.
environment-pass = [
Expand Down

0 comments on commit b82193e

Please sign in to comment.