<pre style='margin:0'>
Christopher Nielsen (mascguy) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/3dcd708af94761a0e313f4acdddf631cb4443a87">https://github.com/macports/macports-ports/commit/3dcd708af94761a0e313f4acdddf631cb4443a87</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 3dcd708af94 py-numpy: expand clang blacklist to < 1100 - Initial fix, to stop the bleeding on 10.14 See: https://trac.macports.org/ticket/65395
</span>3dcd708af94 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 3dcd708af94761a0e313f4acdddf631cb4443a87
</span>Author: Christopher Nielsen <mascguy@github.com>
AuthorDate: Mon Jul 18 12:33:56 2022 -0400

<span style='display:block; white-space:pre;color:#404040;'>    py-numpy: expand clang blacklist to < 1100
</span><span style='display:block; white-space:pre;color:#404040;'>    - Initial fix, to stop the bleeding on 10.14
</span><span style='display:block; white-space:pre;color:#404040;'>    See: https://trac.macports.org/ticket/65395
</span>---
 python/py-numpy/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-numpy/Portfile b/python/py-numpy/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 2a2f1d21c54..9d330cc2169 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-numpy/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-numpy/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -36,7 +36,7 @@ python.consistent_destroot yes
</span> #universal_variant no
 
 # some older Clang say they support SIMD when they don't
<span style='display:block; white-space:pre;background:#ffe0e0;'>-compiler.blacklist-append {clang < 910}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append {clang < 1100}
</span> 
 # require a C/C++11 compliant compiler, to match SciPy and allow some
 # older macOS to build this port.
</pre><pre style='margin:0'>

</pre>