File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 80
80
bazel run //oss_scripts/pip_package:requirements.update -- $REQUIREMENTS_EXTRA_FLAGS
81
81
82
82
TF_ABIFLAG=$( bazel run //oss_scripts/pip_package:tensorflow_build_info -- abi)
83
-
84
- HEADER_DIR=${TF_CFLAGS: 2}
85
- SHARED_LIBRARY_DIR=${TF_LFLAGS: 2}
86
- SHARED_LIBRARY_NAME=$( echo $TF_LFLAGS_2 | rev | cut -d" :" -f1 | rev)
83
+ SHARED_LIBRARY_NAME=" libtensorflow_framework.so.2"
87
84
if is_macos; then
88
85
SHARED_LIBRARY_NAME=" libtensorflow_framework.2.dylib"
89
86
fi
90
87
91
- export LD_LIBRARY_PATH=$LD_LIBRARY_PATH :$SHARED_LIBRARY_DIR
92
88
write_action_env_to_bazelrc " TF_CXX11_ABI_FLAG" ${TF_ABIFLAG}
Original file line number Diff line number Diff line change @@ -13,8 +13,6 @@ if [[ "${osname}" == "darwin" ]]; then
13
13
ext=' ""'
14
14
fi
15
15
16
- bazel run //oss_scripts/pip_package:requirements.update -- $REQUIREMENTS_EXTRA_FLAGS
17
-
18
16
# Update setup.nightly.py with current tf version.
19
17
tf_version=$( bazel run //oss_scripts/pip_package:tensorflow_build_info -- version)
20
18
echo " Updating setup.nightly.py to version $tf_version "
You can’t perform that action at this time.
0 commit comments