<pre style='margin:0'>
Chris Jones (cjones051073) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/0fbac3578ef40f287a19bab2c41a32b1f66bb2ca">https://github.com/macports/macports-ports/commit/0fbac3578ef40f287a19bab2c41a32b1f66bb2ca</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 0fbac3578ef40f287a19bab2c41a32b1f66bb2ca
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Sat May 9 12:33:30 2020 +0100

<span style='display:block; white-space:pre;color:#404040;'>    py-tensorflow1: add debug printout of bazel build command
</span>---
 python/py-tensorflow1/Portfile | 3 +++
 1 file changed, 3 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-tensorflow1/Portfile b/python/py-tensorflow1/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 87eb73a..0883386 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-tensorflow1/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-tensorflow1/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -198,6 +198,9 @@ if {${name} ne ${subport}} {
</span>             set tf_bazel_build_opts "${tf_bazel_build_opts} --copt=${base_march}"
             set tf_bazel_cmd "CC_OPT_FLAGS=${base_march} ${tf_bazel_cmd}"
         }
<span style='display:block; white-space:pre;background:#e0ffe0;'>+        ui_debug "Bazel build command : ${tf_bazel_cmd}"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        ui_debug "Bazel build options : ${tf_bazel_build_opts}"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        # Run the build
</span>         system -W ${worksrcpath} "${tf_bazel_cmd} build ${tf_bazel_build_opts} //tensorflow/tools/pip_package:build_pip_package"
         # Build the python wheel
         system -W ${worksrcpath} "./bazel-bin/tensorflow/tools/pip_package/build_pip_package ${workpath}"
</pre><pre style='margin:0'>

</pre>