From b82193e3361980b146619864fa1678de0383c036 Mon Sep 17 00:00:00 2001 From: John Demme Date: Mon, 15 Jul 2024 17:09:51 +0200 Subject: [PATCH] [PyCDE] Run delvewheel on Windows wheels Should fix missing DLL issues. --- frontends/PyCDE/pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontends/PyCDE/pyproject.toml b/frontends/PyCDE/pyproject.toml index f4847d12b622..8fa023d09688 100644 --- a/frontends/PyCDE/pyproject.toml +++ b/frontends/PyCDE/pyproject.toml @@ -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 = [