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 892db7e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions frontends/PyCDE/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,9 @@ install(IMPORTED_RUNTIME_ARTIFACTS PyCDE_CIRCTPythonCAPI
DESTINATION python_packages/pycde/circt/_mlir_libs
COMPONENT PyCDE
)
install(RUNTIME_DEPENDENCY_SET PyCDE_RUNTIME_DEPS
DESTINATION python_packages/pycde/circt/_mlir_libs
PRE_EXCLUDE_REGEXES .*
PRE_INCLUDE_REGEXES zlib1
COMPONENT PyCDE
)

0 comments on commit 892db7e

Please sign in to comment.