<pre style='margin:0'>
Renee Otten (reneeotten) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/d4f900fb4b69dc96600c87c559672bce30f5e7f7">https://github.com/macports/macports-ports/commit/d4f900fb4b69dc96600c87c559672bce30f5e7f7</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit d4f900fb4b69dc96600c87c559672bce30f5e7f7
</span>Author: Sergey Fedorov <vital.had@gmail.com>
AuthorDate: Thu Nov 14 20:53:28 2024 +0800

<span style='display:block; white-space:pre;color:#404040;'>    strumpack: move scotch support into mpi variant
</span>---
 math/strumpack/Portfile | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/strumpack/Portfile b/math/strumpack/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 808ab867d1f..3dc85bf4203 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/strumpack/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/strumpack/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -22,8 +22,10 @@ checksums           rmd160  d2f3ed15ad286b7e22a357339769b3e6f65d8165 \
</span>                     size    2048019
 github.tarball_from archive
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-depends_lib-append      port:metis \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                        port:scotch
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Scotch support moved into MPI variant.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# https://github.com/pghysels/STRUMPACK/issues/125
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+depends_lib-append      port:metis
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> depends_build-append    port:util-linux
 
 compiler.cxx_standard   2014
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -81,7 +83,7 @@ configure.args-append \
</span>                     -DTPL_ENABLE_PAPI=OFF \
                     -DTPL_ENABLE_PARMETIS=OFF \
                     -DTPL_ENABLE_PTSCOTCH=OFF \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    -DTPL_ENABLE_SCOTCH=ON \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    -DTPL_ENABLE_SCOTCH=OFF \
</span>                     -DTPL_ENABLE_SLATE=OFF \
                     -DTPL_ENABLE_SZ3=OFF \
                     -DTPL_ENABLE_ZFP=OFF \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -129,6 +131,7 @@ if {[mpi_variant_isset]} {
</span>                     -DSTRUMPACK_USE_MPI=OFF -DSTRUMPACK_USE_MPI=ON \
                     -DTPL_ENABLE_BPACK=OFF -DTPL_ENABLE_BPACK=ON \
                     -DTPL_ENABLE_PARMETIS=OFF -DTPL_ENABLE_PARMETIS=ON \
<span style='display:block; white-space:pre;background:#e0ffe0;'>+                    -DTPL_ENABLE_SCOTCH=OFF -DTPL_ENABLE_SCOTCH=ON \
</span>                     -DTPL_ENABLE_ZFP=OFF -DTPL_ENABLE_ZFP=ON
 
     if {![catch {set result [active_variants bpack mpi]}]} {
</pre><pre style='margin:0'>

</pre>