Skip to content

Commit

Permalink
Fix tsl include location
Browse files Browse the repository at this point in the history
  • Loading branch information
xhochy committed Jul 16, 2024
1 parent 28ae196 commit 6fd3583
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions recipe/cp_libtensorflow.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# https://github.com/tensorflow/tensorflow/blob/master/tensorflow/tools/lib_package/README.md
tar -C ${PREFIX} -xzf $SRC_DIR/libtensorflow.tar.gz

mv $PREFIX/include/external/local_tsl/tsl $PREFIX/include

# Make writable so patchelf can do its magic
chmod u+w $PREFIX/lib/libtensorflow*

0 comments on commit 6fd3583

Please sign in to comment.