<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/94f2cdb8f3074a891afd5215bf65304c45008b2a">https://github.com/macports/macports-ports/commit/94f2cdb8f3074a891afd5215bf65304c45008b2a</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 94f2cdb  py-tensorflow: pass --expunge to 'bazel clean' to clean up more.
</span>94f2cdb is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 94f2cdb8f3074a891afd5215bf65304c45008b2a
</span>Author: Blair Zajac <blair@macports.org>
AuthorDate: Sun Sep 1 14:06:39 2019 -0700

<span style='display:block; white-space:pre;color:#404040;'>    py-tensorflow: pass --expunge to 'bazel clean' to clean up more.
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    This also stops the bazel server.
</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 c73f399..806881e 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;'>@@ -186,7 +186,7 @@ if {${name} ne ${subport}} {
</span>         # Build the python wheel
         system -W ${worksrcpath} "./bazel-bin/tensorflow/tools/pip_package/build_pip_package ${workpath}"
         # Clean up
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        system -W ${worksrcpath} "${tf_bazel_cmd} clean"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        system -W ${worksrcpath} "${tf_bazel_cmd} clean --expunge"
</span>     }
 
     set macos_minor_v [expr [lindex [split ${os.version} "."] 0] - 4]
</pre><pre style='margin:0'>

</pre>