Skip to content

Commit

Permalink
Move extraneous files
Browse files Browse the repository at this point in the history
  • Loading branch information
blozano-tt authored Feb 12, 2025
1 parent 5d4b69b commit f10d051
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions recipes/tt-metalium/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ pip install --no-deps $SRC_DIR
# And its a reasonable objection
# Why is non python stuff in our python package?
# For now, keep it in a separate output directory and symlink it for functionality
mkdir $PREFIX/sfpi_runtime
mv $SP_DIR/runtime $PREFIX/sfpi_runtime
ln -sf $PREFIX/sfpi_runtime $SP_DIR/runtime
mkdir $PREFIX/share/sfpi_runtime
mv $SP_DIR/runtime $PREFIX/share/sfpi_runtime
ln -sf $PREFIX/share/sfpi_runtime $SP_DIR/runtime

# Again, C++ kernel sources are copied into our site-packages directory
# Put them in a separate directory and symlink
mkdir $PREFIX/tt_metal
mv $SP_DIR/tt_metal $PREFIX/tt_metal
ln -sf $PREFIX/tt_metal $SP_DIR/tt_metal
mkdir $PREFIX/share/tt_metal
mv $SP_DIR/tt_metal $PREFIX/share/tt_metal
ln -sf $PREFIX/share/tt_metal $SP_DIR/tt_metal

0 comments on commit f10d051

Please sign in to comment.