<pre style='margin:0'>
Michael Dickens (michaelld) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/c7fc6dd778fa4976fa6d1de623e988118e461c44">https://github.com/macports/macports-ports/commit/c7fc6dd778fa4976fa6d1de623e988118e461c44</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 c7fc6dd778f gnuradio: revert back to +python37 as the default variant; rev-bump
</span>c7fc6dd778f is described below
<span style='display:block; white-space:pre;color:#808000;'>commit c7fc6dd778fa4976fa6d1de623e988118e461c44
</span>Author: Michael Dickens <michaelld@macports.org>
AuthorDate: Mon Sep 14 09:52:44 2020 -0400
<span style='display:block; white-space:pre;color:#404040;'> gnuradio: revert back to +python37 as the default variant; rev-bump
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> Closes: https://trac.macports.org/ticket/61173
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> 1) GR-OOTs require the same variant, so they need to be switched that the same time as GR proper's variant is switched. My bad there!
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> 2) Py38 has some changes to how processes are spawned that causes issues with some GR functionality. Leave Py38 as an option for users who need it and are not impacted by the issue, but keep the default at Py37 since it does not have this specific process spawning issue. Hope for a fix ...
</span>---
science/gnuradio/Portfile | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/gnuradio/Portfile b/science/gnuradio/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 17e97f3d10d..3e81eeedcf5 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/gnuradio/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/gnuradio/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -26,7 +26,7 @@ if {${subport} eq ${name}} {
</span> checksums rmd160 0e3582fdca19c219e4f158f15bde4c943310fa97 \
sha256 c9aa8795f76075484dc50fcbad89988a39c91610c80d72182650b700a1529fd3 \
size 3381987
<span style='display:block; white-space:pre;background:#ffe0e0;'>- revision 1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ revision 2
</span>
long_description ${description}: \
This port is kept up with the GNU Radio release, \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -35,7 +35,7 @@ if {${subport} eq ${name}} {
</span> conflicts gnuradio37 gnuradio-next
set python_versions { 3.6 3.7 3.8 }
<span style='display:block; white-space:pre;background:#ffe0e0;'>- set default_python_variant +python38
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ set default_python_variant +python37
</span>
# temporary patch to fix and allow external setting for
# CMAKE_C/CXX_STANDARD
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -123,7 +123,7 @@ subport gnuradio-next {
</span> checksums rmd160 0a9e1294036e786116c96d68f9116e3f2798d325 \
sha256 bb2dab14e159a4b58ccf317ece3b4132959739f4b5b217d8e0add3c5ce581f5f \
size 3950832
<span style='display:block; white-space:pre;background:#ffe0e0;'>- revision 2
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ revision 3
</span>
long_description ${description}: \
This port is kept up with the GNU Radio GIT 'master' \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -140,7 +140,7 @@ subport gnuradio-next {
</span> conflicts gnuradio gnuradio37
set python_versions { 3.6 3.7 3.8 }
<span style='display:block; white-space:pre;background:#ffe0e0;'>- set default_python_variant +python38
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ set default_python_variant +python37
</span>
# fix Quartz behaviour
# TODO verify https://github.com/gnuradio/gnuradio/issues/2726
</pre><pre style='margin:0'>
</pre>