<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/56ccf9d2945f78064d99c65ca5f574ce2f73bd5e">https://github.com/macports/macports-ports/commit/56ccf9d2945f78064d99c65ca5f574ce2f73bd5e</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 56ccf9d2945f78064d99c65ca5f574ce2f73bd5e
</span>Author: Marcus Calhoun-Lopez <marcuscalhounlopez@gmail.com>
AuthorDate: Wed May 30 20:56:05 2018 -0700

<span style='display:block; white-space:pre;color:#404040;'>    octave: add comment about MPI
</span>---
 math/octave/Portfile | 2 ++
 1 file changed, 2 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/octave/Portfile b/math/octave/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index a0f6375..7c7531d 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/octave/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/octave/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -337,6 +337,8 @@ depends_lib-append  port:zlib
</span> depends_lib-append  port:hdf5
 # avoid configure error
 #    fatal error: 'mpi.h' file not found
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# see https://github.com/macports/macports-ports/pull/1865
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+#    for a discussion
</span> foreach mpi {mpich mpich_devel openmpi openmpi_devel} {
     require_active_variants hdf5 "" ${mpi}
 }
</pre><pre style='margin:0'>

</pre>