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

<span style='display:block; white-space:pre;color:#404040;'>    sundials: allow mpi PG to set default MPI variant
</span>---
 math/sundials/Portfile | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/sundials/Portfile b/math/sundials/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index d86f8d9..9648859 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/sundials/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/sundials/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -40,6 +40,7 @@ patchfiles-append   patch-find_lapack.diff
</span> depends_lib-append  port:SuiteSparse_KLU
 
 mpi.setup \
<span style='display:block; white-space:pre;background:#e0ffe0;'>+        default \
</span>         require_fortran
 
 configure.args-append \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -83,10 +84,6 @@ configure.args-append \
</span> # See https://cmake.org/cmake/help/latest/variable/CMAKE_OSX_SYSROOT.html
 configure.env-append SDKROOT="/"
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-if {![mpi_variant_isset]} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    default_variants      +mpich
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> variant examples description {Install Examples} {
     # F77 examples fail with:
     #Undefined symbols for architecture x86_64:
</pre><pre style='margin:0'>

</pre>