Skip to content

Commit

Permalink
copy requirements_extras to local dir for building wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
hunhoffe committed Oct 11, 2024
1 parent 4b25938 commit b9de542
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/mlir_aie_wheels/scripts/build_local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ if [ -d "$HERE/../wheelhouse/.ccache" ]; then
fi

cp -R "$HERE/../requirements.txt" "$HERE/../python_bindings"
cp -R "$HERE/../requirements_extras.txt" "$HERE/../python_bindings"
cp -R "$HERE/../scripts" "$HERE/../python_bindings"
cp -R "$HERE/../wheelhouse/"mlir_aie*.whl "$HERE/../python_bindings"

Expand Down

0 comments on commit b9de542

Please sign in to comment.