mirror of
https://github.com/zebrajr/tensorflow.git
synced 2026-01-15 12:15:41 +00:00
Merge changes from github.
Change: 123342870
This commit is contained in:
committed by
TensorFlower Gardener
parent
9a69f398e9
commit
8cc567bf97
@@ -16,11 +16,16 @@
|
||||
|
||||
set -e -o errexit
|
||||
|
||||
# Prefix expected paths with ./ locally and external/reponame/ for remote repos.
|
||||
# TODO(kchodorow): remove once runfiles paths are fixed, see
|
||||
# https://github.com/bazelbuild/bazel/issues/848.
|
||||
script_path=$(dirname $(dirname $(dirname "$0")))
|
||||
script_path=${script_path:-.}
|
||||
if [ -d "../org_tensorflow" ]; then
|
||||
script_path="../org_tensorflow"
|
||||
else
|
||||
# Prefix expected paths with ./ locally and external/reponame/ for remote repos.
|
||||
# TODO(kchodorow): remove once runfiles paths are fixed, see
|
||||
# https://github.com/bazelbuild/bazel/issues/848.
|
||||
script_path=$(dirname $(dirname $(dirname "$0")))
|
||||
script_path=${script_path:-.}
|
||||
fi
|
||||
|
||||
EXPECTED_PATHS="$script_path/util/python/python_include"\
|
||||
" $script_path/util/python/python_lib"\
|
||||
" $script_path/third_party/py/numpy/numpy_include"
|
||||
|
||||
Reference in New Issue
Block a user