<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/9f8e05bfdcde0c8c1e22fce9985337705cd2fc07">https://github.com/macports/macports-ports/commit/9f8e05bfdcde0c8c1e22fce9985337705cd2fc07</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 9f8e05b py-tensorflow: Add notes indicating existance of native build variant
</span>9f8e05b is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 9f8e05bfdcde0c8c1e22fce9985337705cd2fc07
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Wed May 22 17:16:42 2019 +0100
<span style='display:block; white-space:pre;color:#404040;'> py-tensorflow: Add notes indicating existance of native build variant
</span>---
python/py-tensorflow/Portfile | 3 +++
1 file changed, 3 insertions(+)
<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 00de997..fa28aaf 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;'>@@ -87,6 +87,9 @@ if {${name} ne ${subport}} {
</span> build.env-append JAVA_HOME=${java.home}
if {![variant_isset native]} {
configure.env-append CC_OPT_FLAGS=-march=ivybridge
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ notes "This version is built based on a base architecture for convenience,
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ which may not be optimized for your system. To build a version
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ customized for your machine, use the +native variant"
</span> }
# Disable Xcode detection on older OSes, as we want the
# MP provided commandline utilities to be used instead.
</pre><pre style='margin:0'>
</pre>