<pre style='margin:0'>
Christopher Nielsen (mascguy) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/ba475f4413cdbe4d69d18d6a0c79e51d79abba43">https://github.com/macports/macports-ports/commit/ba475f4413cdbe4d69d18d6a0c79e51d79abba43</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit ba475f4413cdbe4d69d18d6a0c79e51d79abba43
</span>Author: Christopher Nielsen <mascguy@github.com>
AuthorDate: Wed Sep 21 09:01:58 2022 -0400

<span style='display:block; white-space:pre;color:#404040;'>    petsc: update for sundials2 segregation
</span>---
 math/petsc/Portfile | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/petsc/Portfile b/math/petsc/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index f7e09f32963..af89ffab700 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/petsc/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/petsc/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -7,7 +7,7 @@ PortGroup                   muniversal 1.0
</span> 
 name                        petsc
 version                     3.15.0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision                    0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision                    1
</span> categories                  math science
 maintainers                 {mcalhoun @MarcusCalhoun-Lopez} openmaintainer
 license                     BSD
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -176,9 +176,12 @@ variant suitesparse description {Build with CHOLMOD and UMFPACK} {
</span> }
 
 variant sundials description {Build with CVODE interface for TS} requires suitesparse {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_lib-append      port:sundials2
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    configure.args-append   --with-sundials-dir=${prefix}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    mpi.enforce_variant     sundials2
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    set sundials_ver        2
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    set sundials_base       ${prefix}/libexec/sundials${sundials_ver}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_lib-append      port:sundials${sundials_ver}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.args-append   --with-sundials-dir=${sundials_base}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    mpi.enforce_variant     sundials${sundials_ver}
</span> }
 
 variant superlu description {Build with SuperLU interface for a serial direct solver} {
</pre><pre style='margin:0'>

</pre>