<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/fe919c922ea3c8b36864c8abaaff16c78c6dc82a">https://github.com/macports/macports-ports/commit/fe919c922ea3c8b36864c8abaaff16c78c6dc82a</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 fe919c922ea mpi PG: disable again clang 9.0 and 10 on arm as not reliable
</span>fe919c922ea is described below

<span style='display:block; white-space:pre;color:#808000;'>commit fe919c922ea3c8b36864c8abaaff16c78c6dc82a
</span>Author: Chris Jones <jonesc@macports.org>
AuthorDate: Sat May 8 21:07:01 2021 +0100

<span style='display:block; white-space:pre;color:#404040;'>    mpi PG: disable again clang 9.0 and 10 on arm as not reliable
</span>---
 _resources/port1.0/group/mpi-1.0.tcl | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/_resources/port1.0/group/mpi-1.0.tcl b/_resources/port1.0/group/mpi-1.0.tcl
</span><span style='display:block; white-space:pre;color:#808080;'>index 6c2ea577832..bde84b5b47b 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/_resources/port1.0/group/mpi-1.0.tcl
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/_resources/port1.0/group/mpi-1.0.tcl
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -330,10 +330,11 @@ proc mpi.setup {args} {
</span>         if {${os.major} <= 10 && $is_mpich} {
             lappend disabled -clang60 -clang70 -clang80 -clang90 -clang10 -clang11
         }
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        # Disable compilers not support on arm
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        # Disable compilers not well supported on arm
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        # Note clang 9.0 and 10 might build on arm but are not reliable so skip, use clang 11 instead
</span>         if {${os.arch} eq "arm" && !$is_mpich} {
             lappend disabled -gcc5 -gcc6 -gcc7 -gcc8 -gcc9
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            lappend disabled -clang60 -clang70 -clang80
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            lappend disabled -clang60 -clang70 -clang80 -clang90 -clang10
</span>         }
     }
 
</pre><pre style='margin:0'>

</pre>