<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/c63702340a39c0f64853ee859a5f3ad7bfcd5709">https://github.com/macports/macports-ports/commit/c63702340a39c0f64853ee859a5f3ad7bfcd5709</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 c637023 py-tensorflow{1}: use wildcard to find wheel file(s) to install instead of try to predict file name
</span>c637023 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit c63702340a39c0f64853ee859a5f3ad7bfcd5709
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Sat May 9 02:22:41 2020 +0100
<span style='display:block; white-space:pre;color:#404040;'> py-tensorflow{1}: use wildcard to find wheel file(s) to install instead of try to predict file name
</span>---
python/py-tensorflow/Portfile | 5 +----
python/py-tensorflow1/Portfile | 5 +----
2 files changed, 2 insertions(+), 8 deletions(-)
<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 44bd181..92604a5 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;'>@@ -201,16 +201,13 @@ if {${name} ne ${subport}} {
</span> system -W ${worksrcpath} "${tf_bazel_cmd} clean"
}
<span style='display:block; white-space:pre;background:#ffe0e0;'>- set macos_minor_v [expr [lindex [split ${os.version} "."] 0] - 4]
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- set install_whlfile ${workpath}/tensorflow-${version}-cp${python.version}-cp${python.version}-macosx_10_${macos_minor_v}_x86_64.whl
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> destroot.cmd pip-${python.branch}
destroot.args \
--ignore-installed \
--no-cache-dir \
--no-dependencies \
--root ${destroot} \
<span style='display:block; white-space:pre;background:#ffe0e0;'>- ${install_whlfile}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ ${workpath}/tensorflow-*.whl
</span> destroot.post_args
post-destroot {
<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 5ccc0ee..28c3a5d 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;'>@@ -200,16 +200,13 @@ if {${name} ne ${subport}} {
</span> system -W ${worksrcpath} "${tf_bazel_cmd} clean"
}
<span style='display:block; white-space:pre;background:#ffe0e0;'>- set macos_minor_v [expr [lindex [split ${os.version} "."] 0] - 4]
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- set install_whlfile ${workpath}/tensorflow-${version}-cp${python.version}-cp${python.version}m-macosx_10_${macos_minor_v}_x86_64.whl
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> destroot.cmd pip-${python.branch}
destroot.args \
--ignore-installed \
--no-cache-dir \
--no-dependencies \
--root ${destroot} \
<span style='display:block; white-space:pre;background:#ffe0e0;'>- ${install_whlfile}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ ${workpath}/tensorflow-*.whl
</span> destroot.post_args
post-destroot {
</pre><pre style='margin:0'>
</pre>