<pre style='margin:0'>
David Strubbe (dstrubbe) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/b02a6391dd7a3c363358509361278f9c4d2bac32">https://github.com/macports/macports-ports/commit/b02a6391dd7a3c363358509361278f9c4d2bac32</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 b02a6391dd7 quantum-espresso: Fix compilation for gcc10.
</span>b02a6391dd7 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit b02a6391dd7a3c363358509361278f9c4d2bac32
</span>Author: David Strubbe <dstrubbe@macports.org>
AuthorDate: Sat Jul 4 17:59:21 2020 -0700

<span style='display:block; white-space:pre;color:#404040;'>    quantum-espresso: Fix compilation for gcc10.
</span>---
 science/quantum-espresso/Portfile | 1 +
 1 file changed, 1 insertion(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/quantum-espresso/Portfile b/science/quantum-espresso/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index b4f7dfc0ede..0350edbc867 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/quantum-espresso/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/quantum-espresso/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -39,6 +39,7 @@ patchfiles          \
</span> compilers.choose    cc fc
 # g95 is not compatible with OpenMP
 mpi.setup           default require_fortran -g95
<span style='display:block; white-space:pre;background:#e0ffe0;'>+compilers.allow_arguments_mismatch yes
</span> 
 configure.optflags  -O3
 
</pre><pre style='margin:0'>

</pre>