<pre style='margin:0'>
Marcus Calhoun-Lopez (MarcusCalhoun-Lopez) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/9aba22c009d2dc5d5ab9188644f70d1269c442a4">https://github.com/macports/macports-ports/commit/9aba22c009d2dc5d5ab9188644f70d1269c442a4</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 9aba22c  mumps: allow build with GCC 10
</span>9aba22c is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 9aba22c009d2dc5d5ab9188644f70d1269c442a4
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Mon May 4 01:03:06 2020 -0700

<span style='display:block; white-space:pre;color:#404040;'>    mumps: allow build with GCC 10
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    See
</span><span style='display:block; white-space:pre;color:#404040;'>    https://listes.ens-lyon.fr/sympa/arc/mumps-users/2020-05/msg00000.html
</span>---
 math/mumps/Portfile | 3 +++
 1 file changed, 3 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/mumps/Portfile b/math/mumps/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 1aaebe8..93afaf8 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/mumps/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/mumps/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -114,3 +114,6 @@ post-test {
</span>     system -W ${worksrcpath}/examples "${runcmd} ./zsimpletest < input_simpletest_cmplx"
     system -W ${worksrcpath}/examples "${runcmd} ./c_example"
 }
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# see https://listes.ens-lyon.fr/sympa/arc/mumps-users/2020-05/msg00000.html
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compilers.allow_arguments_mismatch  yes
</span></pre><pre style='margin:0'>

</pre>