<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/1648a218814369dd892a9a23e45116e9a2879df9">https://github.com/macports/macports-ports/commit/1648a218814369dd892a9a23e45116e9a2879df9</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 1648a218814 mpich: disable gcc11 for now, as builds fail across-the-board
</span>1648a218814 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 1648a218814369dd892a9a23e45116e9a2879df9
</span>Author: Christopher Nielsen <mascguy@github.com>
AuthorDate: Thu May 13 17:49:41 2021 -0400

<span style='display:block; white-space:pre;color:#404040;'>    mpich: disable gcc11 for now, as builds fail across-the-board
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    See: https://trac.macports.org/ticket/62807
</span>---
 science/mpich/Portfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/mpich/Portfile b/science/mpich/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 5df887e5aaa..13a5f9d2562 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/mpich/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/mpich/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -88,7 +88,8 @@ set clist(gcc49)     {macports-gcc-4.9}
</span> # gcc 9+ only available on macOS10.7 (Darwin11) and newer
 set clist(gcc9)      {macports-gcc-9}
 set clist(gcc10)     {macports-gcc-10}
<span style='display:block; white-space:pre;background:#ffe0e0;'>-set clist(gcc11)     {macports-gcc-11}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Disable gcc11 for now, as builds fail across-the-board
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+#set clist(gcc11)     {macports-gcc-11}
</span> set clist(gccdevel)  {macports-gcc-devel}
 # clang 6+ only available on macOS10.9 (Darwin13) and newer
 set clist(clang60)   {macports-clang-6.0}
</pre><pre style='margin:0'>

</pre>