<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/751839f56dceaa108ad1699a4474257e42b95e29">https://github.com/macports/macports-ports/commit/751839f56dceaa108ad1699a4474257e42b95e29</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 751839f56dceaa108ad1699a4474257e42b95e29
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Mon Apr 19 08:39:42 2021 -0700

<span style='display:block; white-space:pre;color:#404040;'>    SuiteSparse_GraphBLAS: set C standard to 2011
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    See GraphBLAS/CMakeLists.txt.
</span><span style='display:block; white-space:pre;color:#404040;'>    No revbump since port either build correctly or not at all.
</span>---
 math/SuiteSparse/Portfile | 1 +
 1 file changed, 1 insertion(+)

<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 03aa759c3b7..0e5d626cc37 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;'>@@ -44,6 +44,7 @@ subport SuiteSparse_GraphBLAS {
</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:#e0ffe0;'>+    compiler.c_standard     2011
</span> }
 
 subport SuiteSparse_Mongoose {
</pre><pre style='margin:0'>

</pre>