<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/64685f36aa4a7ee27cfcea9672674767f6302c94">https://github.com/macports/macports-ports/commit/64685f36aa4a7ee27cfcea9672674767f6302c94</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 64685f36aa4 SuiteSparse: update to 7.6.0
</span>64685f36aa4 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 64685f36aa4a7ee27cfcea9672674767f6302c94
</span>Author: Szabolcs Horvát <szhorvat@gmail.com>
AuthorDate: Thu Jan 25 10:57:25 2024 +0000
<span style='display:block; white-space:pre;color:#404040;'> SuiteSparse: update to 7.6.0
</span>---
math/SuiteSparse/Portfile | 34 +++++++++++++++++-----------------
1 file changed, 17 insertions(+), 17 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 467e7f2ae72..709cfcded7b 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.5.1 v
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.setup DrTimothyAldenDavis SuiteSparse 7.6.0 v
</span> # subports have independent revisions
revision 0
epoch 20200517
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -17,15 +17,15 @@ 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 e6ab4056b07d8136c8fdf2bb0bb7eb1f733f04e0 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- sha256 e45ae6caf9f66e009c8fcf3940a2a300dac5b6aae17aa96b3c052e2f79849aed \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>- size 85466945
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums rmd160 76a21ff5cc4458b60c40c8a59c530f75c3c9aa57 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ sha256 3178af2e5d2fa58fde129ab6fffccecdc380dee79cd7e8e3de05577cd5119cfd \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ size 85512801
</span>
configure.optflags -O3
compiler.c_standard 2011
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# We keep SUITESPARSE_USE_STRICT at the default value of OFF and
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# We keep SUITESPARSE_USE_STRICT at the default value of OFF and
</span> # 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
# basis for some subports by adding 'compiler.openmp_version 4.0' and setting
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -33,7 +33,7 @@ compiler.c_standard 2011
</span> #
# Additionally we set:
# -DBUILD_STATIC_LIBS=OFF: Disable building static libraries
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# -DSUITESPARSE_INCLUDEDIR_POSTFIX="": Install headers into 'include' instead of
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# -DSUITESPARSE_INCLUDEDIR_POSTFIX="": Install headers into 'include' instead of
</span> # 'include/suitesparse' for compatibility with older packages such as sundials5.
configure.args-append -DBUILD_STATIC_LIBS=OFF -DSUITESPARSE_INCLUDEDIR_POSTFIX=""
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -43,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.5.1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ version 7.6.0
</span> revision 0
# from the README.txt:
# "[n]o licensing restrictions apply"
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -57,7 +57,7 @@ subport SuiteSparse_config {
</span> }
subport SuiteSparse_GraphBLAS {
<span style='display:block; white-space:pre;background:#ffe0e0;'>- version 9.0.0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ version 9.0.1
</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;'>@@ -73,7 +73,7 @@ subport SuiteSparse_GraphBLAS {
</span> }
subport SuiteSparse_LAGraph {
<span style='display:block; white-space:pre;background:#ffe0e0;'>- version 1.1.1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ version 1.1.2
</span> revision 0
depends_lib-append port:SuiteSparse_GraphBLAS
license BSD
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -84,7 +84,7 @@ subport SuiteSparse_LAGraph {
</span> }
subport SuiteSparse_Mongoose {
<span style='display:block; white-space:pre;background:#ffe0e0;'>- version 3.3.1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ version 3.3.2
</span> revision 0
depends_lib-append port:SuiteSparse_config
license GPL-3
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -117,7 +117,7 @@ subport SuiteSparse_CAMD {
</span> }
subport SuiteSparse_CCOLAMD {
<span style='display:block; white-space:pre;background:#ffe0e0;'>- version 3.3.1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ version 3.3.2
</span> revision 0
depends_lib-append port:SuiteSparse_config
license BSD
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -125,7 +125,7 @@ subport SuiteSparse_CCOLAMD {
</span> }
subport SuiteSparse_COLAMD {
<span style='display:block; white-space:pre;background:#ffe0e0;'>- version 3.3.1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ version 3.3.2
</span> revision 0
depends_lib-append port:SuiteSparse_config
license BSD
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -135,7 +135,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.1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ version 5.2.0
</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;'>@@ -165,7 +165,7 @@ subport SuiteSparse_LDL {
</span> }
subport SuiteSparse_KLU {
<span style='display:block; white-space:pre;background:#ffe0e0;'>- version 2.3.1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ version 2.3.2
</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;'>@@ -175,7 +175,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.1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ version 6.3.2
</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;'>@@ -197,7 +197,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.1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ version 4.3.2
</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;'>@@ -210,7 +210,7 @@ subport SuiteSparse_SPQR {
</span> }
subport SuiteSparse_SPEX {
<span style='display:block; white-space:pre;background:#ffe0e0;'>- version 2.3.1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ version 2.3.2
</span> revision 0
depends_lib-append port:SuiteSparse_config port:SuiteSparse_AMD port:SuiteSparse_COLAMD \
port:gmp \
</pre><pre style='margin:0'>
</pre>