<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/b1b2bd28ebe079259199393f3d6691b5d707e7fa">https://github.com/macports/macports-ports/commit/b1b2bd28ebe079259199393f3d6691b5d707e7fa</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit b1b2bd28ebe079259199393f3d6691b5d707e7fa
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Thu Mar 29 05:05:27 2018 -0700

<span style='display:block; white-space:pre;color:#404040;'>    hypre: allow build without MPI
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    No revbump since port either builds correctly or not at all
</span>---
 math/hypre/Portfile | 5 +++++
 1 file changed, 5 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/hypre/Portfile b/math/hypre/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 6cf0e3c..5bf56ab 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/hypre/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/hypre/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -25,6 +25,11 @@ mpi.setup
</span> configure.args      --with-blas --with-lapack --without-superlu \
                     --without-fei --without-mli
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+if {![mpi_variant_isset]} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.args-append \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    --without-MPI
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> destroot.destdir    prefix=${destroot}${prefix}
 
 variant longindex description {Build with 64 bit ints} {
</pre><pre style='margin:0'>

</pre>