Skip to content

Commit

Permalink
Merge pull request #61930 from tensorflow/r2.14-0e3480236ce
Browse files Browse the repository at this point in the history
r2.14 cherry-pick: 0e34802 "include THIRD_PARTY_NOTICES.txt in the wheel."
  • Loading branch information
learning-to-play committed Sep 20, 2023
2 parents d9f5428 + 656737b commit 25ffb73
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions tensorflow/tools/pip_package/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ DYNAMIC_LOADED_KERNELS = [
COMMON_PIP_DEPS = [
":licenses",
"MANIFEST.in",
"THIRD_PARTY_NOTICES.txt",
"README",
"setup.py",
":included_headers",
Expand Down
1 change: 1 addition & 0 deletions tensorflow/tools/pip_package/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
include LICENSE
include README
include tensorflow/THIRD_PARTY_NOTICES.txt
recursive-include * *.py
recursive-include * *.pyd
recursive-include * *.pyi
Expand Down
1 change: 1 addition & 0 deletions tensorflow/tools/pip_package/build_pip_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ function prepare_src() {
mkdir -p ${TMPDIR}/third_party
cp -R $RUNFILES/third_party/eigen3 ${TMPDIR}/third_party
cp -LR $RUNFILES/../local_config_cuda/cuda/_virtual_includes/cuda_headers_virtual/third_party/gpus ${TMPDIR}/third_party
cp $RUNFILES/tensorflow/tools/pip_package/THIRD_PARTY_NOTICES.txt "${TMPDIR}/tensorflow"

reorganize_includes "${TMPDIR}"

Expand Down

0 comments on commit 25ffb73

Please sign in to comment.