<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/24b2e2c451f0ec6cacaa930f5ee6ee61f26d075a">https://github.com/macports/macports-ports/commit/24b2e2c451f0ec6cacaa930f5ee6ee61f26d075a</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 24b2e2c451f py-tensorflow1: remove legacysupport PG, as it can cause build issues
</span>24b2e2c451f is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 24b2e2c451f0ec6cacaa930f5ee6ee61f26d075a
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Tue Oct 6 09:59:16 2020 +0100

<span style='display:block; white-space:pre;color:#404040;'>    py-tensorflow1: remove legacysupport PG, as it can cause build issues
</span>---
 python/py-tensorflow1/Portfile | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

<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 32c0bc09cfe..e160ffafde6 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;'>@@ -7,7 +7,6 @@ PortGroup           github                         1.0
</span> PortGroup           compilers                      1.0
 PortGroup           compiler_blacklist_versions    1.0
 PortGroup           xcode_workaround               1.0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-PortGroup           legacysupport                  1.0
</span> 
 name                py-tensorflow1
 version             1.15.4
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -62,13 +61,10 @@ patchfiles-append Fix-build-failures-for-python-3.8.patch
</span> if {${os.major} < 16} {
     # Work around for issues with clock_gettime(CLOCK_REALTIME, &ts);
     # https://stackoverflow.com/questions/5167269/clock-gettime-alternative-in-mac-os-x
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    # Note bazel does not play nice with legacysupport, so this IS neeed as well..
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    # Note bazel does not play nice with legacysupport, so this IS needed instead..
</span>     patchfiles-append CLOCK_REALTIME-Older-OSX.patch
 }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# Need clock_gettime()
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-legacysupport.newest_darwin_requires_legacy 15
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> # Patch needed only for Python 3.x (py27-numpy is pinned at 1.16.x)
 # https://github.com/tensorflow/tensorflow/pull/40654
 # https://github.com/tensorflow/tensorflow/issues/40688
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -205,7 +201,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 --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>