<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/aa92d675cf638bcd8460ae4d73caffa05fe39d37">https://github.com/macports/macports-ports/commit/aa92d675cf638bcd8460ae4d73caffa05fe39d37</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit aa92d675cf638bcd8460ae4d73caffa05fe39d37
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Sun May 17 07:14:06 2020 -0700

<span style='display:block; white-space:pre;color:#404040;'>    SuiteSparse_{CHOLMOD,SPQR}: use correct C++ library
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Fixes https://trac.macports.org/ticket/60492
</span>---
 math/SuiteSparse/Portfile | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/SuiteSparse/Portfile b/math/SuiteSparse/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index dc6c46d..b58a2ca 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/SuiteSparse/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/SuiteSparse/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -100,7 +100,7 @@ subport SuiteSparse_CHOLMOD {
</span>     PortGroup linear_algebra 1.0
 
     version 3.0.14
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    revision 0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    revision 1
</span>     depends_lib-append port:SuiteSparse_config port:SuiteSparse_AMD port:SuiteSparse_CAMD port:SuiteSparse_COLAMD port:SuiteSparse_CCOLAMD
     depends_lib-append port:metis
     build.args-append \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -177,7 +177,7 @@ subport SuiteSparse_SPQR {
</span>     PortGroup linear_algebra 1.0
 
     version 2.0.9
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    revision 0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    revision 1
</span>     depends_lib-append port:SuiteSparse_config port:SuiteSparse_AMD port:SuiteSparse_CHOLMOD port:SuiteSparse_COLAMD
     pre-build {
         build.args-append \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -268,6 +268,9 @@ if {${subport} eq ${name}} {
</span>         # avoid duplicate values
         configure.optflags
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+        # see https://trac.macports.org/ticket/60492
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        configure.cxx-append {*}${configure.cxxflags}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span>         if {${subport} eq "SuiteSparse_CSparse"} {
             build.target all
         } else {
</pre><pre style='margin:0'>

</pre>