Skip to content

Commit

Permalink
[PyCDE] Windows wheels: missing zlib1 DLL
Browse files Browse the repository at this point in the history
Should fix the missing zlib1 DLL issue. Delvewheel didn't work.
  • Loading branch information
teqdruid committed Jul 15, 2024
1 parent 18a784a commit 1174c57
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 1174c57

Please sign in to comment.