<pre style='margin:0'>
Joshua Root (jmroot) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/1e6f6f6e7646e69cee00fbcc66edd75b9011832a">https://github.com/macports/macports-ports/commit/1e6f6f6e7646e69cee00fbcc66edd75b9011832a</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 1e6f6f6 sundials2: use mpi pg's default variant
</span>1e6f6f6 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 1e6f6f6e7646e69cee00fbcc66edd75b9011832a
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Mon Feb 3 14:51:07 2020 +1100
<span style='display:block; white-space:pre;color:#404040;'> sundials2: use mpi pg's default variant
</span>---
math/sundials2/Portfile | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/sundials2/Portfile b/math/sundials2/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 7fd4f39..bdaa26e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/sundials2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/sundials2/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -43,7 +43,8 @@ patchfiles-append patch-find_lapack.diff
</span> depends_lib-append port:SuiteSparse_KLU
mpi.setup \
<span style='display:block; white-space:pre;background:#ffe0e0;'>- require_fortran
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ require_fortran \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ default
</span>
configure.args-append \
-DEXAMPLES_ENABLE=OFF \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -84,10 +85,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} {
configure.args-replace \
-DEXAMPLES_ENABLE=OFF \
</pre><pre style='margin:0'>
</pre>