<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/b753f643188e24a8fa555610f2843f772d22f2b2">https://github.com/macports/macports-ports/commit/b753f643188e24a8fa555610f2843f772d22f2b2</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 b753f643188 SuiteSparse_GraphBLAS: workaround for El Capitan 10.11 and earlier
</span>b753f643188 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit b753f643188e24a8fa555610f2843f772d22f2b2
</span>Author: Szabolcs Horvát <szhorvat@gmail.com>
AuthorDate: Tue Jan 16 09:00:46 2024 +0000
<span style='display:block; white-space:pre;color:#404040;'> SuiteSparse_GraphBLAS: workaround for El Capitan 10.11 and earlier
</span>---
math/SuiteSparse/Portfile | 5 +++++
1 file changed, 5 insertions(+)
<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 2cd026e5ab0..467e7f2ae72 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;'>@@ -65,6 +65,11 @@ subport SuiteSparse_GraphBLAS {
</span> compiler.cxx_standard 2011
# OpenMP is essential for reasonable performance with GraphBLAS
configure.args-append -DGRAPHBLAS_USE_OPENMP=ON
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ # Workaround on El Capitan and earlier
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ # See https://github.com/DrTimothyAldenDavis/SuiteSparse/issues/735
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ if {${os.platform} eq "darwin" && ${os.major} <= 15} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ configure.args-append -DGBNCPUFEAT=ON
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ }
</span> }
subport SuiteSparse_LAGraph {
</pre><pre style='margin:0'>
</pre>