Skip to content

Commit 4501595

Browse files
committed
Remove local_config_poplar headers from wheel package
Summary: Ref T73652 Reviewers: #tensorflow, #framework_ip_review_-_any_oss_or_third-party_code_use_has_been_approved, kamil.andrzejewski Reviewed By: #tensorflow, #framework_ip_review_-_any_oss_or_third-party_code_use_has_been_approved, kamil.andrzejewski Maniphest Tasks: T73652 JIRA Issues: SWP-80, AFS-196 Differential Revision: https://phabricator.sourcevertex.net/D81447
1 parent cde25dd commit 4501595

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow/tools/pip_package/build_pip_package.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ function cp_external() {
3131

3232
pushd .
3333
cd "$src_dir"
34-
for f in `find . ! -type d ! -name '*.py' ! -path '*local_config_cuda*' ! -path '*local_config_tensorrt*' ! -path '*local_config_syslibs*' ! -path '*org_tensorflow*' ! -path '*llvm-project/llvm/*'`; do
34+
for f in `find . ! -type d ! -name '*.py' ! -path '*local_config_poplar*' ! -path '*local_config_cuda*' ! -path '*local_config_tensorrt*' ! -path '*local_config_syslibs*' ! -path '*org_tensorflow*' ! -path '*llvm-project/llvm/*'`; do
3535
mkdir -p "${dest_dir}/$(dirname ${f})"
3636
cp "${f}" "${dest_dir}/$(dirname ${f})/"
3737
done

0 commit comments

Comments
 (0)