<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/5033853f3c87f9d178087d96e1fda39ef6d7b7ab">https://github.com/macports/macports-ports/commit/5033853f3c87f9d178087d96e1fda39ef6d7b7ab</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 5033853f3c87f9d178087d96e1fda39ef6d7b7ab
</span>Author: David Strubbe <dstrubbe@macports.org>
AuthorDate: Mon Mar 27 14:15:01 2017 -0400

<span style='display:block; white-space:pre;color:#404040;'>    openmpi: Fix build without Fortran variant selected.
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    The option --enable-mpi-fortran rather than --disable-mpi-fortran was introduced mistakenly some years ago in svn commit r116337, which would cause a failure in the configure stage for, e.g., openmpi-default -gcc6.
</span>---
 science/openmpi/Portfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/science/openmpi/Portfile b/science/openmpi/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 09ffd44..7c75e11 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/science/openmpi/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/science/openmpi/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -106,7 +106,7 @@ compiler.blacklist-append  llvm-gcc-4.2 macports-llvm-gcc-4.2
</span> 
 configure.dir       ${workpath}/build
 configure.cmd       ${worksrcpath}/configure
<span style='display:block; white-space:pre;background:#ffe0e0;'>-configure.args      --enable-mpi-fortran \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.args      --disable-mpi-fortran \
</span>                     "FFLAGS='' F77=''"
 
 # remove -arch from ldflags, ticket #22833
</pre><pre style='margin:0'>

</pre>