Commit Graph

6 Commits

Author SHA1 Message Date
Camillo Lugaresi
b82b8d7af3 Use python3 if available to run gen_git_source.py.
gen_git_source.py fails with an "ImportError: No module named builtins" on a default installation of Python 2 (at least, the one that comes with macOS). This can be worked around by installing the "future" package from pip. However, instead of requiring users to go through this extra step, we can simply run the script using Python 3 if it's installed. The script works on a default installation of Python 3, without requiring extra packages.
2019-08-19 16:30:42 -07:00
A. Unique TensorFlower
a0b0a50328 Formatting BUILD and bzl files.
PiperOrigin-RevId: 234543907
2019-02-18 22:24:09 -08:00
Yong Tang
5410ef84e7 Update dependency rules in Bazel
Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
2018-01-19 19:10:36 +00:00
Yong Tang
e2a2194cd7 Add TF_CONFIG_TIME to environ list in git_configure.bzl
Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
2018-01-19 19:10:36 +00:00
Yun Peng
8c2d6fc2b0 Fix git configuration on Windows () 2018-01-03 08:01:21 -08:00
Michael Case
a64485dbb3 Run gen_git_source.py inside of a repo_rule instead of configure.
PiperOrigin-RevId: 179971055
2017-12-22 15:48:23 -08:00