Skip to content

Commit

Permalink
Fix Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
joeycarter committed Jan 15, 2025
1 parent 5b32087 commit ea341a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,8 @@ wheel:
for file in gradient quantum _ods_common catalyst mitigation _transform; do \
cp $(COPY_FLAGS) $(DIALECTS_BUILD_DIR)/python_packages/quantum/mlir_quantum/dialects/*$${file}* $(MK_DIR)/frontend/mlir_quantum/dialects ; \
done
mkdir -p $(MK_DIR)/frontend/catalyst/bin
cp $(COPY_FLAGS) $(DIALECTS_BUILD_DIR)/bin/catalyst $(MK_DIR)/frontend/catalyst/bin
mkdir -p $(MK_DIR)/frontend/bin
cp $(COPY_FLAGS) $(DIALECTS_BUILD_DIR)/bin/catalyst $(MK_DIR)/frontend/bin/
find $(MK_DIR)/frontend -type d -name __pycache__ -exec rm -rf {} +

$(PYTHON) -m pip wheel --no-deps . -w dist
Expand Down

0 comments on commit ea341a4

Please sign in to comment.