<pre style='margin:0'>
Blair Zajac (blair) pushed a commit to branch blair-py-tensorflow1-mac-10.13-cuda-10.1
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/9aecac7b942484268dcb11a7f2ceb3f0fc3bd63b">https://github.com/macports/macports-ports/commit/9aecac7b942484268dcb11a7f2ceb3f0fc3bd63b</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 9aecac7b942484268dcb11a7f2ceb3f0fc3bd63b
</span>Author: Blair Zajac <blair@macports.org>
AuthorDate: Mon Sep 2 04:40:18 2019 -0700

<span style='display:block; white-space:pre;color:#404040;'>    py-tensorflow: don't show every command but show verbose errors when something fails.
</span>---
 python/py-tensorflow1/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<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 545634b..de49bb4 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;'>@@ -154,7 +154,7 @@ if {${name} ne ${subport}} {
</span>         }
         # Build using the wonderful bazel build system ...
         set tf_bazel_cmd "bazel --max_idle_secs=60 --output_user_root=${workpath}"
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        set tf_bazel_build_opts "-s -c opt --config=opt"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        set tf_bazel_build_opts "--verbose_failures -c opt --config=opt"
</span>         # hack to try and transfer MP c, c++ and ld options to bazel...
         foreach opt [list {*}${configure.cflags} ] {
             set tf_bazel_build_opts "${tf_bazel_build_opts} --conlyopt '${opt}'"
</pre><pre style='margin:0'>

</pre>