<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/d6ad92f29773e424dd133000e8c5a5c1255c104b">https://github.com/macports/macports-ports/commit/d6ad92f29773e424dd133000e8c5a5c1255c104b</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'> new d6ad92f py-tensorflow: enable verbose failure reporting
</span>d6ad92f is described below
<span style='display:block; white-space:pre;color:#808000;'>commit d6ad92f29773e424dd133000e8c5a5c1255c104b
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Sat Jun 22 14:10:05 2019 +0100
<span style='display:block; white-space:pre;color:#404040;'> py-tensorflow: enable verbose failure reporting
</span>---
python/py-tensorflow/Portfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-tensorflow/Portfile b/python/py-tensorflow/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index a2c5f72..494910a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-tensorflow/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-tensorflow/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -130,7 +130,7 @@ if {${name} ne ${subport}} {
</span>
build {
# Build using the wonderful bazel build system ...
<span style='display:block; white-space:pre;background:#ffe0e0;'>- set tf_bazel_cmd "bazel --max_idle_secs=60 --output_user_root=${workpath}"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ set tf_bazel_cmd "bazel --max_idle_secs=60 --verbose_failures --output_user_root=${workpath}"
</span> set tf_bazel_build_opts "-s -c opt --config=opt"
# hack to try and transfer MP c, c++ and ld options to bazel...
foreach opt [list {*}${configure.cflags} ] {
</pre><pre style='margin:0'>
</pre>