<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/05a6dd0ca6dab71c789d0b5d5f0077af63ec360c">https://github.com/macports/macports-ports/commit/05a6dd0ca6dab71c789d0b5d5f0077af63ec360c</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 05a6dd0ca6d SuiteSparse: update to 7.5.1
</span>05a6dd0ca6d is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 05a6dd0ca6dab71c789d0b5d5f0077af63ec360c
</span>Author: Szabolcs Horvát <szhorvat@gmail.com>
AuthorDate: Fri Jan 12 11:27:42 2024 +0000

<span style='display:block; white-space:pre;color:#404040;'>    SuiteSparse: update to 7.5.1
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>     - update to 7.5.1
</span><span style='display:block; white-space:pre;color:#404040;'>     - remove no-longer-needed workarounds, which are now included in upstream
</span>---
 math/SuiteSparse/Portfile | 49 ++++++++++++++++++++---------------------------
 1 file changed, 21 insertions(+), 28 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 a363301f51a..2cd026e5ab0 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;'>@@ -3,7 +3,7 @@
</span> PortSystem                  1.0
 PortGroup                   github 1.0
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-github.setup                DrTimothyAldenDavis SuiteSparse 7.4.0 v
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.setup                DrTimothyAldenDavis SuiteSparse 7.5.1 v
</span> # subports have independent revisions
 revision                    0
 epoch                       20200517
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -17,21 +17,14 @@ long_description            SuiteSparse is a single archive that contains all pa
</span> 
 homepage                    https://people.engr.tamu.edu/davis/suitesparse.html
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-checksums                   rmd160  8539e35f47729cdc1843e7999b02bca3bc244272 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                            sha256  9f976f83405baf55ba24e9494ce3f526251b972f4554ffe9046c21706be87559 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                            size    85408692
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums                   rmd160  e6ab4056b07d8136c8fdf2bb0bb7eb1f733f04e0 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                            sha256  e45ae6caf9f66e009c8fcf3940a2a300dac5b6aae17aa96b3c052e2f79849aed \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                            size    85466945
</span> 
 configure.optflags          -O3
 
 compiler.c_standard         2011
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# Defining __NOEXTENSIONS__ is necessary on OS X 10.6 and earlier
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-# This prevents math.h from using the non-standard symbols Real and Imag
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-# which conflict with several SuiteSparse packages (at least KLU and CHOLMOD).
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-if {${os.platform} eq "darwin" && ${os.major} <= 10} {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    configure.cppflags-append -D__NOEXTENSIONS__
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-}
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span> # We keep SUITESPARSE_USE_STRICT at the default value of OFF and 
 # SUITESPARSE_USE_OPENMP at the default value of ON. This way OpenMP will be
 # used only when the compiler supports it. OpenMP is enabled on a case-by-case
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -50,7 +43,7 @@ compiler.log_verbose_output no
</span> subport SuiteSparse_config {
     PortGroup               linear_algebra 1.0
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    version                 7.4.0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    version                 7.5.1
</span>     revision                0
     # from the README.txt:
     #    "[n]o licensing restrictions apply"
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -64,7 +57,7 @@ subport SuiteSparse_config {
</span> }
 
 subport SuiteSparse_GraphBLAS {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    version                 8.3.1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    version                 9.0.0
</span>     revision                0
     license                 Apache-2
     long_description-append ${subport}: graph algorithms in the language of linear algebra.
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -75,7 +68,7 @@ subport SuiteSparse_GraphBLAS {
</span> }
 
 subport SuiteSparse_LAGraph {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    version                 1.1.0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    version                 1.1.1
</span>     revision                0
     depends_lib-append      port:SuiteSparse_GraphBLAS
     license                 BSD
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -86,7 +79,7 @@ subport SuiteSparse_LAGraph {
</span> }
 
 subport SuiteSparse_Mongoose {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    version                 3.3.0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    version                 3.3.1
</span>     revision                0
     depends_lib-append      port:SuiteSparse_config
     license                 GPL-3
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -95,7 +88,7 @@ subport SuiteSparse_Mongoose {
</span> }
 
 subport SuiteSparse_AMD {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    version                 3.3.0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    version                 3.3.1
</span>     revision                0
     depends_lib-append      port:SuiteSparse_config
     license                 BSD
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -103,7 +96,7 @@ subport SuiteSparse_AMD {
</span> }
 
 subport SuiteSparse_BTF {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    version                 2.3.0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    version                 2.3.1
</span>     revision                0
     depends_lib-append      port:SuiteSparse_config
     license                 LGPL-2.1+
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -111,7 +104,7 @@ subport SuiteSparse_BTF {
</span> }
 
 subport SuiteSparse_CAMD {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    version                 3.3.0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    version                 3.3.1
</span>     revision                0
     depends_lib-append      port:SuiteSparse_config
     license                 BSD
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -119,7 +112,7 @@ subport SuiteSparse_CAMD {
</span> }
 
 subport SuiteSparse_CCOLAMD {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    version                 3.3.0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    version                 3.3.1
</span>     revision                0
     depends_lib-append      port:SuiteSparse_config
     license                 BSD
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -127,7 +120,7 @@ subport SuiteSparse_CCOLAMD {
</span> }
 
 subport SuiteSparse_COLAMD {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    version                 3.3.0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    version                 3.3.1
</span>     revision                0
     depends_lib-append      port:SuiteSparse_config
     license                 BSD
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -137,7 +130,7 @@ subport SuiteSparse_COLAMD {
</span> subport SuiteSparse_CHOLMOD {
     PortGroup               linear_algebra 1.0
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    version                 5.1.0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    version                 5.1.1
</span>     revision                0
     depends_lib-append      port:SuiteSparse_config port:SuiteSparse_AMD port:SuiteSparse_CAMD port:SuiteSparse_COLAMD port:SuiteSparse_CCOLAMD
     license                 LGPL-2.1+
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -151,7 +144,7 @@ subport SuiteSparse_CHOLMOD {
</span> }
 
 subport SuiteSparse_CXSparse {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    version                 4.3.0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    version                 4.3.1
</span>     revision                0
     depends_lib-append      port:SuiteSparse_config
     license                 LGPL-2.1+
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -159,7 +152,7 @@ subport SuiteSparse_CXSparse {
</span> }
 
 subport SuiteSparse_LDL {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    version                 3.3.0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    version                 3.3.1
</span>     revision                0
     depends_lib-append      port:SuiteSparse_config port:SuiteSparse_AMD
     license                 LGPL-2.1+
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -167,7 +160,7 @@ subport SuiteSparse_LDL {
</span> }
 
 subport SuiteSparse_KLU {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    version                 2.3.0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    version                 2.3.1
</span>     revision                0
     depends_lib-append      port:SuiteSparse_config port:SuiteSparse_AMD port:SuiteSparse_BTF port:SuiteSparse_COLAMD port:SuiteSparse_CHOLMOD
     license                 LGPL-2.1+
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -177,7 +170,7 @@ subport SuiteSparse_KLU {
</span> subport SuiteSparse_UMFPACK {
     PortGroup               linear_algebra 1.0
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    version                 6.3.0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    version                 6.3.1
</span>     revision                0
     depends_lib-append      port:SuiteSparse_config port:SuiteSparse_AMD port:SuiteSparse_CHOLMOD
     license                 GPL-2+
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -189,7 +182,7 @@ subport SuiteSparse_UMFPACK {
</span> }
 
 subport SuiteSparse_RBio {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    version                 4.3.0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    version                 4.3.1
</span>     revision                0
     depends_lib-append      port:SuiteSparse_config
     license                 GPL-2+
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -199,7 +192,7 @@ subport SuiteSparse_RBio {
</span> subport SuiteSparse_SPQR {
     PortGroup               linear_algebra 1.0
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    version                 4.3.0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    version                 4.3.1
</span>     revision                0
     depends_lib-append      port:SuiteSparse_config port:SuiteSparse_AMD port:SuiteSparse_COLAMD port:SuiteSparse_CHOLMOD
     license                 GPL-2+
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -212,7 +205,7 @@ subport SuiteSparse_SPQR {
</span> }
 
 subport SuiteSparse_SPEX {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    version                 2.3.0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    version                 2.3.1
</span>     revision                0
     depends_lib-append      port:SuiteSparse_config port:SuiteSparse_AMD port:SuiteSparse_COLAMD \
                             port:gmp \
</pre><pre style='margin:0'>

</pre>