<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/5a1632ed5897ac1a2917f94a091b53a9895242e7">https://github.com/macports/macports-ports/commit/5a1632ed5897ac1a2917f94a091b53a9895242e7</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 5a1632e  py-tensorflow: Force disable MKL support until build issues addressed Closes: https://trac.macports.org/ticket/60496
</span>5a1632e is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 5a1632ed5897ac1a2917f94a091b53a9895242e7
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Fri May 15 17:12:52 2020 +0100

<span style='display:block; white-space:pre;color:#404040;'>    py-tensorflow: Force disable MKL support until build issues addressed
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes: https://trac.macports.org/ticket/60496
</span>---
 python/py-tensorflow/Portfile | 3 ++-
 1 file changed, 2 insertions(+), 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 6198e41..190e620 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;'>@@ -192,7 +192,8 @@ if {${name} ne ${subport}} {
</span>             set tf_bazel_cmd "BAZEL_USE_CPP_ONLY_TOOLCHAIN=1 ${tf_bazel_cmd}"
         }
         if {[variant_isset mkl]} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            set tf_bazel_build_opts "${tf_bazel_build_opts} --config=mkl"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            # Hardcode disable MKL intil build issue is addressed
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            #set tf_bazel_build_opts "${tf_bazel_build_opts} --config=mkl"
</span>             # Is this required ?
             #set tf_bazel_build_opts "${tf_bazel_build_opts} --cxxopt '-I${prefix}/include/libomp' --linkopt '-L${prefix}/lib/libomp'"
         }
</pre><pre style='margin:0'>

</pre>