Skip to content

Commit

Permalink
Add lefdef to wheel build
Browse files Browse the repository at this point in the history
  • Loading branch information
robtaylor committed Aug 9, 2023
1 parent 3920f36 commit aa1557b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ def build_cmake_extension(self, ext: CMakeExtension) -> None:
def build(setup_kwargs: Dict[str, Any]) -> None:
cmake_modules = [
CMakeExtension("coloquinte", sourcedir="coloquinte"),
CMakeExtension("lefdef", sourcedir="lefdef"),
CMakeExtension("Hurricane", sourcedir="hurricane"),
CMakeExtension("crlcore", sourcedir="crlcore"),
CMakeExtension("flute", sourcedir="flute"),
Expand Down

0 comments on commit aa1557b

Please sign in to comment.