<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/655df65c722f521256f4986db1db3c3558052efd">https://github.com/macports/macports-ports/commit/655df65c722f521256f4986db1db3c3558052efd</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 655df65c722 py-onnx: add comment, re: blacklist clang < 900
</span>655df65c722 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 655df65c722f521256f4986db1db3c3558052efd
</span>Author: Christopher Nielsen <mascguy@github.com>
AuthorDate: Wed Jun 9 09:43:17 2021 -0400

<span style='display:block; white-space:pre;color:#404040;'>    py-onnx: add comment, re: blacklist clang < 900
</span>---
 python/py-onnx/Portfile | 1 +
 1 file changed, 1 insertion(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-onnx/Portfile b/python/py-onnx/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 743f9d73aed..35b5e0eea94 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-onnx/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-onnx/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -37,6 +37,7 @@ checksums           rmd160  a319bd2f15fbbd3964e0751bd6e90596efdc6c0f \
</span> 
 python.versions     37 38 39
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Needed to fix: constexpr constructor never produces a constant expression
</span> compiler.blacklist-append \
                     {clang < 900}
 
</pre><pre style='margin:0'>

</pre>