<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/ddc69f87fb6c15610ad987edb2e03cba95f8bda8">https://github.com/macports/macports-ports/commit/ddc69f87fb6c15610ad987edb2e03cba95f8bda8</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit ddc69f87fb6c15610ad987edb2e03cba95f8bda8
</span>Author: Szabolcs Horvát <szhorvat@gmail.com>
AuthorDate: Tue Sep 6 18:07:08 2022 +0200
<span style='display:block; white-space:pre;color:#404040;'> py-igraph: fix for older macOS
</span>---
python/py-igraph/Portfile | 1 +
1 file changed, 1 insertion(+)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/python/py-igraph/Portfile b/python/py-igraph/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 6bf106154e6..a37ec3f0f53 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/python/py-igraph/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/python/py-igraph/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -70,6 +70,7 @@ if {${name} ne ${subport}} {
</span> -DIGRAPH_USE_INTERNAL_PLFIT=ON
-DIGRAPH_OPENMP_SUPPORT=OFF
-DBLA_VENDOR=Apple
<span style='display:block; white-space:pre;background:#e0ffe0;'>+ -DIGRAPH_WARNINGS_AS_ERRORS=OFF
</span> }
build.env-append IGRAPH_CMAKE_EXTRA_ARGS=[join $extra_cmake_args]
</pre><pre style='margin:0'>
</pre>