<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/c8ee1c4af31ba4bfde234104e7a11cfea2bbf930">https://github.com/macports/macports-ports/commit/c8ee1c4af31ba4bfde234104e7a11cfea2bbf930</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 c8ee1c4af31 py-scipy: Blacklist clang < 800
</span>c8ee1c4af31 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit c8ee1c4af31ba4bfde234104e7a11cfea2bbf930
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Sat Jun 13 00:30:11 2020 -0500

<span style='display:block; white-space:pre;color:#404040;'>    py-scipy: Blacklist clang < 800
</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/60548
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes: https://trac.macports.org/ticket/60633
</span>---
 python/py-scipy/Portfile | 4 ++++
 1 file changed, 4 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-scipy/Portfile b/python/py-scipy/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 1817a96c4c8..f58902adb0e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-scipy/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-scipy/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,6 +5,7 @@ PortGroup               python 1.0
</span> PortGroup               active_variants 1.1
 PortGroup               github 1.0
 PortGroup               compilers 1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup               compiler_blacklist_versions 1.0
</span> 
 github.setup            scipy scipy 1.4.1 v
 checksums               rmd160 e232695a51ed02b362187ea164ce269cb431e2ab \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -56,6 +57,9 @@ if {${name} ne ${subport}} {
</span> 
         # require thread_local storage as of 1.4.0
         compiler.thread_local_storage yes
<span style='display:block; white-space:pre;background:#e0ffe0;'>+        # Work around thread local compiler selection bug. Remove after
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        # https://github.com/macports/macports-base/pull/161 is released.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        compiler.blacklist-append {clang < 800}
</span> 
         compilers.allow_arguments_mismatch yes
     }
</pre><pre style='margin:0'>

</pre>