<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/afef8683c22069ee8881ba0071073f4933b36eb2">https://github.com/macports/macports-ports/commit/afef8683c22069ee8881ba0071073f4933b36eb2</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 afef8683c22 py-tensorflow: reduce build utilitsation a bit more
</span>afef8683c22 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit afef8683c22069ee8881ba0071073f4933b36eb2
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Tue Oct 6 10:01:51 2020 +0100
<span style='display:block; white-space:pre;color:#404040;'> py-tensorflow: reduce build utilitsation a bit more
</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 51cf078110b..d2d35ab8d6f 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;'>@@ -193,7 +193,7 @@ if {${name} ne ${subport}} {
</span> set tf_bazel_cmd "bazel --max_idle_secs=60 --output_user_root=${workpath}"
set tf_bazel_build_opts "-s -c opt --verbose_failures --config=opt"
# Limit bazel resource utilisation
<span style='display:block; white-space:pre;background:#ffe0e0;'>- set tf_bazel_build_opts "${tf_bazel_build_opts} --jobs ${build.jobs} --local_ram_resources=HOST_RAM*0.75 --local_cpu_resources=HOST_CPUS*.75"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ set tf_bazel_build_opts "${tf_bazel_build_opts} --jobs ${build.jobs} --local_ram_resources=HOST_RAM*0.5 --local_cpu_resources=HOST_CPUS*.5"
</span> # Explicitly pass SDK https://github.com/bazelbuild/rules_go/issues/1554
# Check versioned SDK actually exists... https://trac.macports.org/ticket/60317
if {[string first ${configure.sdk_version} ${configure.sdkroot}] != -1} {
</pre><pre style='margin:0'>
</pre>