<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/646eda138cd9c91e3ebeb823b5fa53cb96acd90d">https://github.com/macports/macports-ports/commit/646eda138cd9c91e3ebeb823b5fa53cb96acd90d</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 646eda138cd py-scipy: blacklist clang < 900
</span>646eda138cd is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 646eda138cd9c91e3ebeb823b5fa53cb96acd90d
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Thu Mar 25 13:56:13 2021 +0000

<span style='display:block; white-space:pre;color:#404040;'>    py-scipy: blacklist clang < 900
</span>---
 python/py-scipy/Portfile | 2 ++
 1 file changed, 2 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 abc1b8ad32a..73f0295e675 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.6.2 v
 checksums               rmd160  0b81720965bb42ae53ea0a981f7fe8fd7bcd1023 \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -89,6 +90,7 @@ if {${name} ne ${subport}} {
</span>         compiler.c_standard 2011
         compiler.cxx_standard 2011
         compiler.thread_local_storage yes
<span style='display:block; white-space:pre;background:#e0ffe0;'>+        compiler.blacklist-append {clang < 900}
</span> 
     }
 
</pre><pre style='margin:0'>

</pre>